List PrivateLink region metadata

View as Markdown
GET /api/v1/serverless/traffic-filters/metadata

Returns region-specific PrivateLink connectivity metadata. Optionally filter by region. If no matches are found, returns 200 with an empty regions array.

Query parameters

  • region string

    Filter metadata to a specific AWS region.

    Minimum length is 1.

Responses

  • 200 application/json

    Metadata returned.

    Hide response attribute Show response attribute object
    • regions array[object]
      Hide regions attributes Show regions attributes object
      • region string Required
      • vpc_service_name string Required
      • private_hosted_zone_domain_name string Required
      • availability_zones array[object] Required
        Hide availability_zones attributes Show availability_zones attributes object
        • name string Required
        • id string Required
  • 400 application/json

    Bad request

    Hide response attribute Show response attribute object
    • errors array[object] Required

      An error response returned by the API.

      Hide errors attributes Show errors attributes object
      • message string Required

        A human-readable message of the error.

      • code string Required

        An identifier for this type of error.

  • 401 application/json

    Unauthorized

    Hide response attribute Show response attribute object
    • errors array[object] Required

      An error response returned by the API.

      Hide errors attributes Show errors attributes object
      • message string Required

        A human-readable message of the error.

      • code string Required

        An identifier for this type of error.

  • 500 application/json

    Internal server error

    Hide response attribute Show response attribute object
    • errors array[object] Required

      An error response returned by the API.

      Hide errors attributes Show errors attributes object
      • message string Required

        A human-readable message of the error.

      • code string Required

        An identifier for this type of error.

GET /api/v1/serverless/traffic-filters/metadata
curl \
 --request GET 'https://api.elastic-cloud.com/api/v1/serverless/traffic-filters/metadata' \
 --header "Authorization: $API_KEY"