NSX-T Data Center REST API

RealizedPathRequestParameter (type)

{
  "description": "Realized path for which state/realized entities would be fetched.",
  "id": "RealizedPathRequestParameter",
  "module_id": "PolicyRealizedState",
  "properties": {
    "realized_path": {
      "description": "Realized path of object, forward slashes must be escaped using %2F",
      "required": true,
      "title": "String Path of the realized object",
      "type": "string"
    }
  },
  "title": "Parameter to filter realized entities by realized path",
  "type": "object"
}