NSX-T Data Center REST API

LBVirtualServerStatisticsPerEP (type)

{
  "abstract": true,
  "additionalProperties": false,
  "extends": {
    "$ref": "PolicyRuntimeInfoPerEP"
  },
  "id": "LBVirtualServerStatisticsPerEP",
  "module_id": "PolicyLBStatistics",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "resource_type"
  },
  "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"
    },
    "resource_type": {
      "required": true,
      "type": "string"
    }
  },
  "title": "LBVirtualServerStatistics on specific Enforcement Point",
  "type": "object"
}