Python
Tags
Retrieve tags available for use in WAAP rule conditions sorted by name
Tags are shortcuts for the rules used in WAAP policies for the creation of more complex WAAP rules
GET
Python
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234_abcdef
Query Parameters
Determine the field to order results by
Available options:
name, readable_name, reserved, -name, -readable_name, -reserved Example:
"name"
Number of items to return
Required range:
0 <= x <= 100Number of items to skip
Required range:
0 <= x <= 100000Filter tags by their name. Supports '*' as a wildcard character.
Pattern:
^[a-zA-Z0-9*_]*$Example:
"xss"
Filter tags by their readable name. Supports '*' as a wildcard character.
Pattern:
^[a-zA-Z0-9*_\- ]*$Example:
"Cross-Site Scripting"
Filter to include only reserved tags.