IP Addresses (networking/v1)

List of IP Addresses

General Availability

Related guide: Use Public Egress IP addresses on Confluent Cloud

Retrieve a sorted, filtered, paginated list of all IP Addresses.

get/networking/v1/ip-addresses

Query parameters

cloudstring[]

Filter a collection by a string search for one or more values

Filter the results by exact match for cloud. Pass multiple times to see results matching any of the values.

regionstring[]

Filter a collection by a string search for one or more values

Filter the results by exact match for region. Pass multiple times to see results matching any of the values.

servicesstring[]

Filter a collection by a string search for one or more values

Filter the results by exact match for services. Pass multiple times to see results matching any of the values.

address_typestring[]

Filter a collection by a string search for one or more values

Filter the results by exact match for address_type. Pass multiple times to see results matching any of the values.

page_sizeinteger

A pagination size for collection requests.

page_tokenstring

An opaque pagination token for collection requests.

Response

IP Address.

api_version'networking/v1' required

APIVersion defines the schema version of this representation of a resource.

kind'IpAddressList' required

Kind defines the object this REST resource represents.

Example response

{
  "metadata": {
    "first": "https://api.confluent.cloud/networking/v1/ip-addresses",
    "last": "https://api.confluent.cloud/networking/v1/ip-addresses?page_token=bcAOehAY8F16YD84Z1wT",
    "prev": "https://api.confluent.cloud/networking/v1/ip-addresses?page_token=YIXRY97wWYmwzrax4dld",
    "next": "https://api.confluent.cloud/networking/v1/ip-addresses?page_token=UvmDWOB1iwfAIBPj6EYb",
    "total_size": 123
  },
  "data": [
    {
      "ip_prefix": "10.200.0.0/28",
      "cloud": "AWS",
      "region": "us-east-1",
      "services": [
        "CONNECT"
      ],
      "address_type": "EGRESS"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.