UNPKG

@itentialopensource/adapter-adtran_mosaic_cloud_platform

Version:

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

84 lines 2.17 kB
{ "actions": [ { "name": "addLabel", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/data/adtran-cloud-platform-labels:labels/label?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "dataFilterForLabel", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/data-filter/adtran-cloud-platform-labels:labels/label?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "searchLabel", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/operations/adtran-cloud-platform-search:search?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteLabel", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/data/adtran-cloud-platform-labels:labels/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }