Add a new QoS definition for the given PDP Context Definition and RAT Type

The call will add a new QoS definition for the specified PDP Context Definition. The following fields can be specified in the request body * `max_bandwidth_dl`: an unsigned int32 specifying the maximum allowed bandwidth on the downlink in bits per second * `max_bandwidth_ul`: an unsigned int32 specifying the maximum allowed bandwidth on the uplink in bits per second Note that you cannot limit all rat_types, just those that are limitable. Use `GET /api/v1/rat_type?limitable` to retrieve them.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the POST request to /api/v1/authenticate.

Path parameters

pdp_idstringRequired

Request

This endpoint expects an object.
rat_typeobjectOptional
max_bandwidth_dlintegerOptional0-4294967295
max_bandwidth_ulintegerOptional0-4294967295

Response

Created QoS definition

Errors