Skip to main content
PATCH
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Identifies the traffic policy profile.

Example:

"6a09cdc3-8948-47f0-aa62-74ac943d6c58"

Body

application/json
type
enum<string>

The type of the traffic policy profile.

Available options:
whitelist,
blacklist,
throttling
Example:

"whitelist"

services
string[]

Array of PCEF service IDs to include in the profile.

Example:
ip_ranges
string[]

Array of IP ranges in CIDR notation.

Example:
domains
string[]

Array of domain names.

Example:
limit_bw_kbps
enum<integer> | null

Bandwidth limit in kbps. Must be 512 or 1024, or null to remove.

Available options:
512,
1024,
null
Example:

1024

Response

Successful Response

data
object