NSX-T Data Center REST API

LBVirtualServerStatistics (type)

{
  "extends": {
    "$ref": "LBVirtualServerStatisticsPerEP"
  },
  "id": "LBVirtualServerStatistics",
  "module_id": "PolicyLBStatistics",
  "polymorphic-type-descriptor": {
    "type-identifier": "LBVirtualServerStatistics"
  },
  "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"
    },
    "resource_type": {
      "required": true,
      "type": "string"
    },
    "statistics": {
      "$ref": "LBStatisticsCounter",
      "description": "Virtual server statistics counter.",
      "readonly": true,
      "title": "Virtual server statistics counter"
    },
    "virtual_server_path": {
      "description": "load balancer virtual server object path.",
      "readonly": true,
      "title": "load balancer virtual server object path",
      "type": "string"
    }
  },
  "type": "object"
}