Get All Environment Category Default Rules
Get the list of environment category default rules created by SSP.
These are the global DFW rules in the Environment category that apply to all environment pairs.
OK. Successfully retrieved environment category default rules.
{
"environment_category_default_rules": [
{
"dfw_policy_path": "/infra/domains/default/security-policies/SSP_Env_Default_Policy",
"default_rule_path": "/infra/domains/default/security-policies/SSP_Env_Default_Policy/rules/ssp_env_default_rule",
"rule_action": "JUMP_TO_APPLICATION",
"site_id": "5cf83f93-f9dd-4898-a345-44513572c557",
"is_category_global": true,
"is_disabled": false
}
]
}
List of global environment category DFW policy rules.
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.
curl -H 'Authorization: <value>' https://{api_host}/intelligence/monitoring/environments/category-default-rules