Learn R Programming

civis (version 1.6.1)

scripts_post_containers_runs_logs: Add log messages

Description

Add log messages

Usage

scripts_post_containers_runs_logs(id, run_id, message = NULL,
  level = NULL, messages = NULL, child_job_id = NULL)

Arguments

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:

  • message string, The log message to store.

  • level string, The log level of this message [default: info]

  • createdAt string,

child_job_id

integer optional. The ID of the child job the message came from.

Value

An empty HTTP response