Logs
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
/logs200
List of logs.
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
default
Error returned from the data management.
application/json
get
/logs/configNo content
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
422
The received resource was not correctly formatted.
application/json
default
Error returned from the data management.
application/json
put
/logs/configNo content
Last updated
Was this helpful?