Describes the status of the specified volumes
Source:R/ec2_operations.R
ec2_describe_volume_status.RdDescribes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume's underlying host. If the volume's underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event.
See https://www.paws-r-sdk.com/docs/ec2_describe_volume_status/ for full documentation.
Usage
ec2_describe_volume_status(
MaxResults = NULL,
NextToken = NULL,
VolumeIds = NULL,
IncludeManagedResources = NULL,
DryRun = NULL,
Filters = NULL
)Arguments
- MaxResults
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
- NextToken
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
- VolumeIds
The IDs of the volumes.
Default: Describes all your volumes.
- IncludeManagedResources
Indicates whether to include managed resources in the output. If this parameter is set to
true, the output includes resources that are managed by Amazon Web Services services, even if managed resource visibility is set to hidden.- DryRun
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 isUnauthorizedOperation.- Filters
The filters.
action.code- The action code for the event (for example,enable-volume-io).action.description- A description of the action.action.event-id- The event ID associated with the action.availability-zone- The Availability Zone of the instance.event.description- A description of the event.event.event-id- The event ID.event.event-type- The event type (forio-enabled:passed|failed; forio-performance:io-performance:degraded|io-performance:severely-degraded|io-performance:stalled).event.not-after- The latest end time for the event.event.not-before- The earliest start time for the event.volume-status.details-name- The cause forvolume-status.status(io-enabled|io-performance).volume-status.details-status- The status ofvolume-status.details-name(forio-enabled:passed|failed; forio-performance:normal|degraded|severely-degraded|stalled).volume-status.status- The status of the volume (ok|impaired|warning|insufficient-data).