Get Segmentation Session Settings
Retrieves the configuration settings for a segmentation session, including CSV mapping configuration and publish settings.
Unique identifier of the segmentation session
Successfully retrieved session settings
{
"_create_user": "system",
"_create_time": 1781138986404,
"_last_modified_user": "admin",
"_last_modified_time": 1781139555120,
"_revision": 1,
"_resource_type": "string",
"_system_owned": false,
"id": "f4a7eb15-43c4-44cb-ac5c-8a5d5c15235b",
"display_name": "settings_f4a7eb15-43c4-44cb-ac5c-8a5d5c15235b",
"description": "string",
"site_ids": [],
"csv_mappings": {
"asset_identifiers": [
"asset id",
"asset name",
"asset ip"
],
"columns": [
"asset type",
"asset name",
"asset ip",
"asset id",
"infrastructure service",
"region",
"zone",
"environment",
"application",
"application tier"
],
"asset_type": "asset type",
"hierarchy_scopes": {
"region_scope": "region",
"zone_scope": "zone",
"environment_scope": "environment",
"application_scope": "application",
"application_tier_scope": "application tier"
},
"infrastructure_service": "infrastructure service"
},
"allow_existing_group_rename": 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.
Unexpected error
{
"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/{session-id}/settings