All Products
Search
Document Center

AnalyticDB for MySQL:ModifyMaintenanceAction

Last Updated:Mar 15, 2024

Changes the switchover time of O\&M events.

Debugging

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

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ResourceGroupIdstringNo

The resource group ID.

rg-4690g37929XXXX
IdsstringYes

The ID of the pending O&M event. You can specify multiple IDs to batch change the switchover time. Separate multiple IDs with commas (,).

Note
  • You can call the DescribeMaintenanceAction operation to query the information about pending O&M events, including the event ID.
  • You can change the switchover time only for pending O&M events. The switchover time of historical O&M events cannot be changed. For more information about the status of pending and historical O&M events, see DescribeMaintenanceAction .
  • 11111
    SwitchTimestringYes

    The point in time when you want the system to perform operations on the pending O&M event. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.

    2021-07-09T22:00:00Z
    RegionIdstringYes

    The ID of the region where the pending O&M event occurs.

    Note
  • You can call the DescribeRegions operation to query the most recent region list.
  • cn-hangzhou

    Response parameters

    ParameterTypeDescriptionExample
    object

    The response parameters.

    Idsstring

    The O&M event ID.

    11111
    RequestIdstring

    The request ID.

    7856CBE7-5BD0-4EE1-AC62-749392******

    Examples

    Sample success responses

    JSONformat

    {
      "Ids": "11111",
      "RequestId": "7856CBE7-5BD0-4EE1-AC62-749392******"
    }

    Error codes

    HTTP status codeError codeError messageDescription
    400RequiredParam.NotFoundRequired input param is not found.-
    400TaskModifyErrorPart of the tasks cannot be modified.Part of the tasks cannot be modified. Confirm your task information first.
    400SwitchTimeAfterDeadlineThe switch time should be earlier than deadline.The switchover time must be earlier than the end time. Specify the switchover time again.
    400StartTimeBeforeNowThe start time should not be earlier than the current time.The start time must not be earlier than the current time. Specify the start time again.
    403IncorrectTaskStatusCertain task's status does not support this operation.-

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

    Change history

    Change timeSummary of changesOperation
    2023-08-01The Error code has changed. The request parameters of the API has changedsee changesets
    Change itemChange content
    Error CodesThe Error code has changed.
      delete Error Codes: 400
      delete Error Codes: 403
    Input ParametersThe request parameters of the API has changed.
      Added Input Parameters: ResourceGroupId