UNPKG

@itentialopensource/adapter-ciena_mcp

Version:

This adapter integrates with system described as: Ciena Mcp

168 lines 4.82 kB
{ "actions": [ { "name": "getNsiApiV20EquipmentGroups", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nsi/api/v2_0/equipmentGroups?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postNsiApiV20EquipmentGroups", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/nsi/api/v2_0/equipmentGroups?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getNsiApiV20EquipmentGroupsEquipmentGroupId", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nsi/api/v2_0/equipmentGroups/{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": "deleteNsiApiV20EquipmentGroupsEquipmentGroupId", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/nsi/api/v2_0/equipmentGroups/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getNsiApiV20EquipmentGroupsEquipmentGroupIdEquipmentGroupExpectations", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nsi/api/v2_0/equipmentGroups/{pathv1}/equipmentGroupExpectations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postNsiApiV20EquipmentGroupsEquipmentGroupIdEquipmentGroupExpectations", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/nsi/api/v2_0/equipmentGroups/{pathv1}/equipmentGroupExpectations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getNsiApiV20EquipmentGroupsEquipmentGroupIdEquipmentGroupExpectationsEquipmentGroupExpectationId", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/nsi/api/v2_0/equipmentGroups/{pathv1}/equipmentGroupExpectations/{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": "deleteNsiApiV20EquipmentGroupsEquipmentGroupIdEquipmentGroupExpectationsEquipmentGroupExpectationId", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/nsi/api/v2_0/equipmentGroups/{pathv1}/equipmentGroupExpectations/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }