@itentialopensource/adapter-ciena_mcp
Version:
This adapter integrates with system described as: Ciena Mcp
166 lines • 4.34 kB
JSON
{
"actions": [
{
"name": "getAllEquipmentIntents",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/ifd/api/equipmentIntents?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "createEquipmentIntent",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/ifd/api/equipmentIntents?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "updateEquipmentIntent",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/ifd/api/equipmentIntents?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "upgradeEquipmentIntents",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/ifd/api/equipmentIntents/postUpgrade?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "upgradeEquipmentIntentsProjectName",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/ifd/api/equipmentIntents/postUpgrade/projectName?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteEquipmentIntent",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/ifd/api/equipmentIntents/projectName/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getEquipmentIntent",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/ifd/api/equipmentIntents/{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": "deleteIfdApiEquipmentIntentsId",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/ifd/api/equipmentIntents/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}