UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

146 lines 4.24 kB
{ "actions": [ { "name": "getForeignSystems", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/foreign-systems/api/v1/foreignSystems?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getForeignSystems-default.json" } ] }, { "name": "createForeignSystem", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/foreign-systems/api/v1/foreignSystems?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "FORM", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createForeignSystem-default.json" } ] }, { "name": "addForeignSystemsToInventory", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/foreign-systems/api/v1/foreignSystems/add/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/addForeignSystemsToInventory-default.json" } ] }, { "name": "removeForeignSystemsFromInventory", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/foreign-systems/api/v1/foreignSystems/remove/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/removeForeignSystemsFromInventory-default.json" } ] }, { "name": "getForeignSystemsDetail", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/foreign-systems/api/v1/foreignSystems/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getForeignSystemsDetail-default.json" } ] }, { "name": "deleteForeignSystemsFile", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/foreign-systems/api/v1/foreignSystems/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/deleteForeignSystemsFile-default.json" } ] }, { "name": "updateForeignSystem", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/foreign-systems/api/v1/foreignSystems/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "FORM", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateForeignSystem-default.json" } ] } ] }