Updating Quota Information About a Specified User
Function
This API allows tenants to modify quota information about a specified user as needed.
URI
- URI format
PATCH /v1.0/{project_id}/user_quota/{user_id}
- Parameter description
Table 1 URI parameter description Parameter
Mandatory
Description
project_id
Yes
Project ID. For details about how to obtain the project ID, see Obtaining a Project ID.
user_id
Yes
User ID.
Request
Update quota information about a specified user. The settings of related request parameters are in JSON format.
- Example request
{ "spu_quota": 100, "clusters": [ 111, 112 ] } - Parameter description
Table 2 Request parameters Parameter
Mandatory
Type
Description
spu_quota
No
Int
Maximum SPU quota of a user.
clusters
No
Int
Maximum SPU quota of a cluster.
Response
- Example response
{ "message_id": "CS.10001", "message": "Updating the user quota succeeds.", "current_time": 1533686888000 } - Parameter description
Table 3 Response parameters Parameter
Mandatory
Type
Description
message_id
No
String
Message type ID.
message
No
String
Message content.
current_time
No
Int
Current time, expressed by milliseconds.
Status Code
Table 4 describes the status code.
Error Code
For details, see Error Codes.
Last Article: Querying Quota Information About a Specified User
Next Article: Creating a VPC Peering Connection
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.