NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| List LBPoolsPaginated list of all LBPools. This API is deprecated for the NSX-T Load Balancer, but not for the NSX-T Distributed Load Balancer. | GET /policy/api/v1/infra/lb-pools | 
| Delete LBPool and all the entities contained by this LBPoolDelete the LBPool along with all the entities contained by this LBPool. This API is deprecated for the NSX-T Load Balancer, but not for the NSX-T Distributed Load Balancer. | DELETE /policy/api/v1/infra/lb-pools/<lb-pool-id> | 
| Read LBPoolRead a LBPool. This API is deprecated for the NSX-T Load Balancer, but not for the NSX-T Distributed Load Balancer. | GET /policy/api/v1/infra/lb-pools/<lb-pool-id> | 
| Create or update a LBPoolIf a LBPool with the lb-pool-id is not already present, create a new LBPool. If it already exists, update the LBPool. This is a full replace. This API is deprecated for the NSX-T Load Balancer, but not for the NSX-T Distributed Load Balancer. | PATCH /policy/api/v1/infra/lb-pools/<lb-pool-id> | 
| Create or update a LBPoolIf a LBPool with the lb-pool-id is not already present, create a new LBPool. If it already exists, update the LBPool. This is a full replace. This API is deprecated for the NSX-T Load Balancer, but not for the NSX-T Distributed Load Balancer. | PUT /policy/api/v1/infra/lb-pools/<lb-pool-id> | 
