NSX-T Data Center REST API

Associated URIs:

API Description API Path

List ALBPool for infra


Paginated list of all ALBPool for infra.
This is a deprecated API. It is recommennded to use NSX Advanced Load Balancer (Avi) Controller UI or API directly instead of NSX-T ALB Policy UI and API.
GET /policy/api/v1/infra/alb-pools (Deprecated)

Delete ALBPool and all the entities contained by this ALBPool


Delete the ALBPool along with all the entities contained
by this ALBPool.
This is a deprecated API. It is recommennded to use NSX Advanced Load Balancer (Avi) Controller UI or API directly instead of NSX-T ALB Policy UI and API.
DELETE /policy/api/v1/infra/alb-pools/{alb-pool-id} (Deprecated)

Read ALBPool


Read a ALBPool.
This is a deprecated API. It is recommennded to use NSX Advanced Load Balancer (Avi) Controller UI or API directly instead of NSX-T ALB Policy UI and API.
GET /policy/api/v1/infra/alb-pools/{alb-pool-id} (Deprecated)

Create or update a ALBpool


If a ALBpool with the alb-pool-id is not already present,
create a new ALBpool. If it already exists, update the
ALBpool. This is a full replace.
This is a deprecated API. It is recommennded to use NSX Advanced Load Balancer (Avi) Controller UI or API directly instead of NSX-T ALB Policy UI and API.
PATCH /policy/api/v1/infra/alb-pools/{alb-pool-id} (Deprecated)

Create or update a ALBPool


If a ALBPool with the alb-Pool-id is not
already present, create a new ALBPool. If it already exists,
update the ALBPool. This is a full replace.
This is a deprecated API. It is recommennded to use NSX Advanced Load Balancer (Avi) Controller UI or API directly instead of NSX-T ALB Policy UI and API.
PUT /policy/api/v1/infra/alb-pools/{alb-pool-id} (Deprecated)