{"type":"api","title":"Use this API to reactivate a probe","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":{"tags":["AaProbeManager"],"summary":"Use this API to reactivate a probe.","operationId":"AaProbeManager_ReactivateProbeRequest","requestBody":{"description":"The Probe Reactivate request parameter.","content":{"application/json":{"schema":{"type":"object","properties":{"serviceId":{"type":"string","description":"Service ID."}},"description":"Use ProbeReactivateRequest to re-activate a service probe that has an error.","$$ref":"#/components/schemas/ProbeReactivateRequest"},"example":{"serviceId":"ietf-l3vpn-ntw:l3vpn-ntw/vpn-services/vpn-service=L3VPN_5EP_10"}}},"required":true},"responses":{"200":{"description":"OK. The request was successful. The result is contained in the response body.","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"Status of Probe Activation Response","default":"RESP_STATUS_UNKNOWN","enum":["RESP_STATUS_UNKNOWN","RESP_STATUS_SUCCESS","RESP_STATUS_ERROR"],"$$ref":"#/components/schemas/Status"},"error":{"description":"Error message","type":"string"}},"description":"Response to the request to re-activate the probe.","$$ref":"#/components/schemas/ProbeReactivateResponse"},"example":{"data":[{"status":1}]}}}},"default":{"description":"An unexpected error response.","content":{"application/json":{"schema":{"type":"object","description":"Run-time error.","properties":{"error":{"type":"string","description":"Error of Run-time error."},"code":{"type":"integer","description":"Code of Run-time error.","format":"int32"},"message":{"type":"string","description":"Message of Run-time error."},"details":{"type":"array","description":"Details of Run-time error.","items":{"type":"object","description":"ProtobufAny","properties":{"type_url":{"type":"string","description":"Type-url of ProtobufAny."},"value":{"pattern":"^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$","type":"string","description":"Value of ProtobufAny.","format":"byte"}},"$$ref":"#/components/schemas/protobufAny"}}},"$$ref":"#/components/schemas/runtimeError"},"example":{"data":[{"status":0}]}}}}},"x-codegen-request-body-name":"body","__originalOperationId":"AaProbeManager_ReactivateProbeRequest","security":[{"bearerAuth":[]}],"method":"post","path":"/reactivateProbe"}}