Skip to main content
GET
Get quota limit request

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

request_id
integer<int64>
required

LimitRequest ID

Example:

3

Response

200 - application/json

OK

client_id
integer
required

Client ID

Example:

1

id
integer
required

Request ID

Example:

1

requested_limits
Global and regional quota limits of the client. · object
required

Requested limits.

status
string
required

Request status

Example:

"in progress"

created_at
string<date-time>

Datetime when the request was created.

Example:

"2019-07-26T13:25:03"

description
string | null

Describe the reason, in general terms.

Example:

"Scale up mysql cluster"

updated_at
string<date-time> | null

Datetime when the request was updated.

Example:

"2019-07-26T13:25:03"