tencent cloud

Feedback

DescribeIntegrationNode

Last updated: 2024-06-21 15:11:08

1. API Description

Domain name for API request: wedata.tencentcloudapi.com.

Query integrated nodes

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: DescribeIntegrationNode.
Version Yes String Common Params. The value used for this API: 2021-08-20.
Region Yes String Common Params. For more information, please see the list of regions supported by the product.
Id Yes String Node ID
ProjectId Yes String Project ID
TaskType No Integer Task Type, 201 for Real-time Task, 202 for Offline Task

3. Output Parameters

Parameter Name Type Description
NodeInfo IntegrationNodeInfo Node information\nNote: This field may return null, indicating that no valid value can be obtained.
SourceCheckFlag Boolean Has the upstream node been modified? true Modified, needs to be prompted; false Not modified\nNote: This field may return null, indicating that no valid value can be obtained.
RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 DescribeIntegrationNode

Query integrated nodes

Input Example

POST / HTTP/1.1
Host: wedata.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeIntegrationNode
<Common request parameters>

{
    "Id": "14342",
    "ProjectId": "11022568003970304",
    "TaskType": 201
}

Output Example

{
    "Response": {
        "NodeInfo": {
            "Id": "1",
            "TaskId": "20220331184313320",
            "Name": "1",
            "NodeType": "INPUT",
            "DataSourceType": "MYSQL",
            "Description": "NULL",
            "DatasourceId": "72036",
            "Config": [
                {
                    "Name": "isClean",
                    "Value": "0"
                },
                {
                    "Name": "fieldDelimiter",
                    "Value": ","
                },
                {
                    "Name": "encoding",
                    "Value": "utf-8"
                },
                {
                    "Name": "Database",
                    "Value": "auto_test_db"
                },
                {
                    "Name": "TableNames",
                    "Value": "auto_mysql_table_1"
                },
                {
                    "Name": "SiblingNodes",
                    "Value": "[]"
                }
            ],
            "ExtConfig": [
                {
                    "Name": "x",
                    "Value": "280"
                },
                {
                    "Name": "y",
                    "Value": "150"
                },
                {
                    "Name": "iconPosition",
                    "Value": "left"
                },
                {
                    "Name": "size",
                    "Value": "m"
                },
                {
                    "Name": "imgHref",
                    "Value": "https://imgcache.qq.com/qcloud/tcloud_dtc/static/We_Data/72b24f22-a090-4052-9452-b0b9f38565e3.svg"
                },
                {
                    "Name": "disType",
                    "Value": "MySQL"
                }
            ],
            "Schema": [
                {
                    "Id": "517902752",
                    "Name": "col1",
                    "Value": null,
                    "Type": "int(11)",
                    "Properties": [
                        {
                            "Name": "12231",
                            "Value": "ab23123c"
                        }
                    ],
                    "Alias": "1111",
                    "Comment": "1111"
                }
            ],
            "NodeMapping": {
                "SourceId": "3041",
                "SinkId": "3042",
                "SourceSchema": null,
                "ExtConfig": [
                    {
                        "Name": "fromNode",
                        "Value": "node_3041"
                    },
                    {
                        "Name": "toNode",
                        "Value": "node_3042"
                    },
                    {
                        "Name": "fromNodeAnchor",
                        "Value": "bottom"
                    },
                    {
                        "Name": "toNodeAnchor",
                        "Value": "top"
                    }
                ],
                "SchemaMappings": null
            },
            "AppId": "1257305158",
            "ProjectId": "1",
            "CreatorUin": "100022744352",
            "OperatorUin": "100022744352",
            "OwnerUin": "100006908545",
            "CreateTime": "2022-03-31 18:43:24",
            "UpdateTime": "2023-03-31 18:43:24"
        },
        "SourceCheckFlag": true,
        "RequestId": "as1cs2c123asyi23bh213cc"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
AuthFailure CAM Signature/Authentication Error.
AuthFailure.SignatureExpire Not logged in or login has expired.
FailedOperation Operation Failure.
InternalError An internal error occurs.
InvalidParameter Parameter error.
InvalidParameterValue Parameter value error.
LimitExceeded Quota limit exceeded.
MissingParameter Missing Parameter Error.
OperationDenied Operation Rejected.
RequestLimitExceeded The number of requests exceeded the frequency limit.
ResourceInUse Resource Occupied.
ResourceInsufficient Insufficient resources.
ResourceNotFound The resource does not exist.
ResourceUnavailable Resource Unavailable.
UnauthorizedOperation Unauthorized Operation.
UnknownParameter Unknown parameter error.
UnsupportedOperation Operation not supported.