UpdateNodeOwner

更新时间:
复制 MD 格式

Changes the owner of a node.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

ProjectEnv

string

Yes

The environment of the node. Valid values: DEV (development) and PROD (production).

  • PROD

  • DEV

PROD

NodeId

integer

Yes

The node ID. Call the ListNodes operation to obtain the node ID.

1234

UserId

string

Yes

The Alibaba Cloud account ID of the new node owner. Log on to the DataWorks console and hover over the profile picture in the upper-right corner to view the ID.

19337906836551

Response elements

Element

Type

Description

Example

object

The response parameters.

Success

boolean

Whether the request was successful. Valid values:

  • true

  • false

true

RequestId

string

The request ID. Use this ID to query logs and troubleshoot issues.

E6F0DBDD-5AD****

Examples

Success response

JSON format

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

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.