Queries the details of PolarDB clusters in a region that have backup sets.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:DescribeDBClustersWithBackups |
get |
*DBCluster
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceGroupId |
string |
No |
The resource group ID. |
rg-************ |
| RegionId |
string |
Yes |
The region ID. Note
Call the DescribeRegions operation to view details about regions. |
cn-hangzhou |
| DBClusterIds |
string |
No |
The ID of the cluster. You can specify multiple cluster IDs. Separate the IDs with a comma (,). |
pc-************** |
| DBClusterDescription |
string |
No |
The cluster name. The cluster name must meet the following requirements:
|
test |
| DBType |
string |
No |
The database engine type. Valid values:
|
MySQL |
| IsDeleted |
integer |
No |
Specifies whether the cluster is deleted. Valid values:
|
0 |
| PageSize |
integer |
No |
The number of records on each page. Valid values:
Default value: 30. |
30 |
| PageNumber |
integer |
No |
The page number. The value must be an integer that is greater than 0 and does not exceed the maximum value of the Integer data type. Default value: 1. |
1 |
| DBVersion |
string |
No |
The database engine version.
|
8.0 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
F8529AA2-522F-4B30-B80B-8F7D39****** |
| PageNumber |
integer |
The page number. |
1 |
| PageRecordCount |
integer |
The number of clusters on the current page. |
1 |
| TotalRecordCount |
integer |
The total number of entries returned. |
1 |
| Items |
object |
||
| DBCluster |
array<object> |
The details of the cluster. |
|
|
object |
|||
| DeletedTime |
string |
The time when the cluster was deleted. |
2022-05-12T03:25:37Z |
| VpcId |
string |
The ID of the virtual private cloud (VPC). |
vpc-****************** |
| ExpireTime |
string |
The expiration time. Note
This parameter is returned only for subscription clusters. An empty string is returned for pay-as-you-go clusters. |
2022-09-14T16:00:00Z |
| Expired |
string |
Indicates whether the cluster has expired. Note
This parameter is returned only for subscription clusters. |
false |
| CreateTime |
string |
The time when the cluster was created. |
2022-05-09T09:33:51Z |
| DBNodeClass |
string |
The node specifications. |
polar.mysql.x4.medium |
| PayType |
string |
The billing method. Valid values:
|
Postpaid |
| DBType |
string |
The type of the database engine. |
MySQL |
| LockMode |
string |
The lock state of the cluster. Valid values:
|
Unlock |
| RegionId |
string |
The region ID. |
cn-hangzhou |
| DeletionLock |
integer |
The deletion lock status of the cluster. Valid values:
|
0 |
| DBVersion |
string |
The version of the database engine. |
8.0 |
| DBClusterId |
string |
The cluster ID. |
pc-**************** |
| DBClusterStatus |
string |
The cluster status. Valid values:
|
Running |
| IsDeleted |
integer |
Indicates whether the cluster is released. Valid values:
|
1 |
| DBClusterNetworkType |
string |
The network type of the cluster. |
VPC |
| DBClusterDescription |
string |
The cluster name. |
test |
| ZoneId |
string |
The zone ID. |
cn-hangzhou-h |
| Engine |
string |
The cluster engine. |
POLARDB |
Examples
Success response
JSON format
{
"RequestId": "F8529AA2-522F-4B30-B80B-8F7D39******",
"PageNumber": 1,
"PageRecordCount": 1,
"TotalRecordCount": 1,
"Items": {
"DBCluster": [
{
"DeletedTime": "2022-05-12T03:25:37Z",
"VpcId": "vpc-******************",
"ExpireTime": "2022-09-14T16:00:00Z",
"Expired": "false",
"CreateTime": "2022-05-09T09:33:51Z",
"DBNodeClass": "polar.mysql.x4.medium",
"PayType": "Postpaid",
"DBType": "MySQL",
"LockMode": "Unlock",
"RegionId": "cn-hangzhou",
"DeletionLock": 0,
"DBVersion": "8.0",
"DBClusterId": "pc-****************",
"DBClusterStatus": "Running",
"IsDeleted": 1,
"DBClusterNetworkType": "VPC",
"DBClusterDescription": "test",
"ZoneId": "cn-hangzhou-h",
"Engine": "POLARDB"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidRegionId.Malformed | The specified parameter RegionId is not valid. | The specified RegionId parameter is invalid. |
| 400 | InvalidPageSize.Malformed | The specified parameter PageSize is not valid. | The specified PageSize parameter is invalid. |
| 400 | InvalidPageNumber.Malformed | The specified parameter PageNumber is not valid. | The specified PageNumber parameter is invalid. |
| 500 | InternalError | The request processing has failed due to some unknown error, exception or failure. | The request failed to be processed because unknown errors, exceptions, or failures have occurred. |
| 503 | ServiceUnavailable | The request has failed due to a temporary failure of the server. | A temporary server error occurred. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.