Update Flow Tag

Update a Flow Tag given the provided object. This does not do a diff. You must send the complete object and have at least 1 match criteria set.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the Flow Tag Rule to be updated

Body Params

Flow Tag Rule to be updated

string
required

The name of the Flow Tag Rule. Eg. carrier tags

tags
array of strings
required

An array of strings to tag every flow that matches this response policy (rule) with

tags*
string

A regular expression that matches against inputalias of a given flow record.

string

A regular expression that matches against inputname of the input interface of a given flow record.

string

A regular expression that matches against outputalias of a given flow record.

string

A regular expression that matches against outputname of a given flow record.

srcnets
array of strings

An array of CIDR blocks to match against the source IP for a given flow record.

srcnets
dstnets
array of strings

An array of CIDR blocks to match against the destination IP for a given flow record.

dstnets
int32

Source port to match against a given flow.

int32

Destination port to match against a given flow.

string

lower case string representing the protocol of this flow. Eg. tcp, udp, icmp etc

int32

integer representing which tcp flags were set in the flow record. Values between 0-255 are valid.

srcas
array of integers

An array of AS numbers to match against the source AS for a given flow record.

srcas
dstas
array of integers

An array of AS numbers to match against the destination AS for a given flow record.

dstas
srcowneras
array of integers

An array of AS numbers to match against the AS of the source IP for a given flow record.

srcowneras
dstowneras
array of integers

An array of AS numbers to match against the AS of the destination IP for a given flow record.

dstowneras
Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json