@itentialopensource/adapter-netrounds
Version:
[Deprecated] This adapter integrates with system described as: NetRounds
62 lines • 1.54 kB
JSON
{
"$id": "schema.json",
"type": "object",
"schema": "http://json-schema.org/draft-07/schema#",
"translate": true,
"dynamicfields": true,
"properties": {
"ph_request_type": {
"type": "string",
"description": "type of request (internal to adapter)",
"default": "listTestAgents",
"enum": [
"listTestAgents",
"createTestAgent",
"rebootTestAgent",
"upgradeTestAgentSoftware",
"deleteTestAgent",
"getTestAgent",
"patchTestAgent",
"updateTestAgent",
"scanWifiNetworksStop",
"scanWifiNetworksResults",
"scanWifiNetworksStart"
],
"external_name": "ph_request_type"
},
"testAgentId": {
"type": "string",
"description": "Either the name or ID of the Test Agent",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "test_agent_id"
},
"testAgentNumericId": {
"type": "number",
"description": "ID of the Test Agent",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "test_agent_numeric_id"
},
"testAgentInterfaceName": {
"type": "string",
"description": "Test Agent interface name",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "test_agent_interface_name"
}
},
"definitions": {}
}