Changes the owner of a node.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ProjectEnv | string | Yes | 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 |
NodeId | long | Yes | The node ID. You can call the ListNodes operation to query the node ID. | 1234 |
UserId | string | Yes | 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
Examples
Sample success responses
JSON
format
{
"Success": true,
"RequestId": "E6F0DBDD-5AD****"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history