NSX-T Data Center REST API

ResourceFieldPointer (type)

{
  "additionalProperties": false,
  "description": "Resource Field Pointer representing the exact value within a policy object.",
  "id": "ResourceFieldPointer",
  "module_id": "PolicyReaction",
  "properties": {
    "field_pointer": {
      "description": "Field Pointer referencing the exact field within the policy object.",
      "required": true,
      "title": "Field Pointer",
      "type": "string"
    },
    "path": {
      "description": "Policy Path referencing a policy object. If not supplied, the field pointer will be applied to the event source.",
      "title": "Resource Path",
      "type": "string"
    }
  },
  "title": "Resource Field Pointer",
  "type": "object"
}