JOC API

Version 2.9.0

Download RAML
JOC API
/agent/log/running
POST

Gets next chunk of the Agent log


Parameters in the POST body schema

Name Type Description Example Default
logToken required, string Token from the response of ../log API
key required, string Key of a log line from the response of ../log API
limit optional, integer Limits the number of resulting log lines, -1=unlimited
If the limit is undefined then the limit from ../log API is used
force optional, boolean If true then a next chunk is sent even 'dateTo' or 'numOfLines' are reached false