Queries the interval for collecting monitoring data of a PolarDB cluster.
Debugging
Request parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| Action | String | No | DescribeDBClusterMonitor |
The operation that you want to perform. Set the value to DescribeDBClusterMonitor. |
| DBClusterId | String | Yes | pc-**************** |
The ID of the PolarDB cluster. |
Response parameters
| Parameter | Type | Example | Description |
|---|---|---|---|
| Period | String | 60 |
The interval at which monitoring data is collected. Unit: seconds. |
| RequestId | String | 593AE1C5-B70C-463F-9207-074639****** |
The ID of the request. |
Examples
Sample requests
http(s)://polardb.aliyuncs.com/? Action=DescribeDBClusterMonitor
&DBClusterId=pc-****************
&<Common request parameters>Sample success responses
XML format
<DescribeDBClusterMonitorResponse>
<RequestId>593AE1C5-B70C-463F-9207-074639******</RequestId>
<Period>60</Period>
</DescribeDBClusterMonitorResponse>JSON format
{
"RequestId": "593AE1C5-B70C-463F-9207-074639******",
"Period": "60"
}Error codes
For a list of error codes, visit the API Error Center.