All Products
Search
Document Center

ENS:EventRebootInstance

Last Updated:Dec 04, 2025

Restart the instance across nodes after an O\\\&M event occurs on an instance.

Operation description

  • This O&M operation supports only the Instance:SystemMaintenance.Reboot event

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

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
EventIdstringYes

The ID of the system event.

e-9d992570200d86b9126d78aa8c37b54b
ResourceIdstringYes

The ID of the resource.

i-5****
OpsTypestringYes

The type of the O&M task. Valid values:

  • immediate
  • scheduled
immediate
PlanTimelongNo

The execution time of the reservation. The timestamp is measured in milliseconds. If the OpsType parameter is set to scheduled, this parameter is required.

1742452232000

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

Id of the request

125B04C7-3D0D-4245-AF96-14E3758E3F06

Examples

Sample success responses

JSONformat

{
  "RequestId": "125B04C7-3D0D-4245-AF96-14E3758E3F06"
}

Error codes

HTTP status codeError codeError message
400NoPermissionPermission denied.
400InvalidParameter.%sThe specified field %s invalid. Please check it again.

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

Change history

Change timeSummary of changesOperation
No change history