sflow collector host¶
Configure sFlow collector using FQDN
host Specification¶
Parameter Value Type Collection Object Key(s) name, port Collection Name host-list Collection URI /axapi/v3/sflow/collector/host Element Name host Element URI /axapi/v3/sflow/collector/host/{name}+{port} Element Attributes host_attributes Partition Visibility shared Schema host schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/sflow/collector/host | ||
Create List | POST | /axapi/v3/sflow/collector/host | ||
Get Object | GET | /axapi/v3/sflow/collector/host/{name}+{port} | ||
Get List | GET | /axapi/v3/sflow/collector/host | ||
Modify Object | POST | /axapi/v3/sflow/collector/host/{name}+{port} | ||
Replace Object | PUT | /axapi/v3/sflow/collector/host/{name}+{port} | ||
Replace List | PUT | /axapi/v3/sflow/collector/host | ||
Delete Object | DELETE | /axapi/v3/sflow/collector/host/{name}+{port} |
host-list¶
host-list is JSON List of host attributes
host-list : [
]
host attributes¶
customized-setting
Description: customized-setting is a JSON Block. Please see below for customized-setting
Type: Object
Reference Object: /axapi/v3/sflow/collector/host/{name}+{port}/customized-setting
name
Description Configure FQDN name of sFlow Receiver
Type: string
Format: string-rlx
Maximum Length: 128 characters
Maximum Length: 1 characters
port
Description Port number (default is 6343)
Type: number
Range: 1-65535
Default: 6343
use-mgmt-port
Description sFlow collector is through out-of-band management
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
user-tag
Description Customized tag
Type: string
Format: string-rlx
Maximum Length: 127 characters
Maximum Length: 1 characters
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
customized-setting¶
Specification Value Type object a10-proprietary-polling
Description Enable counters for ACOS control blocks
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
counter-polling
Description Enable counter polling
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
event-notification
Description Enable event notification
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
export-enable
Description ‘export’: Customizes export settings for collector;
Type: string
Supported Values: export
packet-sampling
Description Enable packet sampling
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters