qradar_get_reference_map
Retrieve key-value pairs from a QRadar Reference Map by name, with pagination controls for limit and offset.
Instructions
Retrieve key-value entries of a specific Reference Map.
Args: name: The exact name of the Reference Map. limit: Maximum number of entries to retrieve (default: 100). offset: Starting index for pagination (default: 0).
Returns: JSON string containing Reference Map metadata and key-value pairs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |