You can use the GetSnmpState method to get the current state of the SNMP feature.
This method has no input parameters.
This method has the following return values:
Name | Description | Type |
---|---|---|
enabled | Possible values:
|
boolean |
snmpV3Enabled | Possible values:
|
boolean |
Requests for this method are similar to the following example:
{ "method": "GetSnmpState", "params": {}, "id" : 1 }
This method returns a response similar to the following example:
{ "id" : 1, "result" : { "enabled": true, "snmpV3Enabled": false } }