UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

107 lines 2.72 kB
{ "actions": [ { "name": "getAllConfigMgmtBatches", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/configmgmt/api/v1/batches?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getConfigMgmtBatch", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/configmgmt/api/v1/batches/{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": "updateBatches", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/configmgmt/api/v1/batches/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteConfigMgmtBatch", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/configmgmt/api/v1/deleteBatch?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getBatchedNes", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/configmgmt/api/v1/nes/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }