Sélectionner vos préférences de cookies

Nous utilisons des cookies essentiels et des outils similaires qui sont nécessaires au fonctionnement de notre site et à la fourniture de nos services. Nous utilisons des cookies de performance pour collecter des statistiques anonymes afin de comprendre comment les clients utilisent notre site et d’apporter des améliorations. Les cookies essentiels ne peuvent pas être désactivés, mais vous pouvez cliquer sur « Personnaliser » ou « Refuser » pour refuser les cookies de performance.

Si vous êtes d’accord, AWS et les tiers approuvés utiliseront également des cookies pour fournir des fonctionnalités utiles au site, mémoriser vos préférences et afficher du contenu pertinent, y compris des publicités pertinentes. Pour accepter ou refuser tous les cookies non essentiels, cliquez sur « Accepter » ou « Refuser ». Pour effectuer des choix plus détaillés, cliquez sur « Personnaliser ».

ListAnycastIpLists

Mode de mise au point
ListAnycastIpLists - Amazon CloudFront
Cette page n'a pas été traduite dans votre langue. Demande de traduction

Lists your Anycast static IP lists.

Request Syntax

GET /2020-05-31/anycast-ip-list?Marker=Marker&MaxItems=MaxItems HTTP/1.1

URI Request Parameters

The request uses the following URI parameters.

Marker

Use this field when paginating results to indicate where to begin in your list. The response includes items in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker from the current page's response.

MaxItems

The maximum number of Anycast static IP lists that you want returned in the response.

Request Body

The request does not have a request body.

Response Syntax

HTTP/1.1 200 <?xml version="1.0" encoding="UTF-8"?> <AnycastIpListCollection> <IsTruncated>boolean</IsTruncated> <Items> <AnycastIpListSummary> <Arn>string</Arn> <Id>string</Id> <IpCount>integer</IpCount> <LastModifiedTime>timestamp</LastModifiedTime> <Name>string</Name> <Status>string</Status> </AnycastIpListSummary> </Items> <Marker>string</Marker> <MaxItems>integer</MaxItems> <NextMarker>string</NextMarker> <Quantity>integer</Quantity> </AnycastIpListCollection>

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in XML format by the service.

AnycastIpListCollection

Root level tag for the AnycastIpListCollection parameters.

Required: Yes

IsTruncated

If there are more items in the list collection than are in this response, this value is true.

Type: Boolean

Items

Items in the Anycast static IP list collection. Each item is of the AnycastIpListSummary structure type.

Type: Array of AnycastIpListSummary objects

Marker

Use this field when paginating results to indicate where to begin in your list. The response includes items in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker from the current page's response.

Type: String

MaxItems

The maximum number of Anycast static IP list collections that you want returned in the response.

Type: Integer

NextMarker

Indicates the next page of the Anycast static IP list collection. To get the next page of the list, use this value in the Marker field of your request.

Type: String

Quantity

The quantity of Anycast static IP lists in the collection.

Type: Integer

Errors

For information about the errors that are common to all actions, see Common Errors.

AccessDenied

Access denied.

HTTP Status Code: 403

EntityNotFound

The entity was not found.

HTTP Status Code: 404

InvalidArgument

An argument is invalid.

HTTP Status Code: 400

UnsupportedOperation

This operation is not supported in this AWS Region.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

Rubrique suivante :

ListCachePolicies

Rubrique précédente :

GetVpcOrigin
ConfidentialitéConditions d'utilisation du sitePréférences de cookies
© 2025, Amazon Web Services, Inc. ou ses affiliés. Tous droits réservés.