POST URIs | Description |
---|---|
<base_URI>/operations/show/snmp-server/status | Displays the status of SNMP server on all configured VRFs. |
None.
POST operation is supported.
The following example uses the POST option to retrieve the SNMP server details.
http://host:80/rest/operations/show/snmp-server/status
None
<output xmlns='urn:brocade.com:mgmt:brocade-snmp'> <status> <server> <vrf>mgmt-vrf</vrf> <status>enabled</status> </server> <server> <vrf>default-vrf</vrf> <status>enabled</status> </server> <server> <vrf>red</vrf> <status>disabled</status> </server> </status> </output>