Get Segmentation Settings
Returns two global settings used by any operation that creates groups: the group delimiter and the group prefix. Both apply across segmentation planning and infrastructure monitoring features.
Notes
- These settings are global and apply to all sessions, not to any individual session.
- Use
PUT /segmentation/settingsto update them; changes take effect immediately for any subsequent group-creating operation. - Returns 200 on success.
OK
{
"_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
}
Bad Request
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Unauthorized
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Forbidden
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Failed
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Required
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Too Many Requests
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
curl -H 'Authorization: <value>' https://{api_host}/ssp/segmentation/settings