List Container Ip Pool
Returns information about all container ip pools.
Request
URI
GET
https://nsxmanager.your.domain/api/v1/fabric/container-ip-pools
COPY
Query Parameters
string
container_cluster_id
Optional
Identifier of the container cluster
string
cursor
Optional
Opaque cursor to be used for getting next page of records (supplied by current result page)
string
included_fields
Optional
Comma separated list of fields that should be included in query result
integer
page_size
Optional
Constraints:
minimum: 0
maximum: 1000
default: 1000
Maximum number of results to return in this page (server may return fewer)
string
scope_id
Optional
Scope id for container cluster
boolean
sort_ascending
Optional
sort_ascending
string
sort_by
Optional
Field by which records are sorted
Responses
200
OK
Returns
ContainerIpPoolListResult
of type(s)
application/json
This response body class contains all of the following:
InlineContainerIpPoolListResult1
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"cursor": "string",
"result_count": 0,
"sort_ascending": false,
"sort_by": "string",
"results": [
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"_last_sync_time": 0,
"description": "string",
"display_name": "string",
"resource_type": "string",
"scope": [
{
"scope_id": "string",
"scope_type": "string"
}
],
"tags": [
{
"scope": "string",
"tag": "string"
}
],
"container_cluster_id": "string",
"external_id": "string",
"ip_ranges": [
{
"cidr": "string",
"end": "string",
"gateway": "string",
"prefix_length": 0,
"start": "string",
"vlan": 0
}
],
"ip_version": 0,
"origin_properties": [
{
"key": "string",
"value": "string"
}
],
"spec": "string"
}
]
}
412
Returns
PreconditionFailed
of type(s)
application/json
Operation doesn't return any data structure
500
Returns
InternalServerError
of type(s)
application/json
Operation doesn't return any data structure
503
Returns
ServiceUnavailable
of type(s)
application/json
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v1/fabric/container-ip-pools
Policy Operations
GET
List Container Application Instances
GET
Get Container Application Instance
GET
List Container Applications
GET
Get Container Application
GET
List Container Cluster Nodes
GET
Get Container Cluster Node
GET
List Container Clusters
GET
Get Container Cluster
GET
Get Container Egress
GET
List Container Egress
GET
Get Container Gateway
GET
List Container Gateway
GET
List Container Ingress Policies
GET
Get Container Ingress Policy
GET
Get Container Ip Pool
GET
List Container Ip Pool
GET
List Container Network Policies
GET
Get Container Network Policy
GET
List Container Projects
GET
Get Container Project
GET
List Vifs
GET
List Virtual Machines
GET
List Vm Tools Info
POST
Add Virtual Machine Tags
POST
Remove Virtual Machine Tags
POST
Update Virtual Machine Tags
GET
List Virtual Switches