가져오기¶
GET /api/v1/pipeline/{pl_uuid}/get
개요¶
Pipeline 정보를 조회합니다.
경로 매개변수¶
| 매개변수명 | 유형 | 필수 | 설명 |
|---|---|---|---|
| pl_uuid | string | Y | Pipeline의 ID |
매개변수 추가 설명¶
요청 예시¶
curl 'https://openapi.guance.com/api/v1/pipeline/pl_xxxx32/get' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed
응답¶
{
"code": 200,
"content": {
"asDefault": 0,
"category": "logging",
"content": "YWRkX2tleShjaXR5LCAic2hhbmdoYWkiKQ==\n",
"createAt": 1678026470,
"creator": "xxx",
"deleteAt": -1,
"extend": {},
"id": 86,
"isSysTemplate": 0,
"name": "openapi_test",
"source": [
"nsqlookupd"
],
"status": 0,
"testData": "W10=\n",
"updateAt": 1678026470,
"updator": "xxxx",
"uuid": "pl_xxxx32",
"workspaceUUID": "wksp_xxxx32"
},
"errorCode": "",
"message": "",
"success": true,
"traceId": "TRACE-89D5D1DB-68AC-4423-9DC3-D7D677FCDAF3"
}