NSX-T Data Center REST API

LBNodeCapacityRuntimeRequestParameters (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "PolicyRuntimeRequestParameters"
  },
  "id": "LBNodeCapacityRuntimeRequestParameters",
  "module_id": "PolicyVpcLBStatistics",
  "properties": {
    "enforcement_point_path": {
      "description": "enforcement point path, forward slashes must be escaped using %2F.",
      "required": false,
      "title": "String Path of the enforcement point",
      "type": "string"
    },
    "service_cluster_path": {
      "description": "The property identifies the service cluster path. Service cluster path can be either Edge cluster path or Service Appliance cluster path. For example, service_cluster_path=/infra/sites/default/enforcement-points/default /edge-clusters/85175e0b-4d74-461d-83e1-f3b785adef9c.",
      "required": false,
      "title": "The service cluster path",
      "type": "string"
    },
    "source": {
      "$ref": "DataSourceType",
      "required": false,
      "title": "The data source, either realtime or cached. If not provided, cached data is returned."
    }
  },
  "type": "object"
}