Changes the owner of a node.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectEnv |
string |
Yes |
The environment of the node. Valid values: DEV (development) and PROD (production).
|
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 |
| 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.