You need to enable JavaScript to run this app.
导航
DescribeVpcs-查询VPC列表
最近更新时间:2024.12.25 10:23:32首次发布时间:2024.12.25 10:23:32

查询VPC列表信息。

请求说明

  • 请求方式:POST
  • 请求地址:?Action=DescribeVpcs&Version=2021-09-06

调试

请求参数

Query

参数类型是否必选示例值描述
ActionStringDescribeVpcs接口名称。当前 API 的名称为 DescribeVpcs
VersionString2021-09-06接口版本。当前 API 的版本为 2021-09-06

Body

参数类型是否必选示例值描述
InternetFirewallIdStringifw-****互联网边界防火墙实例ID,获取方式可参考AssetList - 查询互联网边界资产列表

返回参数

参数类型示例值描述
CountInteger1返回数据的实际数量 当查询数据为空时,且使用python SDK调用时此项为None
DataArray of DescribeVpcsStructure--详情。
PageNumberInteger1返回数据的分页页码
PageSizeInteger1返回数据的分页大小
TotalCountInteger1返回数据总数量 当查询数据为空时,且使用python SDK调用时此项为None

DescribeVpcsStructure

参数类型示例值描述
NameStringtestVPC名称
VpcIdStringVPC-*****VPC ID
RegionStringcn-****地域

请求示例

POST ?Action=DescribeVpcs&Version=2021-09-06
Host: https://open.volcengineapi.com
Content-Type: application/json; charset=UTF-8
X-Date: 20240711T081413Z
X-Content-Sha256: 287e874e******d653b44d21e
Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20240711/cn-beijing/fw_center/request, SignedHeaders=host;x-content-sha256;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f
{
    "InternetFirewallId": "ifw-****"
}

返回示例

{
    "ResponseMetadata": {
        "Action": "DescribeVpcs",
        "Region": "cn-beijing",
        "Service": "fw_center",
        "Version": "2021-09-06",
        "RequestId": "20230604110420****100232280022D31"
    },
    "Result": {
        "Count": 1,
        "Data": [
            {
                "Name": "test",
                "VpcId": "VPC-*****",
                "Region": "cn-****"
            }
        ],
        "PageNumber": 1,
        "PageSize": 1,
        "TotalCount": 1
    }
}

错误码

您可访问公共错误码,获取更多错误码信息。