All Products
Search
Document Center

:UpgradeInstance

Last Updated:Mar 01, 2024

Modifies the quotas of a specified instance.

Operation description

You can call this operation to modify the quotas of a specified instance.

The limits on the number of users: 1,000,000 to 10,000,000. The limits on the number of items: 1,000,000 to 10,000,000. The limits on the queries per second (QPS) for recommendation requests: 10 to 500.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

POST /v2/openapi/instances/{instanceId}/actions/upgrade

Request parameters

ParameterTypeRequiredDescriptionExample
instanceIdstringYes

The ID of the instance.

airec-cn-xxxxxx

Response parameters

ParameterTypeDescriptionExample
object
resultobject

The returned results.

instanceIdstring

The ID of the instance.

airec-cn-o400whm78004
codestring

The error code.

InternalServerError
requestIdstring

The ID of the request.

8F81A922-6C81-46D6-B78C-CC35E16B1691
messagestring

The error message.

An internal server error occurred

Examples

Sample success responses

JSONformat

{
  "result": {
    "instanceId": "airec-cn-o400whm78004"
  },
  "code": "InternalServerError",
  "requestId": "8F81A922-6C81-46D6-B78C-CC35E16B1691",
  "message": "An internal server error occurred"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history