목록¶
GET /api/v1/pipeline/list
개요¶
Pipeline 목록 가져오기
Query 요청 파라미터¶
| 파라미터명 | 유형 | 필수 | 설명 |
|---|---|---|---|
| search | string | 파일 이름(source 값) 비어 있음 허용: False |
|
| type | string | Pipeline 파일 유형 비어 있음 허용: False 可选值: ['local', 'central'] |
|
| categories | commaArray | 카테고리 목록, 쉼표로 구분 비어 있음 허용: False |
파라미터 추가 설명¶
요청 예시¶
curl 'https://openapi.guance.com/api/v1/pipeline/list' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed
응답¶
{
"code": 200,
"content": {
"data": [
{
"asDefault": 0,
"category": "logging",
"createAt": 1706152082,
"creator": "xxx",
"creatorInfo": {
"uuid": "xx",
"status": 0,
"username": "xx",
"name": "xx",
"iconUrl": "",
"email": "xx",
"acntWsNickname": "xx"
},
"name": "openapi_test",
"status": 0,
"updateAt": 1678026470,
"updator": "xx",
"updatorInfo": {
"uuid": "xx",
"status": 0,
"username": "xx",
"name": "xx",
"iconUrl": "",
"email": "xx",
"acntWsNickname": "xx"
},
"uuid": "pl_xxx607"
},
{
"asDefault": 0,
"category": "logging",
"createAt": 1706152082,
"creator": "xx",
"creatorInfo": {
"uuid": "xx",
"status": 0,
"username": "xx",
"name": "xx",
"iconUrl": "",
"email": "xx",
"acntWsNickname": "xx"
},
"name": "eee",
"status": 0,
"updateAt": 1677814027,
"updator": "xx",
"updatorInfo": {
"uuid": "xx",
"status": 0,
"username": "xx",
"name": "xx",
"iconUrl": "",
"email": "xx",
"acntWsNickname": "xx"
},
"uuid": "pl_xxx8f1"
},
{
"asDefault": 0,
"category": "logging",
"createAt": 1706152082,
"creator": "xx",
"creatorInfo": {
"uuid": "xx",
"status": 0,
"username": "xx",
"name": "xx",
"iconUrl": "",
"email": "xx",
"acntWsNickname": "xx"
},
"name": "JMauto_logging1",
"status": 0,
"updateAt": 1677640634,
"updator": "xx",
"updatorInfo": {
"uuid": "xx",
"status": 0,
"username": "xx",
"name": "xx",
"iconUrl": "",
"email": "xx",
"acntWsNickname": "xx"
},
"uuid": "pl_xxx07f"
},
{
"asDefault": 0,
"category": "logging",
"createAt": 1706152082,
"creator": "xx",
"creatorInfo": {
"uuid": "xx",
"status": 0,
"username": "xx",
"name": "xx",
"iconUrl": "",
"email": "xx",
"acntWsNickname": "xx"
},
"name": "1",
"status": 0,
"updateAt": 1677637485,
"updator": "xx",
"updatorInfo": {
"uuid": "xx",
"status": 0,
"username": "xx",
"name": "xx",
"iconUrl": "",
"email": "xx",
"acntWsNickname": "xx"
},
"uuid": "pl_xxx96f"
},
{
"asDefault": 0,
"category": "logging",
"createAt": 1706152082,
"creator": "xx",
"creatorInfo": {
"uuid": "xx",
"status": 0,
"username": "xx",
"name": "xx",
"iconUrl": "",
"email": "xx",
"acntWsNickname": "xx"
},
"name": "kodolog",
"status": 2,
"updateAt": 1677636474,
"updator": "xx",
"updatorInfo": {
"uuid": "xx",
"status": 0,
"username": "xx",
"name": "xx",
"iconUrl": "",
"email": "xx",
"acntWsNickname": "xx"
},
"uuid": "pl_xxx877"
}
]
},
"errorCode": "",
"message": "",
"success": true,
"traceId": "TRACE-ABDC1CCF-BC78-4463-8276-2F14225B1A6B"
}