@itentialopensource/adapter-ciena_mcp
Version:
This adapter integrates with system described as: Ciena Mcp
46 lines • 1.25 kB
JSON
{
"actions": [
{
"name": "getEquipmenttopologyplanningApiV1AutoSlatDataProjectId",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/equipmenttopologyplanning/api/v1/AutoSlatData/{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": "getEquipmenttopologyplanningApiV1AutoSlatDataNameProjectName",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/equipmenttopologyplanning/api/v1/AutoSlatData/name/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}