@itentialopensource/adapter-ciena_mcp
Version:
This adapter integrates with system described as: Ciena Mcp
248 lines • 6.45 kB
JSON
{
"actions": [
{
"name": "getAllIntents",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/ifd/api/serviceIntents?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "createIntent",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/ifd/api/serviceIntents?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteServiceIntent",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/ifd/api/serviceIntents/deleteIntent/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getIntent",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/ifd/api/serviceIntents/{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": "deleteIntent",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/ifd/api/serviceIntents/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deployIntent",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/ifd/api/serviceIntents/{pathv1}/deploy?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "forceState",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/ifd/api/serviceIntents/{pathv1}/forceFailState?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "realignState",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/ifd/api/serviceIntents/{pathv1}/realignState?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getServiceResourceTrackers",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/ifd/api/serviceIntents/{pathv1}/resourceTrackers?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getServiceRoute",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/ifd/api/serviceIntents/{pathv1}/route?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "undeployIntent",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/ifd/api/serviceIntents/{pathv1}/undeploy?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "updateIntent",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/ifd/api/serviceIntents/{pathv1}/update?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}