UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

208 lines 5.57 kB
{ "actions": [ { "name": "getControllers", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nsi/api/controllers?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postController", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/nsi/api/controllers?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getController", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nsi/api/controllers/{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": "deleteControllerById", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/nsi/api/controllers/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getControllerExpectationsById", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nsi/api/controllers/{pathv1}/controllerExpectations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteControllerExpectation", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/nsi/api/controllers/{pathv1}/controllerExpectations/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getControllerPlannedById", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nsi/api/controllers/{pathv1}/controllerPlanned?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postNsiApiControllersControllerIdExpectations", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/nsi/api/controllers/{pathv1}/expectations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postNsiApiControllersControllerIdExpectationsControllerExpectationIdRealize", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/nsi/api/controllers/{pathv1}/expectations/{pathv2}/realize?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "putControllerOperations", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/nsi/api/controllers/{pathv1}/operation/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }