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_actionandactionare the only writable fields on PUT; all other fields reflect the generated recommendation and are read-only.JUMP_TO_APPLICATIONis only valid asactionfor rules in the Environment category; using it in other categories returns a 400 error.- Changes to a rule's
proposed_sync_actiondo not take effect in NSX until the parent policy is published.
AllOf
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"
}
}
Parameter To