{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/0a9b2acc-7c69-3a2d-a85e-640d9a4fe06c","info":{"title":"Service Health Assurance Graph APIs","description":"APIs for requesting assurance-graph data stored in the Crosswork Service Health application.","termsOfService":"terms-of-service","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"},"version":"7.1.0"},"security":[{"bearerAuth":[]}],"x-parser-conf":{"overview":{"markdownPath":"reference/ServiceHealth/sh_assurance_graph_overview.md"}},"openapi":"3.0.1","servers":[{"url":"/crosswork/aa/agmgr/v1/"}],"securitySchemes":{"bearerAuth":{"type":"apiKey","description":"Security token for authorizing requests for these APIs.","name":"Authorization","in":"header"}}},"spec":{"type":"object","description":"Response Impacted services.","properties":{"status":{"type":"string","description":"Response services details for a given subservice.","default":"UNKNOWN_STATUS","enum":["UNKNOWN_STATUS","SUCCESS","SUBSERVICE_DOESNT_EXIST","BAD_REQUEST_SCHEMA","ERROR"],"$$ref":"#/components/schemas/ResponseImpactedServicesStatus"},"services":{"type":"array","description":"There can be multiple services referring to a given subservice.","items":{"type":"object","properties":{"serviceId":{"type":"string","description":"Service id"},"serviceType":{"type":"string","description":"Service type"},"serviceName":{"type":"string","description":"Service name"}},"description":"Providing the service details like service type and name along with ID.","$$ref":"#/components/schemas/ResponseImpactedServicesServiceDetails"}},"error":{"type":"string","description":"Error details in case of any error condition."}},"$$ref":"#/components/schemas/ResponseImpactedServices","title":"ResponseImpactedServices"}}