Skip to content

/AWS1/CL_EC2=>REPORTINSTANCESTATUS()

About ReportInstanceStatus

Submits feedback about the status of an instance. The instance must be in the running state. If your experience with the instance differs from the instance status returned by DescribeInstanceStatus, use ReportInstanceStatus to report your experience with the instance. Amazon EC2 collects this information to improve the accuracy of status checks.

Use of this action does not change the value returned by DescribeInstanceStatus.

Method Signature

IMPORTING

Required arguments:

IT_INSTANCES TYPE /AWS1/CL_EC2INSTIDSTRINGLIST_W=>TT_INSTANCEIDSTRINGLIST TT_INSTANCEIDSTRINGLIST

The instances.

IT_REASONCODES TYPE /AWS1/CL_EC2REASONCODESLIST_W=>TT_REASONCODESLIST TT_REASONCODESLIST

The reason codes that describe the health state of your instance.

  • instance-stuck-in-state: My instance is stuck in a state.

  • unresponsive: My instance is unresponsive.

  • not-accepting-credentials: My instance is not accepting my credentials.

  • password-not-available: A password is not available for my instance.

  • performance-network: My instance is experiencing performance problems that I believe are network related.

  • performance-instance-store: My instance is experiencing performance problems that I believe are related to the instance stores.

  • performance-ebs-volume: My instance is experiencing performance problems that I believe are related to an EBS volume.

  • performance-other: My instance is experiencing performance problems.

  • other: [explain using the description parameter]

IV_STATUS TYPE /AWS1/EC2REPORTSTATUSTYPE /AWS1/EC2REPORTSTATUSTYPE

The status of all instances listed.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/EC2STRING /AWS1/EC2STRING

Descriptive text about the health state of your instance.

IV_DRYRUN TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

IV_ENDTIME TYPE /AWS1/EC2DATETIME /AWS1/EC2DATETIME

The time at which the reported instance health state ended.

IV_STARTTIME TYPE /AWS1/EC2DATETIME /AWS1/EC2DATETIME

The time at which the reported instance health state began.