All Products
Search
Document Center

ENS:BatchEventRebootInstance

Last Updated:Jan 15, 2026

The event that is used to immediately redeploy specified resources in batches or by appointment

Operation description

  • This O&M operation supports only the following event types: Instance:SystemMaintenance.Reboot (instance reboot due to system problems)

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
ens:BatchEventRebootInstancenone
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
EventInfosarray<object>No

The details of events.

objectNo

The event.

EventIdstringNo

The ID of the system event.

e-4452cec5a8f8eb9b2879a054207687d6
ResourceIdstringNo

A client ID.

n-54hi3ffi63zrjt4wzx9mepeyh
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
OpsTypestringNo

The type of the O&M task.

  • immediate
  • scheduled
immediate

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The ID of the request.

C0003E8B-B930-4F59-ADC0-0E209A9012A8
Resultsarray<object>

The result.

Resultsobject

The result.

Codeinteger

The status code.

200
EventIdstring

The ID of the system event.

e-d71ff150945b9c02eb6ebc0016328468
Messagestring

The message of the operation. If the value of the Code parameter is 200, the value of this parameter is successful.

success
ResourceIdstring

The resource IDs.

i-55qi8m11rr53c4i964md8a00l

Examples

Sample success responses

JSONformat

{
  "RequestId": "C0003E8B-B930-4F59-ADC0-0E209A9012A8",
  "Results": [
    {
      "Code": 200,
      "EventId": "e-d71ff150945b9c02eb6ebc0016328468",
      "Message": "success",
      "ResourceId": "i-55qi8m11rr53c4i964md8a00l\n"
    }
  ]
}

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.