{"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 Summary","properties":{"cert_name":{"type":"string","description":"Certificate name"},"expiration_date":{"type":"string","description":"Certificate expiration date"},"last_updated_by":{"type":"string","description":"Last updated by user"},"last_update_time":{"type":"string","description":"Last update time"},"assoc_summary":{"type":"object","description":"TLS Association Summary","properties":{"role_name":{"type":"string","description":"Role name associated with the certificate"},"magnetic_role_name":{"type":"string","description":"Magnetic role name associated with the certificate"}},"$$ref":"#/components/schemas/tlsAssocSummary"},"cert_display":{"type":"string","description":"- NO_OP: No Operation\n - READONLY: Read Only\n - READWRITE: Read and Write\n - READWRITEADD: Read, Write and Add","default":"NO_OP","enum":["NO_OP","READONLY","READWRITE","READWRITEADD"],"$$ref":"#/components/schemas/tlsCertDisplay"},"role_name":{"type":"string","description":"Role name associated with the certificate"},"magnetic_role_name":{"type":"string","description":"Magnetic role name associated with the certificate"}},"$$ref":"#/components/schemas/tlsCertSummary","title":"tlsCertSummary"}}