Create traffic limit extension

Creates a temporary traffic limit extension for an endpoint. Only accessible by users with Administrator or User roles who belong to the endpoint's organization. Required fields: * `volume` - The traffic volume limit

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

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

Path parameters

endpoint_idstringRequired

Request

This endpoint expects an object.
volumedoubleRequired1-9007199254740990
traffic_limit_iddoubleOptional>=0

Response

Traffic limit extension created successfully
iddouble
endpoint_iddouble
traffic_limit_iddouble
volumedouble
expiration_datestringformat: "date-time"
created_atstringformat: "date-time"

Errors