All Products
Search
Document Center

AnalyticDB:DescribeActiveOperationMaintainConf

Last Updated:Jan 08, 2026

Queries the configuration information about O\\\&M tasks.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
adb:DescribeActiveOperationMaintainConfget
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
ResourceGroupIdstringNo

The resource group ID.

rg-acfmzuemxkbvwqq
RegionIdstringNo

The region ID.

cn-beijing
IdsstringNo

The cluster ID.

am-xxxxxxxx

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

92B3D2F0-B5E3-5592-9A6F-D0A6C34ACBA9
HasConfiginteger

Indicates whether the O&M task is configured. Valid values:

  • 1: yes.
  • 0: no.
1
Configobject

The queried configuration information.

CycleTypestring

The unit of the O&M task cycle. Valid values:

  • Month
  • Week
Month
Statusinteger

Indicates whether the configuration takes effect. Valid values:

  • 1: yes.
  • 2: no.
2
ModifiedTimestring

The time when the O&M task was modified.

2023-05-12T12:34:40Z
MaintainStartTimestring

The start time of the maintenance window.

18:00:00Z
MaintainEndTimestring

The end time of the maintenance window.

20:00:00Z
CycleTimestring

The days on which the O&M task is executed every week.

0
CreatedTimestring

The time when the O&M task was created. The time follows the ISO 8601 standard in the yyyy-mm-ddThh:mm:ssZ format. The time is displayed in UTC.

2023-06-08T02:23:13Z

Examples

Sample success responses

JSONformat

{
  "RequestId": "92B3D2F0-B5E3-5592-9A6F-D0A6C34ACBA9",
  "HasConfig": 1,
  "Config": {
    "CycleType": "Month",
    "Status": 2,
    "ModifiedTime": "2023-05-12T12:34:40Z",
    "MaintainStartTime": "18:00:00Z",
    "MaintainEndTime": "20:00:00Z\n",
    "CycleTime": 0,
    "CreatedTime": "2023-06-08T02:23:13Z"
  }
}

Error codes

For a list of error codes, visit the Service error codes.