Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

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

Body

application/json
type
enum<string>
required

The type of the traffic policy profile.

Available options:
whitelist,
blacklist
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>

Bandwidth limit in kbps. Must be 512 or 1024.

Available options:
512,
1024
Example:

512

Response

Successful Response

data
object