@itentialopensource/adapter-adtran_mosaic_cloud_platform
Version:
This adapter integrates with system described as: ADTRAN® Mosaic Cloud Platform (Mosaic CP).
44 lines • 1.14 kB
JSON
{
"actions": [
{
"name": "selectByInterfaceName",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/operations/adtran-cloud-platform-uiworkflow:select-behavior?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deselectInterfaceName",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/operations/adtran-cloud-platform-uiworkflow:deselect-behavior?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}