> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List IPS Protection Attributes

Retrieve a list of available IPS (Intrusion Prevention System) protection attributes.

<Note>
  External Documentation

  To learn more, visit the [Check Point Management documentation](https://sc1.checkpoint.com/documents/latest/APIs/?#web/show-ips-protection-extended-attributes~v1.5%20).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                             |
  | ---------------- | ------------------------------------------------------- |
  | Limit            | No more than that many results will be returned.        |
  | Offset           | Skip that many results before beginning to return them. |
  | Return All Pages | Automatically fetch all resources, page by page.        |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/list-ips-protection-attributes-with-check-point-management-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-ips-protection-attributes-with-check-point-management-and-send-results-via-email/canvas" />
</div>
