/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

  • tenantIdstringrequired

    Describes the ID of the tenant.

  • idstringrequired

    The unique identifier of the lookup table.

Responses

  • tenantIdstring

    Unique identifier for the tenant.

  • namestring

    Name of the lookup table.

  • mspIdstring

    Managed service provider (MSP) ID associated with the lookup table.

  • orgIdstring

    Organization ID to which the lookup table belongs.

  • datastring

    Encoded lookup table data in base64 format.

  • createdBystring

    User ID of the creator of the lookup table.

  • updatedBystring

    User ID of the person who last updated the lookup table.

  • createdTimestring

    Timestamp indicating when the lookup table was created.

  • updatedTimestring

    Timestamp indicating when the lookup table last updated.

  • lookupTableIdstring

    Unique identifier for the lookup table.

Loading Examples...

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

  • tenantIdstringrequired

    Describes the ID of the tenant.

  • idstringrequired

    The unique identifier of the lookup table.

Request Body

application/json

  • namestring

    Name of the log enrichment lookup table.

  • datastring

    Base64 encoded string containing the lookup table data.

Loading Examples...

Responses

  • tenantIdstring

    Unique identifier for the tenant.

  • namestring

    Name of the lookup table.

  • mspIdstring

    Managed service provider (MSP) ID associated with the lookup table.

  • orgIdstring

    Organization ID to which the lookup table belongs.

  • datastring

    Encoded lookup table data in base64 format.

  • createdBystring

    User ID of the creator of the lookup table.

  • updatedBystring

    User ID of the person who last updated the lookup table.

  • createdTimestring

    Timestamp indicating when the lookup table was created.

  • lookupTableIdstring

    Unique identifier for the lookup table.

Loading Examples...

Allows you to remove a specific lookup table identified by its ID.

Path Parameters

  • tenantIdstringrequired

    Describes the ID of the tenant.

  • idstringrequired

    The unique identifier of the lookup table.

Responses

200OK