tencent cloud

专线接入

动态与公告
产品动态
产品公告
产品简介
产品概述
产品功能
应用场景
使用限制
专线接入点
相关产品
网络规划
购买指南
计费概述
购买方式
续费说明
快速入门
操作指南
物理线路
专线网关
专用通道
监控与告警
MACsec 加密
云交换
访问管理
访问管理概述
可授权策略类型
授权策略语法
实践教程
通过专线接入+VPC NAT 网关实现本地 IDC 与云上资源互访
通过专线接入和 VPN 连接实现混合云主备冗余通信
云专线高可用混合云网络最佳实践
跨地域专用通道迁移至云联网
IDC 通过云联网上云
通过 BGP+BFD 实现加速路由收敛(专线三层对接)
IDC 本地配置
通过 Equinix 实现腾讯云到不同云厂商的专线打通
API 文档
History
Introduction
API Category
Making API Requests
Direct Connect APIs
Data Types
Error Codes
常见问题
基础类
计费类
技术类
故障处理
通用故障排查方案
网络无法连通和数据丢包
相关协议
专线接入服务等级协议
腾讯云专线接入服务协议
Tencent Cloud Direct Connect Review Standards
联系我们
词汇表

DescribeInternetAddressQuota

PDF
聚焦模式
字号
最后更新时间: 2025-10-30 21:39:44

1. API Description

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

This API is used to obtain the public IP quota of internet tunnels.

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: DescribeInternetAddressQuota.
Version Yes String Common Params. The value used for this API: 2018-04-10.
Region No String Common Params. This parameter is not required for this API.

3. Output Parameters

Parameter Name Type Description
Ipv6PrefixLen Integer Minimum prefix length allowed for a public IPv6 address
Note: this field may return null, indicating that no valid values can be obtained.
Ipv4BgpQuota Integer Quota of BGP IPv4 addresses
Note: this field may return null, indicating that no valid values can be obtained.
Ipv4OtherQuota Integer Quota of non-BGP IPv4 addresses
Note: this field may return null, indicating that no valid values can be obtained.
Ipv4BgpNum Integer Used number of BGP IPv4 addresses
Note: this field may return null, indicating that no valid values can be obtained.
Ipv4OtherNum Integer Used number of non-BGP IPv4 addresses
Note: this field may return null, indicating that no valid values can be obtained.
RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

4. Example

Example1 Obtaining the public IP address quota of internet tunnels

Input Example

https://dc.intl.tencentcloudapi.com/?Action=DescribeInternetAddressQuota
&<Common request parameters>

Output Example

{
    "Response": {
        "Ipv4BgpQuota": 256,
        "Ipv4OtherQuota": 4,
        "Ipv6PrefixLen": 56,
        "Ipv4BgpNum": 50,
        "Ipv4OtherNum": 4,
        "RequestId": "aac03e7b-3c91-4970-b2bc-c20f0c6bdd38"
    }
}

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.

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈