All Products
Search
Document Center

Tablestore:UpdateInstance

Last Updated:Nov 14, 2024

Updates instance information.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

POST /v2/openapi/updateinstance HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
bodyobjectNo

The request body.

InstanceNamestringYes

The name of the instance whose information you want to update.

instance-test
AliasNamestringNo

The alias of the instance.

instance-test
InstanceDescriptionstringNo

The description of the instance.

the test instance
NetworkstringNo

(Deprecated) The network type of the instance. Valid values: NORMAL and VPC_CONSOLE. Default value: NORMAL.

VPC
NetworkTypeACLarrayNo

The new types of the network from which access is allowed. By default, all types of networks are allowed. Valid values:

  • INTERNET: the Internet
  • VPC: VPCs
  • CLASSIC: the classic network
stringNo

The new type of the network from which access is allowed.

Enumeration Value:
  • INTERNET: the Internet.
  • VPC: VPCs.
  • CLASSIC: the classic network.
INTERNET
NetworkSourceACLarrayNo

The new sources of the network from which access is allowed. By default, all sources of networks are allowed. Valid value:

TRUST_PROXY: the console

stringNo

The new source of the network from which access is allowed.

Valid value:

  • TRUST_PROXY
Enumeration Value:
  • TRUST_PROXY: the console.
TRUST_PROXY

Response parameters

ParameterTypeDescriptionExample
object

The returned struct.

RequestIdstring

The request ID, which can be used to troubleshoot issues.

3104C83E-6E82-57FB-BB88-8C64CCFDEF89

Examples

Sample success responses

JSONformat

{
  "RequestId": "3104C83E-6E82-57FB-BB88-8C64CCFDEF89"
}

Error codes

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

Change history

Change timeSummary of changesOperation
2023-10-13The internal configuration of the API is changed, but the call is not affectedView Change Details
2023-08-16The internal configuration of the API is changed, but the call is not affectedView Change Details