List of IP Addresses
Related guide: Use Public Egress IP addresses on Confluent Cloud
Retrieve a sorted, filtered, paginated list of all IP Addresses.
Query parameters
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.
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.
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.
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.
A pagination size for collection requests.
An opaque pagination token for collection requests.
Response
IP Address.
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.