sflow collector ip¶
Configure sFlow IPv4 collector
ip Specification¶
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/sflow/collector/ip | ||
Create List | POST | /axapi/v3/sflow/collector/ip | ||
Get Object | GET | /axapi/v3/sflow/collector/ip/{addr}+{port} | ||
Get List | GET | /axapi/v3/sflow/collector/ip | ||
Modify Object | POST | /axapi/v3/sflow/collector/ip/{addr}+{port} | ||
Replace Object | PUT | /axapi/v3/sflow/collector/ip/{addr}+{port} | ||
Replace List | PUT | /axapi/v3/sflow/collector/ip | ||
Delete Object | DELETE | /axapi/v3/sflow/collector/ip/{addr}+{port} |
ip-list¶
ip-list is JSON List of ip attributes
ip-list : [
]
ip attributes¶
addr
Description Configure sFlow collector IP address
Type: string
Format: ipv4-address
port
Description Port number (default is 6343)
Type: number
Range: 1-65535
Default: 6343
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters