UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

227 lines 6.17 kB
{ "actions": [ { "name": "getPhysicalLocations", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nsi/api/physicalLocations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postPhysicalLocation", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/nsi/api/physicalLocations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getPhysicalLocationById", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nsi/api/physicalLocations/{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": "postPhysicalLocationExpectations", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/nsi/api/physicalLocations/{pathv1}/expectations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getPhysicalLocationExpectationById", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nsi/api/physicalLocations/{pathv1}/expectations/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deletePhysicalLocationExpectationById", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/nsi/api/physicalLocations/{pathv1}/expectations/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updatePhysicalLocationIdentifiers", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/nsi/api/physicalLocations/{pathv1}/identifiers/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deletePhysicalLocationIdentifiers", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/nsi/api/physicalLocations/{pathv1}/identifiers/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "putNsiApiPhysicalLocationsIdUserDataUserDataKey", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/nsi/api/physicalLocations/{pathv1}/userData/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "PLAIN", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deletePhysicalLocationUserData", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/nsi/api/physicalLocations/{pathv1}/userData/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deletePhysicalLocationById", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/nsi/api/physicalLocations/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }