UNPKG

@itentialopensource/adapter-accedian_skylight

Version:

This adapter integrates with system described as: accedianSkylight.

167 lines 4.44 kB
{ "actions": [ { "name": "createTcpThroughputTestReportV3", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v3/tcpThroughput/tests?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getAllTcpThroughputTestReportsV3", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v3/tcpThroughput/tests?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getAllTcpThroughputReportsForTestV3", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v3/tcpThroughput/tests/{pathv1}/reports?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getTcpThroughputTestReportV3", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v3/tcpThroughput/tests/{pathv1}/reports/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateTcpThroughputTestReportV3", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/v3/tcpThroughput/tests/{pathv1}/reports/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteTcpThroughputTestReportV3", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/v3/tcpThroughput/tests/{pathv1}/reports/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getFilteredTcpThroughputCountV3", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v3/tcpThroughput/tests/count?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getFilteredTcpThroughputListV3", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v3/tcpThroughput/tests/list?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }