{"type":"api","title":"get device installed cert","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/744a8207-9965-344e-aed3-d3ef846a4950","info":{"title":"Others","description":"Other APIs\n- Include APIs that do not belong to other categories\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"tags":["Certificate Management - Device"],"summary":"get device installed cert","description":"get device installed cert","operationId":"getInstalledCert","parameters":[{"name":"uuid","in":"query","description":"UUID param to fetch installed certificate","required":true,"schema":{"type":"string"},"examples":{"uuid":{"description":"uuid","value":"18559db6-0883-4268-bda7-27d2c872537a"}}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","properties":{"empty":{"type":"boolean"}},"items":{"type":"object","properties":{"certificate":{"type":"string","example":"-----BEGIN CERTIFICATE----- ... -----END CERTIFICATE-----"},"signerVmanageUUID":{"type":"string"}},"$$ref":"#/components/schemas/InstalledCertsInner"},"$$ref":"#/components/schemas/InstalledCerts"},"examples":{"Get Vedge Certificate Response":{"description":"Get Vedge Certificate Response","value":{"header":{"generatedOn":1722341899659},"data":[{"certificate":"-----BEGIN CERTIFICATE-----\nMIIFpTCCA40CBHRyVY8wDQYJKoZIhvcNAQELBQAwVDELMAkGA1UEBhMCVVMxLTAr\n...\n6EokqtrKZW8xA3FFYCdittx/l2XYCAr9M7UyqDNoptUHkrDhqT+IaDpheCTVIMqy\nGlv/VtcozeLj\n-----END CERTIFICATE-----","signerVmanageUUID":"c947b60a-4c42-48dc-a6f6-8395c17e0465"}]},"$$ref":"#/components/examples/ComViptelaVmanageServerCertificateapiResponseExampleGetvedgeresponse"}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"get","path":"/certificate/vedge"}}