Mengkueri daftar pipeline.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
paiflow:ListPipelines |
list |
*All Resource
|
None | None |
Sintaks permintaan
GET /api/v1/pipelines HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PageNumber |
integer |
No |
Nomor halaman. Halaman dimulai dari halaman 1. Nilai default: 1. |
1 |
| PageSize |
integer |
No |
Jumlah entri per halaman. |
10 |
| PipelineIdentifier |
string |
No |
Identifier pipeline. Anda dapat memanggil ListPipelines untuk mendapatkan identifier. |
SqlWriteTable_2 |
| PipelineProvider |
string |
No |
Provider pipeline.
|
pai |
| PipelineVersion |
string |
No |
Versi pipeline. |
v1 |
| WorkspaceId |
string |
No |
ID ruang kerja. Anda dapat memanggil ListWorkspaces untuk mendapatkan ID ruang kerja. |
726** |
| FuzzyMatching |
boolean |
No |
Apakah akan mendukung pencocokan kabur. Nilai valid:
Valid values:
|
false |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
DA869D1B-035A-43B2-ACC1-C56681B**** |
| Pipelines |
array<object> |
The pipelines. |
|
|
object |
The pipeline. |
||
| PipelineId |
string |
The pipeline ID. |
pipeline-c0h44g3wlwkj8o***** |
| GmtCreateTime |
string |
The time when the pipeline was created, in UTC. The time follows the ISO 8601 standard. |
2021-01-06T14:32:50Z |
| GmtModifiedTime |
string |
The time when the pipeline was modified, in UTC. The time follows the ISO 8601 standard. |
2021-01-06T22:26:24Z |
| Provider |
string |
The pipeline provider.
|
pai |
| Identifier |
string |
The pipeline identifier. |
SqlWriteTable_2 |
| Version |
string |
The pipeline version. |
v1 |
| Uuid |
string |
The UUID of the pipeline. A UUID is generated each time the user modifies the pipeline. |
q8dp9hklueznh***** |
| WorkspaceId |
string |
The workspace ID. |
726** |
| TotalCount |
integer |
The total number of entries. |
15 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "DA869D1B-035A-43B2-ACC1-C56681B****",
"Pipelines": [
{
"PipelineId": "pipeline-c0h44g3wlwkj8o*****",
"GmtCreateTime": "2021-01-06T14:32:50Z",
"GmtModifiedTime": "2021-01-06T22:26:24Z",
"Provider": "pai",
"Identifier": "SqlWriteTable_2",
"Version": "v1",
"Uuid": "q8dp9hklueznh*****",
"WorkspaceId": "726**"
}
],
"TotalCount": 15
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.