API for managing SNMP configuration and sending alerts to SNMP server for troubleshooting and debugging purposes.
| Resource | Description |
| PUT /vdc/snmp/config | Configures SNMP agent |
| POST /vdc/snmp/config/target | Adds SNMP Target |
| GET /vdc/snmp/config/target/{targetId} | Get SNMP target info. |
| GET /vdc/snmp/config | |
| DELETE /vdc/snmp/config/target/{targetId} | Delete specified SNMP target |
| PUT /vdc/snmp/config/target/{targetId} | Update specified SNMP target. |