netflow monitor destination¶
Configure destination where netflow records will be sent
destination Specification¶
Parameter Value Type Configuration Resource Element Name destination Element URI /axapi/v3/netflow/monitor/{name}/destination Element Attributes destination_attributes Partition Visibility shared Schema destination schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/netflow/monitor/{name}/destination | ||
Get Object | GET | /axapi/v3/netflow/monitor/{name}/destination | ||
Modify Object | POST | /axapi/v3/netflow/monitor/{name}/destination | ||
Replace Object | PUT | /axapi/v3/netflow/monitor/{name}/destination | ||
Delete Object | DELETE | /axapi/v3/netflow/monitor/{name}/destination |
destination attributes¶
ip-cfg¶
Specification Value Type object ip
Description IP address of netflow collector
Type: string
Format: ipv4-address
Mutual Exclusion: ip and ipv6 are mutually exclusive
port4
Description Port number, default is 9996
Type: number
Range: 1-65535
Default: 9996
ipv6-cfg¶
Specification Value Type object ipv6
Description IPv6 address of netflow collector
Type: string
Format: ipv6-address
Mutual Exclusion: ipv6 and ip are mutually exclusive
port6
Description Port number, default is 9996
Type: number
Range: 1-65535
Default: 9996