All Products
Search
Document Center

DataWorks:GetNode

Last Updated:Dec 05, 2024

Queries the information about a node in DataStudio.

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
ProjectIdstringNo

The DataWorks workspace ID. You can log on to the DataWorks console and go to the Workspace page to obtain the workspace ID.

You must configure this parameter to specify the DataWorks workspace to which the API operation is applied.

10000
IdstringYes

The ID of the node.

860438872620113XXXX

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

22C97E95-F023-56B5-8852-B1A77A17XXXX
Nodeobject

The information about the node.

Idstring

The ID of the node.

860438872620113XXXX
ProjectIdstring

The DataWorks workspace ID.

10000
Namestring

The name of the node.

Ownerstring

The owner of the node.

196596664824XXXX
CreateTimelong

The time when the node was created. This value is a UNIX timestamp.

1700539206000
ModifyTimelong

The time when the node was last modified. This value is a UNIX timestamp.

1700539206000
Specstring

The FlowSpec field information about this node. For more information, see FlowSpec .

Examples

Sample success responses

JSONformat

{
  "RequestId": "22C97E95-F023-56B5-8852-B1A77A17XXXX",
  "Node": {
    "Id": "860438872620113XXXX\n",
    "ProjectId": "10000",
    "Name": "",
    "Owner": "196596664824XXXX",
    "CreateTime": 1700539206000,
    "ModifyTime": 1700539206000,
    "Spec": ""
  }
}

Error codes

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