Focus
Focus
Table of Contents

Request Sample

The following example uses
query
to filter tags based on the inclusion of the string
4h
. It also includes optional request body parameters to further filter the results:
curl -X POST -H "Content-Type: application/json" -d '{ "apiKey": "apikey", "scope": "unit42", "pageNum": 0, "pageSize": 3, "sortBy": "name", "order": "asc"
"query":[{"field":"tag_name","operator":"contains","value":"4h"}
}' 'https://autofocus.paloaltonetworks.com/api/v1.0/tags'

Recommended For You