CodeUsagesResponse
Reverse-lookup of pipelines referencing a code (mirrors DatasetUsagesResponse).
pipelines object[]필수
Array [
pipeline_idPipeline Id (string)필수
Referencing pipeline ID
pipeline_namePipeline Name (string)필수
pipeline_alias object
하나 이상(anyOf)
- string
- null
string
collection_id object
하나 이상(anyOf)
- string
- null
string
stepsstring[]
Names of steps in this pipeline whose script references the code
]
totalTotal (integer)필수
Number of pipelines referencing the code
CodeUsagesResponse
{
"pipelines": [
{
"pipeline_id": "string",
"pipeline_name": "string",
"pipeline_alias": "string",
"collection_id": "string",
"steps": [
"string"
]
}
],
"total": 0
}