@itentialopensource/adapter-ciena_mcp
Version:
This adapter integrates with system described as: Ciena Mcp
168 lines • 4.57 kB
JSON
{
"actions": [
{
"name": "getEquipmentGroup",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/nsi/api/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": "postEquipmentGroup",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/nsi/api/equipmentGroups?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getEquipmentGroupById",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/nsi/api/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": "deleteEquipmentGroupById",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/nsi/api/equipmentGroups/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getEquipmentGroupExpectations",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/nsi/api/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": "postEquipmentGroupExpectation",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/nsi/api/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": "getNsiApiEquipmentGroupsEquipmentGroupIdEquipmentGroupExpectationsEquipmentGroupExpectationId",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/nsi/api/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": "deleteEquipmentGroupExpectationById",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/nsi/api/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": ""
}
]
}
]
}