All Products
Search
Document Center

DataWorks:OfflineNode

Last Updated:Oct 17, 2024

Undeploys 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
NodeIdlongYes

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

1234
ProjectIdlongYes

The DataWorks workspace ID. You can call the ListProjects operation to obtain the ID.

9527

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

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

E6F0DBDD-5AD****
Successstring

Indicates whether the request was successful.

true

Examples

Sample success responses

JSONformat

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

Error codes

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