LbServiceDebugInfo (type)

{
  "additionalProperties": false, 
  "description": "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.", 
  "id": "LbServiceDebugInfo", 
  "module_id": "LoadBalancer", 
  "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": {
      "description": "The client SSL profiles are associated to virtual servers", 
      "items": {
        "$ref": "LbClientSslProfile
      }, 
      "readonly": true, 
      "title": "Associated load balancer client SSL profile settings", 
      "type": "array"
    }, 
    "monitors": {
      "description": "The load balancer monitors are associated to pools.", 
      "items": {
        "$ref": "LbMonitor
      }, 
      "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"
    }, 
    "rules": {
      "description": "The load balancer rules are associated to virtual servers", 
      "items": {
        "$ref": "LbRule
      }, 
      "readonly": true, 
      "title": "Associated load balancer rule settings", 
      "type": "array"
    }, 
    "server_ssl_profiles": {
      "description": "The server SSL profiles are associated to virtual servers", 
      "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 load balancer service", 
  "type": "object"
}