Get SNMP Agent configuration including targets.
Requires one of the following roles:
SYSTEM_ADMIN
SYSTEM_MONITOR
| Field | Description | Type | Notes |
| snmp_configuration | |||
| engineID | String | ||
| snmp_target |
0-* Elements |
||
| id | String | ||
| port | String | ||
| version | String | ||
| community | String | ||
| user_security_model | |||
| username | String | ||
| authentication | |||
| protocol | String | ||
| privacy | |||
| protocol | String | ||
| server | String |
GET https://192.168.0.0:4443/vdc/snmp/config HTTP/1.1 Content-Type: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
HTTP/1.1 200 OK
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<snmp_configuration>
<engineID>80001370010AF61679B57C125A</engineID>
</snmp_configuration>