NSX-T Data Center REST API

LBServiceDebugInfo (type)

{
  "additionalProperties": false, 
  "description": "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.", 
  "id": "LBServiceDebugInfo", 
  "module_id": "PolicyLoadBalancer", 
  "properties": {
    "application_profiles": {
      "description": "The application profiles are associated to virtual servers", 
      "items": {
        "$ref": "LBAppProfile
      }, 
      "readonly": true, 
      "title": "Associated load balancer application profile settings", 
      "type": "array"
    }, 
    "client_ssl_profiles": {
      "deprecated": true, 
      "description": "The client SSL profiles are associated to virtual servers. The property is deprecated as NSX-T Load Balancer is deprecated.", 
      "items": {
        "$ref": "LBClientSslProfile
      }, 
      "readonly": true, 
      "title": "Associated load balancer client SSL profile settings", 
      "type": "array"
    }, 
    "monitors": {
      "deprecated": true, 
      "description": "The load balancer monitors are associated to pools. The property is deprecated as NSX-T Load Balancer is deprecated.", 
      "items": {
        "$ref": "LBMonitorProfile
      }, 
      "readonly": true, 
      "title": "Associated load balancer monitor configurations", 
      "type": "array"
    }, 
    "persistence_profiles": {
      "description": "The persistence profiles are associated to virtual servers", 
      "items": {
        "$ref": "LBPersistenceProfile
      }, 
      "readonly": true, 
      "title": "Associated load balancer persistence profile settings", 
      "type": "array"
    }, 
    "pools": {
      "description": "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.", 
      "items": {
        "$ref": "LBPool
      }, 
      "readonly": true, 
      "title": "Associated load balancer pool settings", 
      "type": "array"
    }, 
    "server_ssl_profiles": {
      "deprecated": true, 
      "description": "The server SSL profiles are associated to virtual servers. The property is deprecated as NSX-T Load Balancer is deprecated.", 
      "items": {
        "$ref": "LBServerSslProfile
      }, 
      "readonly": true, 
      "title": "Associated load balancer server SSL profile settings", 
      "type": "array"
    }, 
    "service": {
      "$ref": "LBService, 
      "description": "Load balancer service setting for a given load balancer service identifier.", 
      "readonly": true, 
      "title": "Load balancer service setting"
    }, 
    "virtual_servers": {
      "description": "The virtual servers which are associated to the given load balancer service would be included.", 
      "items": {
        "$ref": "LBVirtualServer
      }, 
      "readonly": true, 
      "title": "Associated virtual server settings", 
      "type": "array"
    }
  }, 
  "title": "The debug information of the LBService", 
  "type": "object"
}