NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
List LBServicePaginated list of all LBService. 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-services
                         | 
                    
Delete LBService and all the entities contained by this LBServiceDelete the LBService along with all the entities contained by this LBService. 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-services/{lb-service-id}
                         | 
                    
Read LBServiceRead an LBService. 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-services/{lb-service-id}
                         | 
                    
Create or update a LBVirtualServerIf a LBService with the lb-service-id is not already present, create a new LBService. If it already exists, update the LBService. 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-services/{lb-service-id}
                         | 
                    
Create or update a LBServiceIf a LBService with the lb-service-id is not already present, create a new LBService. If it already exists, update the LBService. 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-services/{lb-service-id}
                         |