SegmentationSettings
Segmentation Global Settings
A global set of configurations that can be updated to control the naming of generated assets like groups, whether automatically manage private ip range groups, etc.
Notes:
- These settings are global and apply to all sessions and all group-creating operations (segmentation planning, infrastructure monitoring).
group_delimiterandgroup_prefixaffect the display names of newly generated NSX groups; existing published groups are not renamed when settings change.auto_sync_private_ip_range_groupscontrols whether SSP automatically creates or updates private IP range groups for onboarded sites.
AllOf
JSON Example
{
"_create_user": "system",
"_create_time": 1781899796657,
"_last_modified_user": "admin",
"_last_modified_time": 1782343250123,
"_revision": 1,
"_resource_type": "string",
"_system_owned": false,
"id": "global_segmentation_settings",
"display_name": "Global Segmentation Settings",
"description": "string",
"site_ids": [],
"group_delimiter": ".",
"group_prefix": "Group",
"rule_prefix": "Rule",
"policy_prefix": "Policy",
"auto_sync_private_ip_range_groups": true
}
Parameter To