All Products
Search
Document Center

DataWorks:UpdateNodeOwner

Last Updated:Oct 17, 2024

Changes the owner of a node.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ProjectEnvstringYes

The environment in which the node runs. Valid values: DEV and PROD. The value DEV indicates the development environment, and the value PROD indicates the production environment.

  • PROD
  • DEV
PROD
NodeIdlongYes

The node ID. You can call the ListNodes operation to query the node ID.

1234
UserIdstringYes

The ID of the Alibaba Cloud account used by the node owner. You can log on to the DataWorks console and move the pointer over the profile picture in the upper-right corner to view the ID.

19337906836551

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true
RequestIdstring

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

E6F0DBDD-5AD****

Examples

Sample success responses

JSONformat

{
  "Success": true,
  "RequestId": "E6F0DBDD-5AD****"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history