{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/5353f359-00fd-349d-ab9d-94968f26400d","info":{"title":"Service Health Probe Manager APIs","description":"Probe Manager related APIs for 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/aa_probemgr_overview.md"}},"openapi":"3.0.1","servers":[{"url":"/crosswork/probemgr/v1/"}],"securitySchemes":{"bearerAuth":{"type":"apiKey","description":"Security token for authorizing requests for these APIs.","name":"Authorization","in":"header"}}},"spec":{"type":"object","properties":{"id":{"description":"Session ID. This is the UUID that the Probe Manager used to create the session in the Accedian server.","type":"string"},"sender":{"description":"Sender endpoint of the session. This is the key ID of the endpoint in the service configuration payload.","type":"string"},"reflector":{"description":"Reflector endpoint of the session. This is the key ID of the endpoint in the service configuration payload.","type":"string"},"status":{"type":"string","description":"Status of probe/endpoint/session","default":"PROBE_STATUS_UNKNOWN","enum":["PROBE_STATUS_UNKNOWN","PROBE_STATUS_PENDING","PROBE_STATUS_SUCCESS","PROBE_STATUS_ERROR"],"$$ref":"#/components/schemas/ProbeStatus"},"error":{"description":"Error message","type":"string"}},"description":"Probe session status report","$$ref":"#/components/schemas/ProbeSessionStatus","title":"ProbeSessionStatus"}}