/api/dictionaries/{name}

REST API endpoint: /api/dictionaries/{name}

/api/dictionaries/{name}

GET

Summary: Get details of particular dictionary by dictionary name

If dictionary is static, then all values will be returned; if it is dynamic, then no more than 'limit' will be returned from the ones matching 'pattern'.

Parameters

NameTypeRequiredDescription
namestringYes
no_cachebooleanNoDo not use cache for dictionary types
patternstringNoFilter by substring (dynamic dictionaries only)
limitintegerNoLimit items to given number (dynamic dictionaries only)
show_last_seenbooleanNoShow last seen time
last_seen_fromstringNoShow only last seen newer than given time. Time format: epoch [s] or negative number with unit [h (hours), d (days)] can be provided to get time relative to current.
last_seen_tostringNoShow only last seen older than given time.Time format: epoch [s] or negative number with unit[h (hours), d (days)]can be provided to get time relative to current.

Responses

200

404

/api/dictionaries/{name} | LogZilla Documentation