This function retrieves the account's log archival settings.
uapi --output=jsonpretty \ --user=username \ LogManager \ get_settings
{- "apiversion": 3,
- "func": "get_settings",
- "module": "LogManager",
- "result": {
- "data": {
- "archive_logs": 1,
- "prune_archive": 1
}, - "errors": null,
- "messages": null,
- "metadata": {
- "transformed": 1
}, - "status": 1,
- "warnings": null
}
}