NSX-T Data Center REST API

Action (type)

{
  "abstract": true,
  "additionalProperties": false,
  "description": "Reaction Action is the action to take when the stipulated criteria specified in the event exist over the source. Some example actions include: - Notify Admin (or VMC's SRE) via email. - Populate a specific label with the IPSec VPN Session. - Remove the IPSec VPN Session from a specific label.",
  "id": "Action",
  "module_id": "PolicyReaction",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "resource_type"
  },
  "properties": {
    "resource_type": {
      "description": "Reaction Action resource type.",
      "enum": [
        "PatchResources",
        "SetFields"
      ],
      "required": true,
      "title": "Resource Type",
      "type": "string"
    }
  },
  "title": "Reaction Action",
  "type": "object"
}