/logs/enrichment/lookup-tables/{id}
This API allows for the management and retrieval of lookup tables used in log data enrichment for a specified tenant.
This method retrieves detailed information about a specific lookup table used for log data enrichment within a specified tenant.
Path Parameters
- tenantId
Describes the ID of the tenant.
- id
The unique identifier of the lookup table.
Responses
- tenantId
Unique identifier for the tenant.
- name
Name of the lookup table.
- mspId
Managed service provider (MSP) ID associated with the lookup table.
- orgId
Organization ID to which the lookup table belongs.
- data
Encoded lookup table data in base64 format.
- createdBy
User ID of the creator of the lookup table.
- updatedBy
User ID of the person who last updated the lookup table.
- createdTime
Timestamp indicating when the lookup table was created.
- updatedTime
Timestamp indicating when the lookup table last updated.
- lookupTableId
Unique identifier for the lookup table.
Updates an existing lookup table for log enrichment within a tenant. This allows users to modify the lookup table’s name, data, or other attributes. The lookup table is used for enriching log data by mapping predefined values to specific fields.
Limitations:
- The CSV file size must not exceed 2 MB.
- Each CSV file can contain up to 1,000 rows, with each label limited to 256 characters.
- A maximum of 10 lookup tables can be created per tenant.
Path Parameters
- tenantId
Describes the ID of the tenant.
- id
The unique identifier of the lookup table.
Request Body
application/json
- name
Name of the log enrichment lookup table.
- data
Base64 encoded string containing the lookup table data.
Responses
- tenantId
Unique identifier for the tenant.
- name
Name of the lookup table.
- mspId
Managed service provider (MSP) ID associated with the lookup table.
- orgId
Organization ID to which the lookup table belongs.
- data
Encoded lookup table data in base64 format.
- createdBy
User ID of the creator of the lookup table.
- updatedBy
User ID of the person who last updated the lookup table.
- createdTime
Timestamp indicating when the lookup table was created.
- lookupTableId
Unique identifier for the lookup table.
Allows you to remove a specific lookup table identified by its ID.
Path Parameters
- tenantId
Describes the ID of the tenant.
- id
The unique identifier of the lookup table.