Domain name for API request: dcdb.tencentcloudapi.com.
This API is used to query the sync mode of a TencentDB instance.
A maximum of 200 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: DescribeDBSyncMode. |
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. |
InstanceId | Yes | String | ID of an instance for which to modify the sync mode. The ID is in the format of dcdbt-ow728lmc. |
Parameter Name | Type | Description |
---|---|---|
SyncMode | Integer | Sync mode. 0: async; 1: strong sync; 2: downgradable strong sync |
IsModifying | Integer | Whether a modification is in progress. 1: yes; 0: no. |
CurrentSyncMode | Integer | Current sync mode. Valid values: 0 (async), 1 (sync). |
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. |
https://dcdb.tencentcloudapi.com/?Action=DescribeDBSyncMode
&InstanceId=dcdbt-avw0207d
&<Common request parameters>
{
"Response": {
"RequestId": "901bd41c-08a2-4001-8364-5a63f32056ae",
"SyncMode": 0,
"CurrentSyncMode": 0,
"IsModifying": 1
}
}
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 |
---|---|
FailedOperation.OssOperationFailed | Failed to request the backend API. |
InternalError.CamAuthFailed | CAM authentication request failed. |
InternalError.DbOperationFailed | Failed to query the database. |
InternalError.GetInstanceDetailFailed | Failed to get the instance details. |
InternalError.InnerSystemError | Internal system error. |
InvalidParameter.GenericParameterError | An error occurred while verifying parameter validity. |
InvalidParameter.InstanceNotFound | Failed to find the requested instance. |
ResourceUnavailable.InstanceStatusAbnormal | Incorrect database instance status. Operations are not allowed. |
UnauthorizedOperation.PermissionDenied | You have no permission to manipulate this API or resource. |
Was this page helpful?