External DocumentationTo learn more, visit the QRadar documentation.
Actions
List Regex Properties
Get a list of regex properties configured in QRadar.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| End Index | The index of the last item to return. The default is 999. |
| Fields | A comma separated list of fields to include in the response. Fields that are not named are excluded. To specify subfields, use brackets. For example: parent_field(subfield1,subfield2),top_level_field |
| Filter | Specify a filter expression to restrict the returned results. For more information, refer to Qradar documentation. |
| Start Index | The index of the first item to return. The default is 0. |
[
{
"auto_discovered": true,
"creation_date": 42,
"datetime_format": "String",
"description": "String",
"id": 42,
"identifier": "String",
"locale": "String",
"modification_date": 42,
"name": "String",
"property_type": "String <one of: string, numeric, ip, port, time>",
"use_for_rule_engine": true,
"username": "String"
}
]
Was this page helpful?