@itentialopensource/adapter-netrounds
Version:
[Deprecated] This adapter integrates with system described as: NetRounds
80 lines • 1.95 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": "listMonitors",
"enum": [
"listMonitors",
"createMonitor",
"deleteMonitor",
"getMonitor",
"patchMonitor",
"updateMonitor",
"getMonitorPdfreport"
],
"external_name": "ph_request_type"
},
"monitorId": {
"type": "number",
"description": "Id of the Monitor",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "monitor_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": {}
}