List IPS Protection Attributes
Returns a list of available IPS (Intrusion Prevention System) protection attributes.
Parameters
Parameter | Description |
---|---|
Limit | No more than that many results will be returned. |
Offset | Skip that many results before beginning to return them. |
Example Output
{
"objects": [
{
"name": "Product Prevalence",
"uid": "fa6e6f33-a2fb-f449-8809-fac2eba59c18",
"values": [
{
"name": "Scarce",
"uid": "94e13442-d07d-4e65-b520-19496372cfd4"
},
{
"name": "Common",
"uid": "eefa53c8-86ca-5c46-8d68-9a174a786de2"
}
]
},
{
"name": "Threat Prevalence",
"uid": "eb5720e4-a7ae-fa44-91f4-af2f779e8aef",
"values": [
{
"name": "Common",
"uid": "b36d1847-1dd8-9740-ae38-1fc9aa2f6747"
},
{
"name": "Obsolete",
"uid": "cd6eb868-7c11-42fb-b47d-ca4d9212eb7b"
},
{
"name": "Rare",
"uid": "221a358f-9f79-40e4-8ada-71b171d60cc7"
}
]
}
],
"from": 2,
"to": 3,
"total": 13
}
Workflow Library Example
List Ips Protection Attributes with Check Point Management and Send Results Via Email
Preview this Workflow on desktop