NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| List ALBPool for infraPaginated list of all ALBPool for infra. | GET /policy/api/v1/infra/alb-pools | 
| Delete ALBPool and all the entities contained by this ALBPoolDelete the ALBPool along with all the entities contained by this ALBPool. | DELETE /policy/api/v1/infra/alb-pools/<alb-pool-id> | 
| Read ALBPoolRead a ALBPool. | GET /policy/api/v1/infra/alb-pools/<alb-pool-id> | 
| Create or update a ALBpoolIf 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. | PATCH /policy/api/v1/infra/alb-pools/<alb-pool-id> | 
| Create or update a ALBPoolIf 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. | PUT /policy/api/v1/infra/alb-pools/<alb-pool-id> |