NSX-T Data Center REST API

SetFields (type)

{
  "additionalProperties": false,
  "description": "Set Fields is an action to set fields of the source event.",
  "extends": {
    "$ref": "Action"
  },
  "id": "SetFields",
  "module_id": "PolicyReaction",
  "polymorphic-type-descriptor": {
    "type-identifier": "SetFields"
  },
  "properties": {
    "field_settings": {
      "description": "Field Settings.",
      "items": {
        "$ref": "FieldSetting"
      },
      "minItems": 1,
      "title": "Field Settings",
      "type": "array"
    },
    "resource_type": {
      "description": "Reaction Action resource type.",
      "enum": [
        "PatchResources",
        "SetFields"
      ],
      "required": true,
      "title": "Resource Type",
      "type": "string"
    }
  },
  "title": "Set Fields",
  "type": "object"
}