Skip to main content
Get a list of regex properties configured in QRadar.
External DocumentationTo learn more, visit the QRadar documentation.

Parameters

ParameterDescription
End IndexThe index of the last item to return. The default is 999.
FieldsA 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
FilterSpecify a filter expression to restrict the returned results. For more information, refer to Qradar documentation.
Start IndexThe index of the first item to return. The default is 0.

Example Output

[
	{
		"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"
	}
]

Workflow Library Example

List Regex Properties with Qradar and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop