Logs

List all logs

get

API Key Scope: logs / index

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Query parameters
limitintegerOptional

The number of items to display for pagination.

offsetintegerOptional

The number of items to skip for pagination.

levelstringOptional

Filter on task log level

timestringOptional

Filter on time

msgstringOptional

Filter on message

hostnamestringOptional

Filter on task log hostname

tagstringOptional

Filter on task log tag

Responses
200

List of logs.

application/json
get
/logs
200

List of logs.

Displays the logs configuration.

get

API Key Scope: configs / show

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Responses
200

OK

application/json
Responseany
get
/logs/config

No content

Updates the existing logs configuration.

put

API Key Scope: configs / update

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Body
anyOptional
Responses
200

OK

application/json
Responseany
put
/logs/config

No content

Clear all notifications

post

API Key Scope: logs / post

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Responses
post
/logs/clear_notifications
204

Log notifications clear

No content

Last updated

Was this helpful?