v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-171,1822,9897.4 MB

Retrieve historical information about a CIDR within an IPAM scope. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/view-history-cidr-ipam.html">View the history of IP addresses</a> in the <i>Amazon VPC IPAM User Guide</i>.

get/#Action=GetIpamAddressHistory

Query parameters

DryRunboolean

A check for 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 <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.

Cidrstring required

The CIDR you want the history of. The CIDR can be an IPv4 or IPv6 IP address range. If you enter a /16 IPv4 CIDR, you will get records that match it exactly. You will not get records for any subnets within the /16 CIDR.

IpamScopeIdstring required

The ID of the IPAM scope that the CIDR is in.

VpcIdstring

The ID of the VPC you want your history records filtered by.

StartTimestring date-time

The start of the time period for which you are looking for history. If you omit this option, it will default to the value of EndTime.

EndTimestring date-time

The end of the time period for which you are looking for history. If you omit this option, it will default to the current time.

MaxResultsinteger

The maximum number of historical results you would like returned per page. Defaults to 100.

NextTokenstring

The token for the next page of results.

Action'GetIpamAddressHistory' required
Version'2016-11-15' required

Response

Success