tencent cloud

文档反馈

DescribeSubnetAssets

最后更新时间:2023-11-15 19:11:19

    1. API Description

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

    This API is used to get the list of subnets.

    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: DescribeSubnetAssets.
    Version Yes String Common Params. The value used for this API: 2022-11-21.
    Region No String Common Params. This parameter is not required.
    Filter No Filter Filter parameters

    3. Output Parameters

    Parameter Name Type Description
    Data Array of SubnetAsset Data list
    TotalCount Integer Total number of results
    RegionList Array of FilterDataObject List of regions
    VpcList Array of FilterDataObject List of VPCs
    AppIdList Array of FilterDataObject List of AppIds
    ZoneList Array of FilterDataObject List of availability zones
    RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

    4. Example

    Example1 Example

    Example

    Input Example

    {
      "MemberId": [
        "xx"
      ],
      "Filter": {
        "Limit": 0,
        "Offset": 0,
        "Order": "xx",
        "By": "xx",
        "Filters": [
          {
            "Name": "xx",
            "Values": [
              "xx"
            ],
            "OperatorType": 0
          }
        ],
        "StartTime": "2021-01-01 00:00:00",
        "EndTime": "2021-01-01 00:00:00"
      }
    }
    

    Output Example

    {
        "Response": {
            "Data": [
                {
                    "AppId": "xx",
                    "Uin": "xx",
                    "AssetId": "xx",
                    "AssetName": "xx",
                    "Region": "xx",
                    "VpcId": "xx",
                    "VpcName": "xx",
                    "Tag": [
                        {
                            "Name": "xx",
                            "Value": "xx"
                        }
                    ],
                    "Nick": "xx",
                    "CIDR": "xx",
                    "Zone": "xx",
                    "CVM": 0,
                    "AvailableIp": 0,
                    "CreateTime": "xx",
                    "ConfigureRisk": 0,
                    "ScanTask": 0,
                    "LastScanTime": "xx"
                }
            ],
            "TotalCount": 0,
            "RegionList": [
                {
                    "Value": "xx",
                    "Text": "xx"
                }
            ],
            "VpcList": [
                {
                    "Value": "xx",
                    "Text": "xx"
                }
            ],
            "ZoneList": [
                {
                    "Value": "xx",
                    "Text": "xx"
                }
            ],
            "AppIdList": [
                {
                    "Value": "xx",
                    "Text": "xx"
                }
            ],
            "RequestId": "xx"
        }
    }
    

    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.