Skip to main content

Get Pipeline Tools

GET 

/code/api/v1/ci-inventory

Get an inventory of all third-party services and tools used by an organization’s CI/CD pipeline.

Request

Responses

pipeline tools

Schema
  • Array [
  • appName stringrequired

    Pipeline tool name

    description stringrequired

    Pipeline tool description

    executables object[]

    Pipeline tool executables

  • Array [
  • insight objectrequired
    isVerified boolean
    labels object[]required
  • Array [
  • id doublerequired
    name stringrequired
    tooltip stringrequired
  • ]
  • owner stringrequired
    stars doublerequired
    usage doublerequired
    name stringrequired
  • ]
  • link stringrequired

    Pipeline tool link

    logo stringrequired
    sources object[]required

    Pipeline tool sources

  • Array [
  • arguments object

    Pipeline tool arguments

    anyOf
  • Array [
  • string

  • ]
  • casId stringrequired
    filePath stringrequired

    Pipeline tool CI file path

    lineNumber doublerequired

    Pipeline tool line number in CI file

    name stringrequired

    Pipeline tool name

    repoId stringrequired

    VCS repository ID

    workspaceId stringrequired

    VCS workspace/integration ID

  • ]
  • vendor stringrequired
  • ]
Loading...