Settings Traffic Classification

List Network Classifications

get

Returns an array of Network Classifications.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
get
/api/v1/netclasses

Get Network Classification

get

Returns a Network Classification by type.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
typestringRequired

The type of network classification.

Responses
get
/api/v1/netclass/{type}

Update Network Classification

put

Updates a Network Classification by type.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
typestringRequired

The type of network classification.

Body
objectOptional

Network Classification Create or Update Config

Responses
put
/api/v1/netclass/{type}

Delete Network Classification

delete

Deletes a Network Classification by type.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
typestringRequired

The type of network classification.

Responses
delete
/api/v1/netclass/{type}

No content

List DNS Classifications

get

Returns an array of DNS Classifications.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
get
/api/v1/dnsclasses

Get DNS Classification

get

Returns a DNS Classification by type.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

The id of dns classification.

Responses
get
/api/v1/dnsclass/{id}

Update DNS Classification

put

Updates a DNS Classification by type.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

The id of dns classification.

Body
objectOptional

DNS Classification Create or Update Config

Responses
put
/api/v1/dnsclass/{id}

Delete DNS Classification

delete

Deletes a DNS Classification by id.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

The id of dns classification.

Responses
delete
/api/v1/dnsclass/{id}

No content

Last updated