Describe Volumes Modifications
GET {{aws_ec2_base_url}}/?DryRun&Filter.N&MaxResults&NextToken&VolumeId.N&Action=DescribeVolumesModifications
Reports the current modification status of EBS volumes.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
DryRun | null | 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. | |
Filter.N | null | The filters. Supported filters: volume-id, modification-state, target-size, target-iops, target-volume-type, original-size, original-iops, original-volume-type, start-time. | |
MaxResults | null | The maximum number of results (up to a limit of 500) to be returned in a paginated request. | |
NextToken | null | The nextToken value returned by a previous paginated request. | |
VolumeId.N | null | The IDs of the volumes for which in-progress modifications will be described. | |
Action | string |