Dell Technologies ECS REST API

Search (SHIFT+S)




Get Snmp Agent Configuration

GET /vdc/snmp/config

Get SNMP Agent configuration including targets.


Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN

  • SYSTEM_MONITOR


Response Body

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

Examples

Request
GET https://192.168.0.0:4443/vdc/snmp/config HTTP/1.1

Content-Type: application/xml
X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
Response
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>