NSX-T Data Center REST API

PolicyRuntimeRequestParameters (type)

{
  "description": "Request parameters that represents an enforcement point path and data source. A request on runtime information can be parameterized with this pair and will be evaluted as follows: - no enforcement point path specified: the request is evaluated on all enforcement points. - an enforcement point path is specified: the request is evaluated only on the given enforcement point.",
  "extends": {
    "$ref": "DataSourceParameters"
  },
  "id": "PolicyRuntimeRequestParameters",
  "module_id": "PolicyBaseStatistics",
  "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"
    },
    "source": {
      "$ref": "DataSourceType",
      "required": false,
      "title": "The data source, either realtime or cached. If not provided, cached data is returned."
    }
  },
  "title": "Request Parameters for Policy Runtime Information",
  "type": "object"
}