Skip to main content

lookup_tables

Overview

Namelookup_tables
TypeResource
Idsumologic.lookup_tables.lookup_tables

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource and then invoke a supported method using the EXEC command

Methods

NameAccessible byRequired ParamsDescription
createTableINSERTdata__name, data__parentFolderId, regionCreate a new lookup table by providing a schema and specifying its configuration. Providing parentFolderId
is mandatory. Use the getItemByPath endpoint to get content id of a path.
Please check Content management API and Folder management API for all available options.
deleteTableDELETEid, regionDelete a lookup table completely. <br> Warning: This operation cannot be undone.
lookupTableByIdEXECid, regionGet a lookup table for the given identifier.
updateTableEXECid, data__description, data__ttl, regionEdit the lookup table data. All the fields are mandatory in the request.