system-lookups
Retrieves the list of all lookup names currently registered in the system.
Command properties
| Property | Description |
|---|---|
| Command type | Driver query |
| Required permission | None |
| License usage | Not counted |
| Parallel execution | Not supported |
| Distributed execution | Not supported |
Syntax
system-lookups
Options
None
Output fields
| Field | Type | Description |
|---|---|---|
| name | string | Lookup name |
Error codes
Parsing errors
N/A
Runtime errors
N/A
Description
The system-lookups command retrieves the names of all lookups registered in the system. Lookups are reference data used for data mapping and are referenced by the lookup and lookuptable commands.
Examples
-
Retrieve the list of registered lookups
system-lookupsRetrieves the names of all lookups currently registered in the system.
-
Search for lookups matching a specific pattern
system-lookups | search name == "*ip*"Retrieves only lookups whose name contains
ip.