@itentialopensource/adapter-adtran_mosaic_cloud_platform
Version:
This adapter integrates with system described as: ADTRAN® Mosaic Cloud Platform (Mosaic CP).
24 lines • 581 B
JSON
{
"actions": [
{
"name": "getAccountLogsBetweenDatesandTime",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/operations/adtran-auth-accounting:get-filtered-logs?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}