snmp-server host host-name¶
Specify IPV6 hosts to receive SNMP traps
host-name Specification¶
Type Collection Object Key(s) hostname, version Collection Name host-name-list Collection URI /axapi/v3/snmp-server/host/host-name Element Name host-name Element URI /axapi/v3/snmp-server/host/host-name/{hostname}+{version} Element Attributes host-name_attributes Schema host-name schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/snmp-server/host/host-name | ||
Create List | POST | /axapi/v3/snmp-server/host/host-name | ||
Get Object | GET | /axapi/v3/snmp-server/host/host-name/{hostname}+{version} | ||
Get List | GET | /axapi/v3/snmp-server/host/host-name | ||
Modify Object | POST | /axapi/v3/snmp-server/host/host-name/{hostname}+{version} | ||
Replace Object | PUT | /axapi/v3/snmp-server/host/host-name/{hostname}+{version} | ||
Replace List | PUT | /axapi/v3/snmp-server/host/host-name | ||
Delete Object | DELETE | /axapi/v3/snmp-server/host/host-name/{hostname}+{version} |
host-name-list¶
host-name-list is JSON List of host-name attributes
host-name-list : [
]
host-name attributes¶
hostname
Description Hostname of SNMP trap host
Type: string
Maximum Length: 31 characters
Maximum Length: 1 characters
udp-port
Description The trap host’s UDP port number(default: 162)
Type: number
Range: 1-65535
Default: 162
user
Description SNMPv3 user to send traps (User Name)
Type: string
Format: string-rlx
Maximum Length: 31 characters
Maximum Length: 1 characters
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
v1-v2c-comm
Description SNMPv1/v2c community string
Type: string
Format: string-rlx
Maximum Length: 31 characters
Maximum Length: 1 characters
version
Description ‘v1’: Use SNMPv1; ‘v2c’: Use SNMPv2c; ‘v3’: User SNMPv3;
Type: string
Supported Values: v1, v2c, v3
Default: v2c