All Products
Search
Document Center

DataWorks:GetNodeCode

Last Updated:Oct 17, 2024

Queries the code 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
NodeIdlongYes

The ID of the node.

1234
ProjectEnvstringYes

The environment of the workspace. Valid values: PROD and DEV.

PROD

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

HttpStatusCodeinteger

The HTTP status code.

200
Datastring

The code of the node.

select a;
ErrorMessagestring

The error message.

The connection does not exist.
RequestIdstring

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

E6F0DBDD-5AD****
Successboolean

Indicates whether the request was successful.

true
ErrorCodestring

The error code.

Invalid.Tenant.ConnectionNotExists

Examples

Sample success responses

JSONformat

{
  "HttpStatusCode": 200,
  "Data": "select a;",
  "ErrorMessage": "The connection does not exist.",
  "RequestId": "E6F0DBDD-5AD****",
  "Success": true,
  "ErrorCode": "Invalid.Tenant.ConnectionNotExists"
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history