UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

86 lines 2.24 kB
{ "actions": [ { "name": "notificationConfigList", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/tron/api/v1/notification-config?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "notificationConfigRead", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/tron/api/v1/notification-config/{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": "notificationConfigUpdate", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/tron/api/v1/notification-config/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "URLENCODE", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "notificationConfigPartialUpdate", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/tron/api/v1/notification-config/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "URLENCODE", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }