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
- 200
pipeline tools
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- Array [
- ]
- ]
- Array [
- MOD1
- MOD2
- Array [
- ]
- Array [
- ]
- ]
- ]
appName stringrequired
Pipeline tool name
description stringrequired
Pipeline tool description
executables object[]
Pipeline tool executables
insight objectrequired
isVerified boolean
labels object[]required
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
arguments object
Pipeline tool arguments
anyOf
string
command stringrequired
name stringrequired
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
[
{
"appName": "string",
"description": "string",
"executables": [
{
"insight": {
"isVerified": true,
"labels": [
{
"id": 0,
"name": "string",
"tooltip": "string"
}
],
"owner": "string",
"stars": 0,
"usage": 0
},
"name": "string"
}
],
"link": "string",
"logo": "string",
"sources": [
{
"arguments": [
null
],
"casId": "string",
"filePath": "string",
"lineNumber": 0,
"name": "string",
"repoId": "string",
"workspaceId": "string"
}
],
"vendor": "string"
}
]
Loading...