@itentialopensource/adapter-ciena_mcp
Version:
This adapter integrates with system described as: Ciena Mcp
46 lines • 1.27 kB
JSON
{
"actions": [
{
"name": "getSubmarineApiV1SrsUpload",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/submarine/api/v1/srs/upload?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getSubmarineApiV1SrsUpload-default.json"
}
]
},
{
"name": "getSubmarineApiV1SrsCableSystemDetails",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/submarine/api/v1/srs/cableSystemDetails?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getSubmarineApiV1SrsCableSystemDetails-default.json"
}
]
}
]
}