Get Proposed Ids Security Policy
Retrieves detailed information about a specific proposed IDS security policy by its unique identifier.
Unique identifier of the segmentation session.
Unique identifier of the proposed IDS security policy.
Successfully retrieved proposed IDS security policy
{
"id": "f94a73ae-d5a0-39f3-b551-252bff2c5419",
"display_name": "SSP_Infra_Custom_IDPS",
"description": "IDPS Policy for custom infrastructure services",
"_create_user": "admin",
"_create_time": 1783033710893,
"_last_modified_user": "admin",
"_last_modified_time": 1783033710893,
"_revision": 0,
"site_ids": [
"3518f90d-80df-449b-a681-53c1cd17ed0f"
],
"policy_type": "INFRASTRUCTURE",
"publish_status": "READY_TO_PUBLISH",
"publish_action": "NONE",
"rule_count": 2,
"intrusion_policy": {
"resource_type": "IdsSecurityPolicy",
"id": "SSP_Infra_Custom_IDPS_Policy",
"path": "/infra/domains/default/intrusion-service-policies/SSP_Infra_Custom_IDPS_Policy",
"parent_path": "/infra/domains/default",
"display_name": "SSP_Infra_Custom_IDPS",
"description": "IDPS Policy for custom infrastructure services",
"category": "Infrastructure",
"stateful": true,
"tcp_strict": false,
"sequence_number": 100,
"scope": [
"ANY"
]
}
}
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}/results/proposed-ids-security-policies/{policy-id}