Get Default Ids Profile
Retrieves detailed information about a specific default IDS profile. The profile-id is resolved by UUID first; if no match is found, it is re-tried as a path string.
UUID or path of the default IDS profile
Successfully retrieved default IDS profile
{
"id": "b8f47985-22ed-3193-bca8-11c7b025cbce",
"display_name": "SSP_Env_IDPS_Profile",
"description": "IDPS Profile for all environment traffic",
"revision": 3,
"profile_type": "ENVIRONMENT",
"publish_status": "READY_TO_PUBLISH",
"publish_action": "NONE",
"severities": [
"CRITICAL",
"HIGH"
],
"intrusion_profile": {
"resource_type": "IdsProfile",
"id": "b8f47985-22ed-3193-bca8-11c7b025cbce",
"path": "/infra/settings/firewall/security/intrusion-services/profiles/SSP_Env_IDPS_Profile",
"display_name": "SSP_Env_IDPS_Profile",
"description": "IDPS Profile for all environment traffic",
"revision": 3
}
}
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/{profile-id}