Domain name for API request: dcdb.tencentcloudapi.com.
This API is used to remove a pay-as-you-go TDSQL instance from isolation.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: ActiveHourDCDBInstance. |
Version | Yes | String | Common Params. The value used for this API: 2018-04-11. |
Region | No | String | Common Params. This parameter is not required for this API. |
InstanceIds.N | Yes | Array of String | List of instance IDs in the format of dcdbt-ow728lmc, which can be obtained through the DescribeDCDBInstances API. |
Parameter Name | Type | Description |
---|---|---|
SuccessInstanceIds | Array of String | IDs of instances removed from isolation |
FailedInstanceIds | Array of String | IDs of instances failed to be removed from isolation |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
This example shows you how to remove a pay-as-you-go TDSQL instance from isolation.
https://dcdb.tencentcloudapi.com/?Action=ActiveHourDCDBInstance&InstanceIds.0=tdsqlshard-cq3ndzu7&<common request parameters>
{
"Response": {
"FailedInstanceIds": [],
"RequestId": "8ce27ff0-7fe1-11ea-8469-525400542aa6",
"SuccessInstanceIds": [
"tdsqlshard-cq3ndzu7"
]
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InvalidParameter | Parameter error. |
InvalidParameter.InstanceNotFound | Failed to find the requested instance. |
ResourceUnavailable.InstanceAlreadyDeleted | The database instance has been dropped. |
UnauthorizedOperation.PermissionDenied | You have no permission to manipulate this API or resource. |
Was this page helpful?