Renames a workflow in DataStudio.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:* |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectId |
integer |
Yes |
The DataWorks workspace ID. You can obtain the ID on the Workspace page in the DataWorks console. |
10000 |
| Id |
string |
Yes |
The unique identifier of the Data Studio workflow. Note
This field is Long in SDK versions earlier than 8.0.0 and String in 8.0.0 and later. The type change does not affect normal usage; the parameter is still returned according to the type defined in the SDK. However, upgrading across version 8.0.0 may cause compilation failures. Update the data type manually if needed. |
463497880880954**** |
| Name |
string |
Yes |
The unique identifier of the workflow. Note
This field is Long in SDK versions earlier than 8.0.0 and String in 8.0.0 and later. The type change does not affect normal usage; the parameter is still returned according to the type defined in the SDK. However, upgrading across version 8.0.0 may cause compilation failures. Update the data type manually if needed. |
Rename |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. You can troubleshoot issues based on this ID. |
975BD43D-C421-595C-A29C-565A8AD5XXXX |
| Success |
boolean |
Whether the request succeeded. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "975BD43D-C421-595C-A29C-565A8AD5XXXX",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.