Manage user-defined lists in Logpoint.
Wraps the User Defined Lists API.
Summary
Functions
@spec import_static(LogpointApi.Data.Client.t(), String.t(), String.t()) :: {:ok, map()} | {:error, term()}
Import a static list from CSV or TXT content.
@spec list(LogpointApi.Data.Client.t(), map()) :: {:ok, map()} | {:error, term()}
List user defined lists.
Supported keys in params:
:limit- maximum number of lists to return:page- page number for pagination:return_all_data- whentrue, returns all list data
Examples
UserDefinedList.list(client)
UserDefinedList.list(client, %{limit: 25, page: 2})