Profile Types
| Type | Behavior |
|---|---|
| whitelist | Only listed traffic is allowed. Everything else is blocked. |
| blacklist | Listed traffic is blocked. Everything else is allowed. |
| throttling | Traffic is allowed but bandwidth-limited to limit_bw_kbps. |
Filter Criteria
Each profile can include one or more of:- services — PCEF service IDs (predefined traffic categories). Use
GET /traffic/policy/profiles/servicesto list available services. - ip_ranges — CIDR notation (
10.0.0.0/8,203.0.113.0/24). Block or allow specific IP ranges. - domains — Domain names (
example.com,*.internal.corp). DNS-level filtering.
services, ip_ranges, or domains is required when creating a profile.
Example: IoT Device Lockdown
Whitelist-only profile that restricts a fleet of sensors to your backend servers:Example: Bandwidth Throttling
Limit data-hungry devices to prevent runaway costs:Assigning Profiles
Profiles are assigned at the SIM Card Group level. Create the profile viaPOST /traffic/policy/profiles, then reference its ID when configuring the group.