UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

126 lines 3.3 kB
{ "actions": [ { "name": "getAllThresholdGroups", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/pmprocessor/api/v1/threshold_groups?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateThresholdGroup", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/pmprocessor/api/v1/threshold_groups?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "createThresholdGroup", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/pmprocessor/api/v1/threshold_groups?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getThresholdGroupById", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/pmprocessor/api/v1/threshold_groups/{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": "updateThresholdGroupById", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/pmprocessor/api/v1/threshold_groups/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteThresholdGroupById", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/pmprocessor/api/v1/threshold_groups/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }