@itentialopensource/adapter-netrounds
Version:
[Deprecated] This adapter integrates with system described as: NetRounds
235 lines • 6.42 kB
JSON
{
"actions": [
{
"name": "listTestAgents",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/accounts/{pathv1}/test_agents/?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/listTestAgents-default.json"
}
]
},
{
"name": "createTestAgent",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/accounts/{pathv1}/test_agents/?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/createTestAgent-default.json"
}
]
},
{
"name": "rebootTestAgent",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/accounts/{pathv1}/test_agents/reboot/?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "upgradeTestAgentSoftware",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/accounts/{pathv1}/test_agents/update/?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "deleteTestAgent",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/accounts/{pathv1}/test_agents/{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": "getTestAgent",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/accounts/{pathv1}/test_agents/{pathv2}/?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getTestAgent-default.json"
}
]
},
{
"name": "patchTestAgent",
"protocol": "REST",
"method": "PATCH",
"entitypath": "{base_path}/{version}/accounts/{pathv1}/test_agents/{pathv2}/?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/patchTestAgent-default.json"
}
]
},
{
"name": "updateTestAgent",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/accounts/{pathv1}/test_agents/{pathv2}/?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/updateTestAgent-default.json"
}
]
},
{
"name": "scanWifiNetworksStop",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/accounts/{pathv1}/test_agents/{pathv2}/wifiscan/{pathv3}/?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "scanWifiNetworksResults",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/accounts/{pathv1}/test_agents/{pathv2}/wifiscan/{pathv3}/?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "scanWifiNetworksStart",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/accounts/{pathv1}/test_agents/{pathv2}/wifiscan/{pathv3}/?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
}
]
}