@itentialopensource/adapter-ciena_mcp
Version:
This adapter integrates with system described as: Ciena Mcp
24 lines • 557 B
JSON
{
"actions": [
{
"name": "undeployServiceIntent",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/bpoifdnbi/api/v1/serviceIntent/undeploy?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}