UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

65 lines 1.63 kB
{ "actions": [ { "name": "getServiceStatus", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/licensing/api/v1/licensing/status?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "triggerHealthCheck", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/licensing/api/v1/licensing/triggerHealthCheck?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateAll", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/licensing/api/v1/licensing/updateAll?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }