tencent cloud

DescribeGatewayAssets
Last updated:2026-01-30 14:54:54
DescribeGatewayAssets
Last updated: 2026-01-30 14:54:54

1. API Description

Domain name for API request: csip.intl.tencentcloudapi.com.

Obtain Gateway List

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: DescribeGatewayAssets.
Version Yes String Common Params. The value used for this API: 2022-11-21.
Region No String Common Params. This parameter is not required.
MemberId.N No Array of String Group Account Member ID
Filter No Filter Filter parameters.

3. Output Parameters

Parameter Name Type Description
Data Array of GateWayAsset List
TotalCount Integer Total number.
RegionList Array of FilterDataObject Region list
AssetTypeList Array of FilterDataObject Asset Type List
VpcList Array of FilterDataObject VPC List
AppIdList Array of FilterDataObject AppID List
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 Example

This example shows you the example.

Input Example

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

{
    "MemberId": [
        "mem-68b8087a65268000",
        "mem-tencent-522badef8ad96a4d"
    ]
}

Output Example

{
    "Response": {
        "AppIdList": [
            {
                "Text": "1827324",
                "Value": "1827324"
            },
            {
                "Text": "1302396215",
                "Value": "1302396215"
            }
        ],
        "AssetTypeList": [
            {
                "Text": "NATFW",
                "Value": "NATFW"
            },
            {
                "Text": "NAT",
                "Value": "NAT"
            },
            {
                "Text": "PROBE",
                "Value": "PROBE"
            },
            {
                "Text": "CLB",
                "Value": "CLB"
            }
        ],
        "Data": [
            {
                "AddressIPV6": "27::1",
                "AppId": "1827324",
                "AssetId": "cfwnat-a2b9957b",
                "AssetName": "autoDev",
                "AssetType": "NATFW",
                "ConfigureRisk": 0,
                "CreateTime": "2022-11-28 01:30:55",
                "EngineRegion": "sg",
                "ExposedPort": 0,
                "ExposedVUL": 0,
                "InboundCumulativeFlow": "352.00KB",
                "InboundPeakBandwidth": "1.75Kbps",
                "IsCore": 1,
                "IsNewAsset": 0,
                "LastScanTime": "2024-08-22 21:45:10",
                "NetworkAttack": 0,
                "Nick": "master",
                "OutboundCumulativeFlow": "38.67KB",
                "OutboundPeakBandwidth": "272.00bps",
                "PrivateIp": "172.0.12.3",
                "PublicIp": "1.**.***.59",
                "Region": "ap-shanghai",
                "RiskExposure": 0,
                "ScanTask": 0,
                "Status": "1",
                "Tag": [
                    {
                        "Name": "name1",
                        "Value": "value1"
                    }
                ],
                "Uin": "18146",
                "VpcId": "vpc-omoo5lv",
                "VpcName": "vpc-omoo5lv"
            }
        ],
        "RegionList": [
            {
Shanghai
                "Value": "ap-shanghai"
            },
            {
Beijing
                "Value": "ap-beijing"
            },
            {
"Text": "Guangzhou"
                "Value": "ap-guangzhou"
            }
        ],
        "RequestId": "7cf2ba3d-87ad-4691-a374-fd92ec11d9c8",
        "TotalCount": 6,
        "VpcList": [
            {
                "Text": "fengqqian3",
                "Value": "vpc-m819242"
            },
            {
                "Text": "fengqqian2",
                "Value": "vpc-fw2dus5f"
            },
            {
                "Text": "Default-VPC",
                "Value": "vpc-omoo5lv"
            }
        ]
    }
}

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

There is no error code related to the API business logic. For other error codes, please see Common Error Codes.

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback