Skip to main content

GetLogByRun

CCS-job-0015 Get logs information from a run

Path Parameters
  • job_id int32 required

    Job ID

  • run_id int32 required

    Run ID

Query Parameters
  • tail_lines string

    Default value: 800000

    The number of lines from the end of the logs to show

  • limit_bytes string

    Default value: 10000

    The number of bytes to read from the server before terminating the log output

  • since_time string

    Show logs after a specific time in ISO 8601 format

Header Parameters
  • x-api-host string required

    Default value: k8s-D-twcc

    Authentication Required Parameters

Responses

OK


Schema
  • Array [
  • string
  • ]
Loading...