UNPKG

@itentialopensource/adapter-adtran_mosaic_cloud_platform

Version:

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

45 lines 1.11 kB
{ "actions": [ { "name": "updateLoginBanner", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/data/adtran-launchpad-login:login-screen?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getLoginBanner", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/data/adtran-launchpad-login:login-screen?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }