REST Call for a list of Lookup Files REST ItsJohnLocke 1 Comment 6 0 Use this splunk search to get a list of all lookup files: | rest /services/data/transforms/lookups | table eai:acl.app eai:appName filename title fields_list updated id 1 | rest /services/data/transforms/lookups | table eai:acl.app eai:appName filename title fields_list updated id Share This: Tagged: _internallookuplookupsRESTtroubleshoot
Justin July 24, 2020 at 12:11 pm This will show a list of defined lookups. If you want the complete list of files, use this endpoint: | rest /services/data/lookup-table-files Reply
This will show a list of defined lookups. If you want the complete list of files, use this endpoint:
| rest /services/data/lookup-table-files