snmp-server host host-name

Specify IPV6 hosts to receive SNMP traps

host-name Specification

Parameter Value
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
Partition Visibility shared
Schema host-name schema

Operations Allowed:

OperationMethodURIPayload

Create Object

POST

/axapi/v3/snmp-server/host/host-name

host-name attributes

Create List

POST

/axapi/v3/snmp-server/host/host-name

host-name attributes

Get Object

GET

/axapi/v3/snmp-server/host/host-name/{hostname}+{version}

host-name attributes

Get List

GET

/axapi/v3/snmp-server/host/host-name

host-name-list

Modify Object

POST

/axapi/v3/snmp-server/host/host-name/{hostname}+{version}

host-name attributes

Replace Object

PUT

/axapi/v3/snmp-server/host/host-name/{hostname}+{version}

host-name attributes

Replace List

PUT

/axapi/v3/snmp-server/host/host-name

host-name-list

Delete Object

DELETE

/axapi/v3/snmp-server/host/host-name/{hostname}+{version}

host-name attributes

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