Updates the name of a specified task.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes UpdateTaskName

The operation that you want to perform. Set the value to UpdateTaskName.

Tid Long No 3***

The ID of the tenant.

Note To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see View information about the current tenant.
NodeId String Yes 449***

The ID of the node. You can call the GetTaskInstanceRelation operation to query the node ID.

NodeName String Yes Spark-test

The name of the node. You can call the GetTaskInstanceRelation operation to query the node name.

Response parameters

Parameter Type Example Description
RequestId String C4604178-3BE1-5973-ACF0-7D561AEEF3A8

The ID of the request. You can use the ID to locate logs and troubleshoot issues.

ErrorCode String UnknownError

The error code returned if the request failed.

ErrorMessage String UnknownError

The error message returned if the request failed.

Success Boolean true

Indicates whether the request was successful. Valid values:

  • true: The request was successful.
  • false: The request failed.

Examples

Sample requests

http(s)://dms-enterprise.aliyuncs.com/?Action=UpdateTaskName
&NodeId=449***
&NodeName=Spark-test
&Common request parameters

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<UpdateTaskNameResponse>
    <RequestId>C4604178-3BE1-5973-ACF0-7D561AEEF3A8</RequestId>
    <Success>true</Success>
</UpdateTaskNameResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "C4604178-3BE1-5973-ACF0-7D561AEEF3A8",
  "Success" : true
}

Error codes

For a list of error codes, visit the API Error Center.