/logs/enrichment/configs/queries

This API allows you to manage queries associated with log enrichment configurations for a specified tenant.

Creates a new query for the log enrichment configurations associated with the specified tenant.

Path Parameters

  • tenantIdstringrequired

    Describes the ID of the tenant.

Request Body

application/json

  • tenantIdstring

    The unique identifier of the tenant.

  • pageinteger

    The page number for pagination.

  • sizeinteger

    The number of records per page.

  • sortingstring

    The field by which to sort the results.

  • orderstring

    The order in which to sort the results (asc for ascending, desc for descending).

Loading Examples...

Responses

  • enricherConfigsarray

    A list of log enrichment configuration objects.

Loading Examples...