UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

65 lines 1.73 kB
{ "actions": [ { "name": "getNetworkConstructsV5", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nsi/api/v5/networkConstructs?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postNsiApiV5NetworkConstructs", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/nsi/api/v5/networkConstructs?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postNsiApiV5NetworkConstructsIdExpectationsNetworkConstructExpectationIdRealize", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/nsi/api/v5/networkConstructs/{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": "" } ] } ] }