system-lookups

Retrieves the list of all lookup names currently registered in the system.

Command properties

PropertyDescription
Command typeDriver query
Required permissionNone
License usageNot counted
Parallel executionNot supported
Distributed executionNot supported

Syntax

system-lookups

Options

None

Output fields

FieldTypeDescription
namestringLookup 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

  1. Retrieve the list of registered lookups

    system-lookups
    

    Retrieves the names of all lookups currently registered in the system.

  2. Search for lookups matching a specific pattern

    system-lookups | search name == "*ip*"
    

    Retrieves only lookups whose name contains ip.