Query Analysis Alerts
Retrieves paginated list of alerts and issues identified during analysis, such as unresolved assets, naming conflicts, or configuration problems.
Unique identifier of the segmentation session
Query parameters for filtering and pagination
{
"site_ids": [
"123a456b-123c-456d-89ab-cdef12345678"
],
"offset": 0,
"page_size": 1000,
"sort_ascending": false,
"sort_by": "rowNumber"
}
Successfully retrieved analysis alerts
{
"offset": 0,
"number_of_results": 1,
"total_result_count": 2,
"total_pages": 2,
"sort_ascending": false,
"sort_by": "rowNumber",
"results": [
{
"alert_type": "TAG_SCOPE_OVERLAP",
"display_name": "9d2e1b8a-c45f-461b-ad3e-782f9b0c4d5e",
"row": 7,
"asset_identifier": "App-VM-2"
}
]
}
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 -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/ssp/segmentation/{session-id}/results/analysis-alerts