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:

OperationMethodURIPayload

Create Object

POST

/axapi/v3/netflow/monitor/{name}/destination

destination attributes

Get Object

GET

/axapi/v3/netflow/monitor/{name}/destination

destination attributes

Modify Object

POST

/axapi/v3/netflow/monitor/{name}/destination

destination attributes

Replace Object

PUT

/axapi/v3/netflow/monitor/{name}/destination

destination attributes

Delete Object

DELETE

/axapi/v3/netflow/monitor/{name}/destination

destination attributes

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 Value
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 Value
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