UNPKG

@itentialopensource/adapter-adtran_mosaic_cloud_platform

Version:

This adapter integrates with system described as: ADTRAN® Mosaic Cloud Platform (Mosaic CP).

45 lines 1.14 kB
{ "actions": [ { "name": "setInactivityLogoffTime", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/data/adtran-cloud-platform-settings:settings?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getInactivityAutologoffTime", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/data/adtran-cloud-platform-settings:settings?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }