Get Pipeline Rule¶
GET /api/v1/pipeline/{pl_uuid}/get
Overview¶
Retrieve information about a Pipeline
Route Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
pl_uuid | string | Y | ID of the Pipeline |
Additional Parameter Notes¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/pipeline/pl_xxxx32/get' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed
Response¶
{
"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"
}