Cloud Reseller Quotas
Update quota limit request status
Approve or reject a quota limit request from your reseller client. When approved, the new quotas are automatically applied to the client account. When rejected, the client receives a notification email.
patch/cloud/reseller/v1/limits_request/{request_id}
Path parameters
request_idinteger required
LimitRequest ID
Example:3
LimitRequest ID
Request body
Example request
{
"client_id": 123
}Response
OK
Example response
{
"client_id": 1,
"created_at": "2019-07-26T13:25:03Z",
"description": "Scale up mysql cluster",
"id": 1,
"requested_limits": {
"global_limits": {
"keypair_count_limit": 100,
"project_count_limit": 2
},
"regional_limits": [
{
"region_id": 1
}
]
},
"status": "in progress",
"updated_at": "2019-07-26T13:25:03Z"
}