Mengambil konfigurasi pekerjaan ekstrak, transformasi, muat (ETL) tertentu.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
log:GetETL |
get |
*All Resource
|
None | None |
Sintaks permintaan
GET /etls/{etlName} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| etlName |
string |
No |
Nama Pekerjaan ETL. |
etl-123456 |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| project |
string |
No |
Nama Proyek. |
ali-test-project |
Elemen respons
|
Element |
Type |
Description |
Example |
| ETL |
The configuration of the ETL job. |
Contoh
Respons sukses
JSONformat
{
"name": "ETL",
"description": "ETL",
"displayName": "ETL",
"configuration": {
"script": "e_set(\"key\",\"value\")",
"lang": "SPL",
"logstore": "test-logstore",
"roleArn": "acs:ram::13234:role/logtarget",
"accessKeyId": "",
"accessKeySecret": "",
"fromTime": 0,
"toTime": 0,
"sinks": [
{
"name": "test-etljob",
"endpoint": "",
"project": "test-project",
"logstore": "test-logstore",
"datasets": [
"__UNNAMED__"
],
"roleArn": "acs:ram::13234:role/logtarget",
"accessKeyId": "",
"accessKeySecret": ""
}
],
"parameters": {
"test": "test",
"test2": 1
}
},
"createTime": 1714274900,
"lastModifiedTime": 1714274900,
"status": "RUNNING",
"scheduleId": "f0eb655e501a8780808d1970ef6d04c4"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.