Describe Host Reservations
GET {{aws_ec2_base_url}}/?Filter.N&HostReservationIdSet.N&MaxResults&NextToken&Action=DescribeHostReservations
Describes reservations that are associated with Dedicated Hosts in your account.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Filter.N | null | The filters. | |
HostReservationIdSet.N | null | The host reservation IDs. | |
MaxResults | null | The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error. | |
NextToken | null | The token to use to retrieve the next page of results. | |
Action | string |