All Products
Search
Document Center

PolarDB:ModifyPendingMaintenanceAction

Last Updated:Mar 01, 2024

Modifies the switching time of a pending event.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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:
    • The required resource types are displayed in bold characters.
    • 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
polardb:ModifyPendingMaintenanceActionWrite
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID of the cluster.

Note You can call the DescribeRegions operation to query the region ID details.
cn-hangzhou
IdsstringYes

The ID of the task. You can specify multiple task IDs at a time to modify the switching time of the tasks in a unified manner. The task IDs must be separated with commas (,).

111111
SwitchTimestringYes

The time that you specify for the background to perform the action that corresponds to the pending event. Specify the time in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.

2020-06-09T22:00:00Z
ResourceGroupIdstringNo

The ID of the resource group.

rg-************

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

93061E17-B56A-4324-BC95-D0FFD2******
Idsstring

The ID of the task.

111111

Examples

Sample success responses

JSONformat

{
  "RequestId": "93061E17-B56A-4324-BC95-D0FFD2******",
  "Ids": "111111"
}

Error codes

HTTP status codeError codeError messageDescription
400RequiredParam.NotFoundRequired input param is not found.The specified parameter does not exist.
400TaskModifyErrorPart of the tasks cannot be modified.Part of the tasks cannot be modified. Please try again later.
400SwitchTimeAfterDeadlineThe switch time should be earlier than deadline.The specified time parameter is invalid. The switchover time must be earlier than the end time.
400StartTimeBeforeNowThe start time should not be earlier than the current time.The start time cannot be earlier than the current time.
403IncorrectTaskStatusCertain task's status does not support this operation.-

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