NSX-T Data Center REST API

LBServiceStatistics (type)

{
  "extends": {
    "$ref": "LBServiceStatisticsPerEP"
  },
  "id": "LBServiceStatistics",
  "module_id": "PolicyLBStatistics",
  "polymorphic-type-descriptor": {
    "type-identifier": "LBServiceStatistics"
  },
  "properties": {
    "alarm": {
      "$ref": "PolicyRuntimeAlarm",
      "description": "Alarm information details.",
      "readonly": true,
      "title": "Alarm Information Details"
    },
    "enforcement_point_path": {
      "description": "Policy Path referencing the enforcement point where the info is fetched.",
      "readonly": true,
      "title": "Enforcement point Path",
      "type": "string"
    },
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp when the data was last updated.",
      "readonly": true,
      "title": "Timestamp when the data was last updated"
    },
    "pools": {
      "description": "Statistics of load balancer pools",
      "items": {
        "$ref": "LBPoolStatistics"
      },
      "readonly": true,
      "title": "Statistics of load balancer pools",
      "type": "array"
    },
    "resource_type": {
      "required": true,
      "type": "string"
    },
    "service_path": {
      "description": "load balancer service identifier.",
      "readonly": true,
      "title": "load balancer service identifier",
      "type": "string"
    },
    "statistics": {
      "$ref": "LBServiceStatisticsCounter",
      "description": "Load balancer service statistics counter.",
      "readonly": true,
      "title": "Load balancer service statistics counter"
    },
    "virtual_servers": {
      "description": "Statistics of load balancer virtual servers.",
      "items": {
        "$ref": "LBVirtualServerStatistics"
      },
      "readonly": true,
      "title": "Statistics of load balancer virtual servers",
      "type": "array"
    }
  },
  "type": "object"
}