Membuat komponen.
Deskripsi operasi
This API does not support batch operations. If you specify multiple entities to be published, all entities except the first one are ignored.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectId |
integer |
Yes |
ID ruang kerja DataWorks. Anda dapat memanggil operasi ListProjects untuk mendapatkan ID. |
10000 |
| Spec |
string |
Yes |
Informasi FlowSpec untuk fungsi UDF ini. Untuk informasi selengkapnya, lihat FlowSpec. |
{ "kind": "Component", "name": "com1", "spec": { "components": [ { "name": "test11", "id": "1234", "owner": "1234456", "description": "", "script": { "language": "odps-sql", "path": "test11", "content": "select '@@{bizdate}', '@@{my_input_table}'", "runtime": { "command": "SQL_COMPONENT" } }, "inputs": [ { "name": "bizdate", "type": "string" }, { "name": "my_input_table", "type": "string" } ], "outputs": [ { "name": "my_output_table1", "type": "string" } ] } ] } } |
| ClientToken |
string |
No |
Token klien yang digunakan untuk memastikan idempotensi permintaan. |
1AFAE64E-D1BE-432B-A9**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
adssd**** |
| ComponentId |
string |
The ID of the dataset acceleration component. To obtain the component ID, see ListComponents. |
123123123123123 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "adssd****",
"ComponentId": "123123123123123"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.