NSX-T Data Center REST API

IntentRuntimeRequestParameters (type)

{
  "description": "Request parameters that represents a an intent path.",
  "id": "IntentRuntimeRequestParameters",
  "module_id": "PolicyBaseStatistics",
  "properties": {
    "intent_path": {
      "description": "Policy Path referencing an intent object.",
      "required": true,
      "title": "Policy Path of the intent object",
      "type": "string"
    },
    "site_path": {
      "description": "Policy Path referencing a site. This is applicable only on a GlobalManager. If no site_path is specified, then based on the span of the intent the response will be fetched from the respective sites",
      "required": false,
      "title": "Policy Path of the site from where the realization status needs to be fetched",
      "type": "string"
    }
  },
  "title": "Request Parameters for Intent Runtime Information",
  "type": "object"
}