List Default Ids Profiles
Retrieves a paginated list of default IDS profiles. Results are sorted by display_name.
Notes
- Supports optional filtering by profile_type (ENVIRONMENT or INFRASTRUCTURE).
- Default offset is 0 and default page size is 100.
- Returns 200 on success
Offset pagination parameter used to exclude from a response the first N items of a resource collection. Combine the offset and the page_size options to request a particular set or page of items.
Number of records to be returned in the API request from the provided offset
Filter by IDS profile type (ENVIRONMENT or INFRASTRUCTURE)
Successfully retrieved default IDS profiles
{
"offset": 0,
"number_of_results": 2,
"total_result_count": 2,
"total_pages": 1,
"sort_ascending": true,
"sort_by": "displayName",
"results": [
{
"id": "b8f47985-22ed-3193-bca8-11c7b025cbce",
"display_name": "SSP_Env_IDPS_Profile",
"description": "IDPS Profile for all environment traffic",
"profile_type": "ENVIRONMENT",
"publish_status": "PUBLISH_SUCCESS",
"publish_action": "NONE",
"severities": [
"CRITICAL",
"HIGH"
]
},
{
"id": "c048c705-ee4f-326a-854a-d198829e5bce",
"display_name": "SSP_Infra_IDPS_Profile",
"description": "IDPS Profile for all infrastructure services",
"profile_type": "INFRASTRUCTURE",
"publish_status": "READY_TO_PUBLISH",
"publish_action": "NONE",
"severities": [
"CRITICAL",
"HIGH"
]
}
]
}
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/default-ids-profiles