@itentialopensource/adapter-adtran_mosaic_cloud_platform
Version:
This adapter integrates with system described as: ADTRAN® Mosaic Cloud Platform (Mosaic CP).
45 lines • 1.16 kB
JSON
{
"actions": [
{
"name": "getLatestEvent",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/data/adtran-cloud-platform-latest-events:latest-events/{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": "deleteLatestEvent",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/operations/adtran-cloud-platform-latest-events:delete-events-entry?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}