Add data limit to service profile
Authentication
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.
Path parameters
Request
Service type to which the limit applies.
The only supported service type is Data, which has an ID of 38.
Limit threshold in the atomic units of the service type (for data, this is bytes). This specifies the amount of data that the service can consume within the period before the limit is reached or exceeded.
Determines if the limit only applies to satellite RAT types.
The default value is false, which means the limit applies to all RAT types.
Period of the limit.
The only supported period is Monthly, which uses calendar months and has an ID of 2.
The limit resets at the beginning of each month 00:00 UTC.
Percentage of the limit volume when the system sends an event.
The event is sent when the limit is reached or exceeded.
For example, if you set the warning percentage to 80, the system sends an event when the service consumes 80% of the limit volume.