@itentialopensource/adapter-ciena_mcp
Version:
This adapter integrates with system described as: Ciena Mcp
127 lines • 3.24 kB
JSON
{
"actions": [
{
"name": "get",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/pinpoint/api/v1/fiberpaths?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "post",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/pinpoint/api/v1/fiberpaths?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getById",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/pinpoint/api/v1/fiberpaths/{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": "delete",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/pinpoint/api/v1/fiberpaths/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getLinks",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/pinpoint/api/v1/fiberpaths/{pathv1}/links?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "getCoordinatesOfDistances",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/pinpoint/api/v1/fiberpaths/{pathv1}/startNode/{pathv2}/distances?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}