UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

126 lines 3.23 kB
{ "actions": [ { "name": "getAllThresholds", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/pmprocessor/api/v1/thresholds?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateThreshold", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/pmprocessor/api/v1/thresholds?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "createThreshold", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/pmprocessor/api/v1/thresholds?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getThresholdById", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/pmprocessor/api/v1/thresholds/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateThresholdById", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/pmprocessor/api/v1/thresholds/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteThresholdById", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/pmprocessor/api/v1/thresholds/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }