ProposedSecurityRule

ProposedSecurityRule
Proposed Security Rule

A proposed security policy rule for traffic between workload groups. Extends ProposedBaseRule for use in proposed security policies (DFW).

Notes:

  • proposed_sync_action and action are the only writable fields on PUT; all other fields reflect the generated recommendation and are read-only.
  • JUMP_TO_APPLICATION is only valid as action for rules in the Environment category; using it in other categories returns a 400 error.
  • Changes to a rule's proposed_sync_action do not take effect in NSX until the parent policy is published.
AllOf
This class requires all of the following:
JSON Example
{
    "_create_user": "string",
    "_create_time": 0,
    "_last_modified_user": "string",
    "_last_modified_time": 0,
    "_revision": 0,
    "_resource_type": "string",
    "_system_owned": false,
    "id": "string",
    "display_name": "string",
    "description": "string",
    "site_ids": [
        "string"
    ],
    "disabled": false,
    "proposed_sync_action": "string",
    "action": "string",
    "nsx_rule": {
        "action": "string"
    }
}