netflow monitor destination¶
Configure destination where netflow records will be sent
destination Specification¶
Type Configuration Resource Element Name destination Element URI /axapi/v3/netflow/monitor/{name}/destination Element Attributes destination_attributes 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
Description: ip-cfg is a JSON Block. Please see below for ip-cfg
Type: Object
ipv6-cfg
Description: ipv6-cfg is a JSON Block. Please see below for ipv6-cfg
Type: Object
service-group
Description Service-group for load balancing between multiple collector servers
Type: string
Format: string-rlx
Maximum Length: 63 characters
Maximum Length: 1 characters
Mutual Exclusion: service-group ip and ipv6 are mutually exclusive
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
ip-cfg¶
Specification Type object ip
Description IP address of netflow collector
Type: string
Format: ipv4-address
Mutual Exclusion: ip service-group and ipv6 are mutually exclusive
port4
Description Port number, default is 9996
Type: number
Range: 1-65535
Default: 9996
ipv6-cfg¶
Specification Type object ipv6
Description IPv6 address of netflow collector
Type: string
Format: ipv6-address
Mutual Exclusion: ipv6 service-group and ip are mutually exclusive
port6
Description Port number, default is 9996
Type: number
Range: 1-65535
Default: 9996