NSX-T Data Center REST API
LBServiceDebugInfo (schema)
The debug information of the LBService
The information for a given LBService could be used for debugging
and troubleshooting. It includes LBService, associated LBVirtualServers,
associated LBPools, associated profiles such as LBPersistenceProfiles,
LBServerSslProfiles, LBClientSslProfiles, LBAppProfiles,
associated LBMonitors.
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 LBMonitorProfile (Abstract type: pass one of the following concrete types) LBActiveMonitor LBHttpMonitorProfile LBHttpsMonitorProfile LBIcmpMonitorProfile LBPassiveMonitorProfile LBTcpMonitorProfile LBUdpMonitorProfile |
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 |
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 |