{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-2/76fd4bb9d069fd2530d7a02f0b3a4ca00eccfd35/5886016a-c07b-3cba-89ee-956f0483ba29","info":{"title":"Crosswork Certificate Manager API","description":"Crosswork Certificate Manager provides the ability to view, upload and modify X.509 certificates that are used for communication between Crosswork components as well as between Crosswork applications and devices.","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"https://www.cisco.com/public/sw-license-agreement.html"},"version":"7.2.0"},"x-parser-conf":{"overview":{"markdownPath":"reference/INFRA/TLS/tls-overview.md"}},"openapi":"3.0.1","servers":[{"url":"https://{cw_ip}:30603/crosswork/platform/v2"}],"securitySchemes":{"bearerAuth":{"type":"apiKey","description":"Security definitions details.","name":"Authorization","in":"header"}}},"spec":{"type":"object","description":"TLS Certificate Detail List","properties":{"cert_name":{"type":"string","description":"Certificate name"},"cert_detail":{"type":"array","description":"List of certificate details","items":{"type":"object","description":"TLS Certificate Detail","properties":{"description":{"type":"string","description":"Certificate description"},"signed":{"type":"string","description":"Certificate signed details"},"installed":{"type":"string","description":"Certificate installed details"},"signed_by":{"type":"string","description":"Certificate signed by details"},"expires":{"type":"string","description":"Certificate expiration details"},"_type":{"type":"string","description":"Certificate type details"},"_showExport":{"type":"boolean","description":"Flag to show export option"},"_exportUrlPath":{"type":"string","description":"URL path to export the certificate"}},"$$ref":"#/components/schemas/tlsCertDetail"}},"_exportAllTrustStore":{"type":"boolean","description":"Flag to show export all trust store option"},"_exportAllKeyStore":{"type":"boolean","description":"Flag to show export all key store option"}},"$$ref":"#/components/schemas/tlsCertDetailList","title":"tlsCertDetailList"}}