UNPKG

@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
{ "actions": [ { "name": "requestaSessionToken", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/operations/adtran-auth-token:request-token?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/requestaSessionToken-default.json" } ] }, { "name": "releaseaSessionToken", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/operations/adtran-auth-token:release-token?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }