UNPKG

@itentialopensource/adapter-adtran_mosaic_cloud_platform

Version:

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

125 lines 3.38 kB
{ "actions": [ { "name": "createExternalPolicyRADIUS", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/data/adtran-auth-config-external:auth-methods/auth-method?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateExternalPolicyRADIUS", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/data/adtran-auth-config-external:auth-methods/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteExternalPolicyRADIUS", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/data/adtran-auth-config-external:auth-methods/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateExternalPolicyTACACS", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/data/adtran-auth-config-external:auth-methods/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteExternalPolicyTACACS", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/data/adtran-auth-config-external:auth-methods/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getExternalPolicy", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/data/adtran-auth-config-external:auth-methods/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }