NSX-T Data Center REST API

LBServiceStatisticsCounter (type)

{
  "id": "LBServiceStatisticsCounter",
  "module_id": "PolicyLBStatistics",
  "properties": {
    "l4_current_session_rate": {
      "description": "The average number of l4 current sessions per second, the number is averaged over the last 5 one-second intervals.",
      "readonly": true,
      "title": "average number of l4 current sessions per second",
      "type": "number"
    },
    "l4_current_sessions": {
      "description": "Number of l4 current live sessions.",
      "readonly": true,
      "title": "Number of l4 current sessions",
      "type": "integer"
    },
    "l4_max_sessions": {
      "description": "The l4_max_sessions property is used to show the peak value of l4_current_sessions data since load balancer starts to provide service.",
      "readonly": true,
      "title": "Number of l4 maximum sessions",
      "type": "integer"
    },
    "l4_total_sessions": {
      "description": "Number of l4 total sessions since load balancer starts to provide service.",
      "readonly": true,
      "title": "Number of l4 total sessions",
      "type": "integer"
    },
    "l7_current_session_rate": {
      "description": "The average number of l7 current requests per second, the number is averaged over the last 5 one-second intervals.",
      "readonly": true,
      "title": "averabe number of l7 current requests per second",
      "type": "number"
    },
    "l7_current_sessions": {
      "description": "Number of l7 current live sessions.",
      "readonly": true,
      "title": "Number of l7 current sessions",
      "type": "integer"
    },
    "l7_max_sessions": {
      "description": "The l7_max_sessions property is used to show the peak value of l7_current_sessions data since load balancer starts to provide service.",
      "readonly": true,
      "title": "Number of l7 maximum sessions",
      "type": "integer"
    },
    "l7_total_sessions": {
      "description": "Number of l7 total sessions since load balancer starts to provide service.",
      "readonly": true,
      "title": "Number of l7 total sessions",
      "type": "integer"
    }
  },
  "type": "object"
}