Retrieves the total number of O&M events.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:DescribeActiveOperationTaskCount |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. |
cn-hangzhou |
| Product |
string |
No |
The product. Default value: polarx. |
polarx |
| Category |
string |
No |
A reserved parameter. You do not need to specify this parameter. |
Category |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The result set. |
||
| RequestId |
string |
The request ID. |
EC7E27FC-58F8-4722-89BB-D1B6D0971956 |
| NeedPop |
integer |
Indicates whether a pop-up window is required. Valid values:
|
1 |
| TaskCount |
integer |
The total number. |
20 |
Examples
Success response
JSON format
{
"RequestId": "EC7E27FC-58F8-4722-89BB-D1B6D0971956",
"NeedPop": 1,
"TaskCount": 20
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.