Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Add Snmp Target

POST /vdc/snmp/config/target

Adds SNMP Target.


Required Roles

  • SYSTEM_ADMIN


Request Payload

All parameters are required unless otherwise stated.

Field Description Type Notes
snmp_target
server String
port SNMP port Integer
version Version - SNMP version V2 or V3 String
community Community name String
user_security_model    
username String
authentication    
protocol String
passphrase String
privacy    
protocol String
passphrase String

Response Body

Response indicating Success or Failure to configure SNMP target

Field Description Type Notes
snmp_target
id String
port String
version String
community String
user_security_model    
username String
authentication    
protocol String
privacy    
protocol String
server String