Get Proposed Security Policy
Retrieves detailed information about a specific proposed security policy by its unique identifier.
Unique identifier of the segmentation session.
Unique identifier of the proposed security policy.
Successfully retrieved proposed security policy
{
"id": "250f9f29-d983-3bab-9ed1-1bc61c21010a",
"display_name": "SSP_Infra_Custom",
"description": "SSP created policy for SSP_Infra_Custom_Policy",
"_create_user": "admin",
"_create_time": 1783033710893,
"_last_modified_user": "system",
"_last_modified_time": 1783033927465,
"_revision": 0,
"site_ids": [
"3518f90d-80df-449b-a681-53c1cd17ed0f"
],
"policy_type": "INFRASTRUCTURE",
"publish_status": "READY_TO_PUBLISH",
"publish_action": "NONE",
"rule_count": 2,
"security_policy": {
"resource_type": "SecurityPolicy",
"id": "SSP_Infra_Custom_Policy",
"path": "/infra/domains/default/security-policies/SSP_Infra_Custom_Policy",
"parent_path": "/infra/domains/default",
"display_name": "SSP_Infra_Custom",
"description": "SSP created policy for SSP_Infra_Custom_Policy",
"category": "Infrastructure",
"stateful": true,
"logging_enabled": false,
"tcp_strict": true,
"sequence_number": 999899,
"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-security-policies/{policy-id}