Mengambil detail pipeline pengguna.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetPipeline |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PipelineId |
string |
Yes |
ID pipeline. |
****96e8864746a0b6f3**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema Respons. |
||
| RequestId |
string |
ID permintaan. |
******11-DB8D-4A9A-875B-275798****** |
| Pipeline |
object |
Informasi pipeline. |
|
| PipelineId |
string |
ID pipeline. |
****20b48fb04483915d4f2cd8ac**** |
| Name |
string |
Nama pipeline. |
test-pipeline |
| Speed |
string |
Tipe pipeline. Nilai valid:
Valid values:
|
Standard |
| Priority |
integer |
Prioritas pipeline. Nilai valid: 1 hingga 10. |
6 |
| Status |
string |
Status pipeline. Nilai valid:
Valid values:
|
Active |
| CreateTime |
string |
Pengatur waktu saat pipeline dibuat. |
2022-07-12T16:17:54Z |
| ModifiedTime |
string |
Pengatur waktu saat pipeline terakhir dimodifikasi. |
2022-07-12T16:17:54Z |
Contoh
Respons sukses
JSONformat
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"Pipeline": {
"PipelineId": "****20b48fb04483915d4f2cd8ac****",
"Name": "test-pipeline",
"Speed": "Standard",
"Priority": 6,
"Status": "Active",
"CreateTime": "2022-07-12T16:17:54Z",
"ModifiedTime": "2022-07-12T16:17:54Z"
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.