{"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 All Certificate Response","properties":{"cert_store":{"type":"object","description":"TLS Certificate Store","properties":{"trust_store":{"type":"object","description":"TLS Trust Store","properties":{"trust_store_cert":{"description":"Root certificate","type":"string"}},"$$ref":"#/components/schemas/tlsTrustStore"},"intermediate_key_store":{"type":"object","description":"TLS Intermediate Key Store","properties":{"intermediate_key_store_cert":{"description":"Intermediate certificate pem block","type":"string"},"key":{"description":"Intermediate key pem block","type":"string"},"passphrase":{"description":"Passphrase using which the certificate is encrypted","type":"string"}},"$$ref":"#/components/schemas/tlsIntermediateKeyStore"},"leaf_key_store":{"description":"Leaf certificate","type":"array","items":{"type":"object","description":"TLS Leaf Key Store","properties":{"leaf_key_store_cert":{"description":"Leaf certificate pem block","type":"string"},"key":{"description":"Leaf certificate private key pem block","type":"string"},"passphrase":{"description":"Passphrase used to encrypt the certificate","type":"string"}},"$$ref":"#/components/schemas/tlsLeafKeyStore"}},"signed_cert":{"description":"CA Signed certificate","type":"string"}},"$$ref":"#/components/schemas/tlsCertStore"},"response":{"type":"object","description":"TLS Response","properties":{"resp_code":{"description":"Response Code","type":"string","default":"UNKNOWN","enum":["UNKNOWN","SUCCESS","FAILURE","CONFIRM"],"$$ref":"#/components/schemas/tlsRespCode"},"message":{"type":"string","description":"Response message"}},"$$ref":"#/components/schemas/tlsResponse"}},"$$ref":"#/components/schemas/tlsAllCertResp","title":"tlsAllCertResp"}}