Add log messages
scripts_post_containers_runs_logs( id, run_id, message = NULL, level = NULL, messages = NULL, child_job_id = NULL )
id | integer required. The ID of the script. |
---|---|
run_id | integer required. The ID of the script run. |
message | string optional. The log message to store. |
level | string optional. The log level of this message [default: info] |
messages | array optional. An array containing the following fields:
|
child_job_id | integer optional. The ID of the child job the message came from. |
An empty HTTP response