@itentialopensource/adapter-netrounds
Version:
[Deprecated] This adapter integrates with system described as: NetRounds
78 lines • 1.87 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": "listTests",
"enum": [
"listTests",
"createTest",
"deleteTest",
"getTest",
"getTestPdfreport"
],
"external_name": "ph_request_type"
},
"testId": {
"type": "number",
"description": "Id of the Test",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "test_id"
},
"withDetailedMetrics": {
"type": "boolean",
"description": "Set to true to get response with metrics.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "with_detailed_metrics"
},
"withMetricsAvg": {
"type": "boolean",
"description": "Set to true to get response with metrics averages.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "with_metrics_avg"
},
"withOtherResults": {
"type": "boolean",
"description": "Set to true to get addition results.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "with_other_results"
},
"worstNum": {
"type": "number",
"description": "The minimum count of result in the periodic report.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "worst_num"
}
},
"definitions": {}
}