Updates the name of a node by calling the UpdateTaskName operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:UpdateTaskName |
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 of the console and view the tenant ID. For more information, see View tenant information. |
3*** |
| NodeId |
string |
Yes |
The node ID. You can call the GetTaskInstanceRelation operation to query this parameter. |
449*** |
| NodeName |
string |
Yes |
The node name. You can call the GetTaskInstanceRelation operation to query this parameter. |
Spark-test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. You can use the ID to locate logs and troubleshoot issues. |
C4604178-3BE1-5973-ACF0-7D561AEEF3A8 |
| ErrorCode |
string |
The error code. |
UnknownError |
| ErrorMessage |
string |
The error message returned if the call failed. |
UnknownError |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "C4604178-3BE1-5973-ACF0-7D561AEEF3A8",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.