All Products
Search
Document Center

Elastic Compute Service:AcceptInquiredSystemEvent

Last Updated:Nov 14, 2024

in the Inquiring state and authorizes the system to perform the default operations.

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:
    • 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
ecs:AcceptInquiredSystemEventupdate
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID of the system event. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
EventIdstringYes

The ID of the system event.

e-2zeielxl1qzq8slb****
ChoicestringNo
Note This parameter is in invitational preview and is unavailable to general users.
hide

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

4DD56CA6-6D75-4D33-BE34-E4A44EBE1C3D

Examples

Sample success responses

JSONformat

{
  "RequestId": "4DD56CA6-6D75-4D33-BE34-E4A44EBE1C3D"
}

Error codes

HTTP status codeError codeError messageDescription
400MissingParameter%sA parameter is not specified.
400InvalidParameter%sThe specified parameter is invalid.
400IncorrectInstanceStatusCurrent instance status does not support this operation.The instance is in a state that does not support the current operation.
403OperationConflict%sThis operation conflicts with another operation in progress. Try again later.
403OperationFail.DiskCategoryNotSupported%s-
403OperationFail.DiskStatusNotSupported%s-
403OperationFail.InstanceStatusNotSupported%s-
403OperationDenied.AcceptNotSupportedAccept is not supported on current event type.The current event type does not support this response action.
403SwitchToOffline.OnlineIsolateFailFailed to online isolate disk while offline isolation succeeded.Online isolation failed and has been converted to offline isolation.
403SwitchToOffline.OnlineReinitFailFailed to online reinitialize disk while offline reinitialization succeeded.Online repair failed and has been converted to offline repair.
403Forbidden.RAMUser not authorized to operate on the specified resource, or this API does not support RAM.You are not authorized to manage this resource, or this API operation does not support RAM roles.
404InvalidEventId.NoInquiringEventFound%sThe specified EventId parameter is invalid.

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

Change history

Change timeSummary of changesOperation
2024-11-07The Error code has changedView Change Details