描述
The method allows to retrieve discovery checks according to the given parameters.
该方法可以根据给定的参数检索发现检查
(object)
定义希望输出的参数.
返回值
(integer/array)
返回:
对象数组;
如果使用了countOutput参数,将返回对象的计数.
Retrieve discovery checks for a discovery rule 获取发现规则的发现检查
获取被发现规则“6”使用的发现检查.
请求:
响应:
- {
- "result": [
- {
- "dcheckid": "6",
- "druleid": "4",
- "type": "3",
- "key_": "",
- "snmp_community": "",
- "ports": "21",
- "snmpv3_securityname": "",
- "snmpv3_authpassphrase": "",
- "snmpv3_privpassphrase": "",
- "uniq": "0",
- "snmpv3_authprotocol": "0",
- "snmpv3_privprotocol": "0"
- }
- ],
- "id": 1
- }