StartDatabaseInstance_轻量应用服务器_API文档

Plugin DownloadLearn more
VS Code Plugin
Before installing the plugin, please install VS CodeBefore installing the plugin, please install VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains Plugin
Before installing the plugin, please install JetBrains IDEBefore installing the plugin, please install JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

Operation Description

You can call this operation to start a Simple Database Service instance that is in the Stopped state.

Quotas Info

The current API request rate is 1000/60(s).

Authorization Information

The following table shows the authorization information corresponding to this API, which can be used in the Action policy element to grant a RAM user or RAM role the permissions to call the API. Please use RAM to set up these permissions and refer to RAM documentation for more instructions.

Description:View Details...

ActionsAccess levelResource typeCondition keyAssociated operation
swas-open:StartDatabaseInstance
Update
Instance
acs:swas-open:{#regionId}:{#accountId}:instance/{#DatabaseInstanceId}
NoneNone

Request Parameters

Field NameField Details
RegionIdstring

The region ID of the Simple Database Service instance. You can call the ListRegions operation to query the most recent region list.

Example:cn-hangzhouReference Value Source:
    ListRegions
DatabaseInstanceIdstring

The ID of the Simple Database Service instance.

Example:db-38263fa955774501a2ae1bdaed6f****Reference Value Source:
    DescribeDatabaseInstances
ClientTokenstring

The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see How to ensure idempotence.

Example:123e4567-e89b-12d3-a456-426655440000

Response Parameters

Field NameField Details
RequestIdstring

The request ID.

Example:30637AD6-D977-4833-A54C-CC89483E****

Sample Response

Change History

No Change History found.

Examples