Creates components.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| ProjectId | long | Yes | The DataWorks workspace ID. You can call the ListProjects operation to obtain the ID. | 10000 |
| Spec | string | Yes | The FlowSpec information for this UDF function. For more information, see 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 | The client token that is used to ensure the idempotence of the request. | 1AFAE64E-D1BE-432B-A9**** |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "adssd****",
"ComponentId": 123123123123123
}Error codes
For a list of error codes, visit the Service error codes.
