Skip to main content

Push Log

POST 

/v1/logs

Manually push a log to ncScale. This endpoint is useful if you want to push logs from a tool that is not yet supported by ncScale.

danger

This endpoint uses a different domain.

warning

Due to infrastructure needs, specific keys in the extra object within the log body must follow specific rules. If the received key format doesn't match the expected one, we'll substitute the value with NULL.

keyexpected format
Log_URLmust be URL including domain
transfermust be only numeric
operationsmust be only numeric
execution_timemust be only numeric, in milliseconds
execution_time_secondsmust be only numeric, in seconds
scenario_idmust be only numeric
executionIdmust be only UUID without dashes
workflow_idmust be only a string
execution_idmust be only numeric

Request

Body

    createdAt numberrequired

    Format: Timestamp UTC

    event_name stringrequired

    Can be empty

    extra

    object

    required

    Any key value pair, cannot be nested

    message stringrequired
    severity stringrequired

    Possible values: [verbose, info, warning, error, critical]

    token stringrequired

Responses

Loading...