InlineInfraPublishConfigRequest1
InlineInfraPublishConfigRequest1
JSON Example
{
"site_id": "0c7d7379-3ac5-41e0-9a97-5daf80ccde17",
"publish_actions": [
{
"action_type": "HIERARCHY_RULE_CREATE",
"per_hierarchy_configs": [
{
"hierarchy": [],
"create_traffic_rule": "ALLOW",
"create_lockdown_rule": "REJECT"
}
]
}
],
"_revision": 0
}
string
site_id
Required
Site identifier to scope the publish operation.
array of
InfraPublishActionTypeConfig
publish_actions
Required
List of publish actions to perform. Below operations can be performed in a single request.
- Rule Publish Config: Create a new rule of traffic or lockdown configuration.
- Group Publish Config: Update group members, if group is not present it will be created.
- Rule Update Config: Update an existing rule.