NSX-T Data Center REST API
LbServiceDebugInfo (schema)
The debug information of the load balancer service
The information for a given load balancer service could be used for
debugging and troubleshooting. It includes load balancer service,
associated virtual servers, associated pools, associated profiles such as
persistence, SSL, application, associated monitors and associated rules.
Name | Description | Type | Notes |
---|---|---|---|
application_profiles | Associated load balancer application profile settings The application profiles are associated to virtual servers |
array of LbAppProfile (Abstract type: pass one of the following concrete types) LbFastTcpProfile LbFastUdpProfile LbHttpProfile |
Readonly |
client_ssl_profiles | Associated load balancer client SSL profile settings The client SSL profiles are associated to virtual servers. The property is deprecated as NSX-T Load Balancer is deprecated. |
array of LbClientSslProfile | Deprecated Readonly |
monitors | Associated load balancer monitor configurations The load balancer monitors are associated to pools. The property is deprecated as NSX-T Load Balancer is deprecated. |
array of LbMonitor (Abstract type: pass one of the following concrete types) LbHttpMonitor LbHttpsMonitor LbIcmpMonitor LbPassiveMonitor LbTcpMonitor LbUdpMonitor |
Deprecated Readonly |
persistence_profiles | Associated load balancer persistence profile settings The persistence profiles are associated to virtual servers |
array of LbPersistenceProfile (Abstract type: pass one of the following concrete types) LbCookiePersistenceProfile LbGenericPersistenceProfile LbSourceIpPersistenceProfile |
Readonly |
pools | Associated load balancer pool settings The pools which are associated to the given load balancer service would be included. The pools could be defined in virtual server default pool, sorry pool or load balancer rule action. |
array of LbPool | Readonly |
rules | Associated load balancer rule settings The load balancer rules are associated to virtual servers. The property is deprecated as NSX-T Load Balancer is deprecated. |
array of LbRule | Deprecated Readonly |
server_ssl_profiles | Associated load balancer server SSL profile settings The server SSL profiles are associated to virtual servers. The property is deprecated as NSX-T Load Balancer is deprecated. |
array of LbServerSslProfile | Deprecated Readonly |
service | Load balancer service setting Load balancer service setting for a given load balancer service identifier. |
LbService | Readonly |
virtual_servers | Associated virtual server settings The virtual servers which are associated to the given load balancer service would be included. |
array of LbVirtualServer | Readonly |