Calls the UpdateTaskFlowNameAndDesc operation to update the name and description of a task flow.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:UpdateTaskFlowNameAndDesc |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Tid |
integer |
No |
The tenant ID. Note
You can move the pointer over the profile picture in the upper-right corner and view the tenant ID. For more information, see View tenant information. |
3*** |
| DagId |
integer |
Yes |
The task flow ID, which is the unique identifier of the task flow. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to obtain this parameter. |
15*** |
| DagName |
string |
Yes |
The new name of the task flow. |
test |
| Description |
string |
No |
The new description of the task flow. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. Used to locate logs and troubleshoot issues. |
F73CCB9D-0CF3-5D3D-97B0-D852A8022663 |
| ErrorCode |
string |
The error code. |
UnknownError |
| ErrorMessage |
string |
The error message returned if the request failed. |
UnknownError |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "F73CCB9D-0CF3-5D3D-97B0-D852A8022663",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.