Describe Volume Status

GET {{aws_ec2_base_url}}/?DryRun&Filter.N&MaxResults&NextToken&VolumeId.N&Action=DescribeVolumeStatus

Describes the status of the specified volumes.

Request Params

KeyDatatypeRequiredDescription
DryRunnullChecks 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.
Filter.NnullThe filters.
MaxResultsnullThe maximum number of volume results returned by DescribeVolumeStatus in paginated output. When this parameter is used, the request only returns MaxResults results in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value larger than 1000, only 1000 results are returned. If this parameter is not used, then DescribeVolumeStatus returns all results. You cannot specify this parameter and the volume IDs parameter in the same request.
NextTokennullThe NextToken value to include in a future DescribeVolumeStatus request. When the results of the request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
VolumeId.NnullThe IDs of the volumes.
Actionstring