接口功能介绍
根据regionID查询用户配额
接口约束
保证输入的资源池id准确无误
URI
GET /v4/region/customer-quotas
路径参数
无
Query参数
参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
regionID | 是 | String | 资源池ID | 81f7728662dd11ec810800155d307d5b |
请求参数
请求头header参数
无
请求体body参数
无
响应参数
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
statusCode | Integer | 返回状态码('800为成功,900为失败) ,默认值:800 | 800 | |
errorCode | String | 错误码,为product.module.code三段式码。为空表示成功。 | ||
message | String | 失败时的错误描述,一般为英文描述 | ||
description | String | 失败时的错误描述,一般为中文描述 | ||
returnObj | Object | 返回参数 | returnObj |
表 returnObj
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
quotas | Object | 本资源池配额信息 | quotas | |
global_quota | Object | 全局配额信息 | global_quota |
表 global_quota
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
global_public_ip_limit | Integer | 弹性公网IP个数上限 | 200 |
表 quotas
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
network_acl_limit | Integer | ACL规则个数 | 200 | |
max_capacity_of_disk_creation_cs | Integer | 单块磁盘创建时的最大容量-CS(GB) | 8192 | |
disk_backup_capacity_limit | Integer | 云硬盘备份容量上限-OS(GB) | 10 | |
storage_limit | Integer | 存储总容量上限(GB) | 327687 | |
network_limit_each_vpc | Integer | 单个VPC下子网个数上限-CS | 3 | |
load_balancer_limit_each_ip_os | Integer | 单个负载均衡下的监听器个数上限-OS | 10000 | |
monitoring_item_limit | Integer | 单个监控视图下的监控项个数上限 | 5 | |
monitor_alerm_rules_limit | Integer | 告警规则个数上限 | 20 | |
vm_limit_each_load_balancer_os | Integer | 单个监听器下可绑定的主机个数上限 | 200 | |
network_limit_each_vpc_os | Integer | 单个VPC下的子网个数上限-OS | 10 | |
pm_limit_per_platform | Integer | 单资源池下物理机个数上限 | 250 | |
snapshot_limit_per_cloud_server_os | Integer | 单台云服务器快照上限-OS | 10 | |
max_duration_of_elastic_ip_creation | String | 创建弹性IP可选的最大时长(年) | 3 | |
vpc_limit_os | Integer | VPC上限-OS | 10 | |
memory_limit | Integer | 内存上限(GB) | 409600 | |
max_bandwidth_of_elastic_ip_creation | Integer | 创建弹性IP时的带宽上限 | 300 | |
network_cards_limit | Integer | 单个主机网卡个数上限 | 10 | |
private_image_limit | Integer | 私有镜像上限-CS | 10 | |
snapshot_limit_os | Integer | 快照个数上限-OS | 10 | |
vm_limit_each_time | Integer | 单次创建云主机个数上限 | 50 | |
vpc_limit | Integer | VPC上限-CS | 10 | |
pm_mem_total_limit_per_platform | Integer | 单资源池物理机内存总额上限 | 60000 | |
load_balancer_limit_each_ip | Integer | 单个负载均衡下监听器个数上限-CS | 10000 | |
volume_limit_each_time | Integer | 单次创建磁盘个数上限 | 200 | |
load_balancer_limit | Integer | 负载均衡个数上限-CS | 10000 | |
disk_backup_amount_limit | Integer | 云硬盘备份的数量上限-OS | 0 | |
max_capacity_of_disk_creation_os | Integer | 创建单块磁盘时最大容量-OS | 20000 | |
key_pair_limit | Integer | 密匙对上限 | 100 | |
max_duration_of_host_creation | String | 创建主机时可选的最大时长(年) | 3 | |
security_group_rules_limit | Integer | 安全组规则个数上限 | 5000 | |
pm_cpu_total_limit_per_platform | Integer | 单资源池物理机CPU总配额 | 20000 | |
max_duration_of_disk_product_creation | String | 磁盘产品创建时可选最大时长(年) | 3 | |
max_capacity_of_sys_disk_creation_os | Integer | 创建系统盘时可选的最大容量-OS(GB) | 2048 | |
snapshot_limit_per_cloud_server | Integer | 单台云服务器快照个数上限-cs | 20 | |
network_acl_limit_os | Integer | ACL规则个数上限-OS | 100 | |
volume_limit_each_vm | Integer | 单台云主机可挂载磁盘块数上限 | 3 | |
volume_size_limit | Integer | 磁盘总容量上限(GB) | 32768 | |
snapshot_limit | Integer | 快照总个数上限-CS | 30 | |
public_ip_limit_each_time | Integer | 单次创建公网IP个数上限 | 100 | |
private_image_limit_os | Integer | 私有镜像上限-OS | 100 | |
load_balancer_limit_os | Integer | 负载均衡个数上限-OS | 10000 | |
volume_size_lower_limit | Integer | 单块磁盘创建时可选的最小容量(GB) | 5 | |
monitor_view_limit | Integer | 单个监控面板下可添加的监控视图个数上限 | 30 | |
vcpu_limit | Integer | VCPU总核数 | 500 | |
self_customized_alerm_model_limit | Integer | 自定义告警模板个数上限 | 50 | |
monitor_panel_limit | Integer | 监控面板个数上限 | 24 | |
vm_limit_each_load_balancer | Integer | 单个监听器可绑定的主机个数上限-CS | 200 | |
public_ip_limit | Integer | 弹性公网IP个数上限 | 100 | |
security_groups_limit | Integer | 安全组个数上限 | 500 | |
total_volume_limit | Integer | 磁盘总块数 | 200 | |
backup_policy_limit | Integer | 云硬盘备份策略个数上限 | 100 | |
vm_limit | Integer | 云主机总数上限 | 10000 | |
rule_limit_of_direction_out_per_acl_cs | Integer | 单ACL下出方向规则个数上限-CS | 100 | |
rule_limit_of_direction_out_per_acl_os | Integer | 单ACL下出方向规则个数上限-OS | 100 | |
rule_limit_of_direction_in_per_acl_os | Integer | 单ACL下入方向规则个数上限-OS | 100 | |
rule_limit_of_direction_in_per_acl_cs | Integer | 单ACL下入方向规则个数上限-CS | 100 | |
public_ip_v6_os_limit | Integer | ipv6带宽包上限-OS | 100 | |
csbs_backup_policy_limit | Integer | 云主机备份策略上限 | 32 | |
csbs_backup_policy_instance_limit | Integer | 云主机备份策略绑定云主机个数上限 | 64 | |
csbs_backup_amount_limit | Integer | 云主机备份上限 | 0 | |
csbs_backup_amount_limit_os | Integer | OS资源池云主机备份上限 | 20 | |
csbs_backup_capacity_limit | Integer | 云主机备份磁盘容量上限(GB) | 0 | |
csbs_backup_capacity_limit_os | Integer | OS资源池云主机备份磁盘容量上限(GB) | 1000 | |
max_count_of_nic_per_vm | Integer | 单台虚机可添加网卡数量上限 | 4 | |
max_num_of_vm_per_vip | Integer | 单虚IP可绑定的主机数量上限 | 4 | |
volume_limit_each_vm_os | Integer | 单台云主机可挂载磁盘块数上限-OS | 8 | |
vm_group_limit | Integer | 云主机反亲和组个数上限 | 256 | |
vm_limit_per_group | Integer | 单个云主机反亲和组可绑定的主机数量上限 | 16 | |
sdwan_limit | Integer | sdwan总数上限 | 20 | |
sdwan_limit_each_edge | Integer | 单个sdwan可包含的翼云edge个数上限 | 10 | |
sdwan_limit_each_site | Integer | 单个sdwan可包含的站点个数上限 | 10 | |
edge_limit | Integer | edge个数上限 | 200 | |
site_limit | Integer | 站点个数上限 | 50 | |
share_bandwidth_count_per_user_limit | Integer | 单个用户可以购买的共享带宽数量 | 5 | |
max_duration_of_share_bandwidth_creation | String | 共享带宽产品创建的最大时长(年) | 3 | |
max_num_of_share_bandwidth_per_user | Integer | 共享带宽产品创建的带宽最大值 | 2000 | |
ip_count_per_share_bandwidth | Integer | 单个共享带宽可添加的公网 IP 最大值 | 20 | |
max_buckets_of_oss | Integer | 单个资源池下对象存储可创建的存储桶个数 | 100 | |
max_capacity_of_csbs_repo | Integer | 单个云主机备份存储库最大容量(GB) | 1024000 | |
min_capacity_of_csbs_repo | Integer | 单个云主机备份存储库最小容量(GB) | 100 | |
csbs_repo_limit | Integer | 云主机备份存储库个数 | 15 | |
max_duration_of_csbs_repo_creation | String | 云主机备份存储库创建的最大时长(年) | 3 | |
csbs_backup_policy_repository_limit | Integer | 单个策略可绑定存储库上限 | 10 | |
scaling_group_limit | Integer | 弹性伸缩组上限 | 15 | |
scaling_config_limit | Integer | 弹性伸缩配置上限 | 100 | |
scaling_rule_limit | Integer | 弹性伸缩策略上限 | 10 | |
max_bandwidth_of_elastic_ip_v6_creation | Integer | 创建IPV6时的带宽上限 | 300 | |
site_limit_each_time | Integer | 单次创建站点个数上限 | 10 | |
address_limit | Integer | 收货地址个数上限 | 20 | |
address_limit_each_time | Integer | 单次创建收货地址个数上限 | 10 | |
sdwan_acl_limit | Integer | SDWAN_ACL个数上限 | 10 | |
sdwan_acl_rule_limit | Integer | SDWAN_ACL规则个数上限 | 50 | |
pm_create_num_limit_per_time | Integer | 单次物理机创建个数最大值 | 50 | |
p_image_share_to_others_quota | Integer | 私有镜像共享人数上限 | 100 | |
ch_network_instance_limit | Integer | 云间高速加载网络实例个数上限 | 2 | |
ch_network_instance_region_limit | Integer | 云间高速加载网络实例区域个数上限 | 10 | |
ch_limit | Integer | 云间高速个数上限 | 20 | |
siteTmpl_limit | Integer | 站点模板数量上限 | 50 | |
max_bandwidth_of_elastic_ip_creation_os | Integer | 创建弹性IP时的带宽上限-OS | 3000 | |
max_num_of_vip_per_vm | Integer | 单台虚机可绑定的虚IP数量上限 | 3 | |
sdwan_monitor_alarm_rules_limit | Integer | SDWAN告警规则个数上限 | 20 | |
max_num_of_vip_per_pm | Integer | 单台物理机可绑定的虚IP数量上限 | 3 | |
max_num_of_pm_per_vip | Integer | 单个虚IP可绑定的物理机数量上限 | 4 | |
sfs_fs_count_limit | Integer | 弹性文件系统个数上限 | 10 | |
sfs_fs_volume_limit | Integer | 弹性文件系统总容量上限(TB) | 20 | |
sfs_fs_mount_point_count_limit | Integer | 弹性文件系统挂载点个数上限 | 20 | |
sfs_permission_group_count_limit | Integer | 弹性文件系统权限组个数上限 | 20 | |
sfs_permission_rule_count_limit | Integer | 弹性文件系统权限组规则个数上限 | 400 | |
elb_cert_limit | Integer | 负载均衡证书总个数 | 10000 | |
vpc_router_limit_per_table | Integer | 单个VPC下路由规则个数上限 | 100 | |
bks_repo_limit | Integer | 云硬盘备份存储库个数 | 50 | |
max_capacity_of_bks_repo | Integer | 单个云硬盘备份存储库最大容量 | 1024000 | |
min_capacity_of_bks_repo | Integer | 单个硬盘备份存储库最小容量(GB) | 100 | |
max_duration_of_bks_repo_creation | String | 云硬盘备份存储库创建的最大时长(年) | 3 | |
bks_backup_policy_repository_limit | Integer | 单个云硬盘备份策略可绑定存储库上限 | 10 | |
bks_backup_policy_disk_limit | Integer | 云硬盘备份策略绑定云硬盘个数上限 | 200 | |
routing_table_limit | Integer | 路由表默认配额 | 50 | |
share_ebs_attach_count | Integer | 共享硬盘可配置数量 | 5 | |
p2p_router_count_limit_per_connection | Integer | 对等连接内路由数量上限 | 100 | |
p2p_connection_count_limit | Integer | 对等连接数量上限 | 50 | |
p2p_router_count_limit_per_batch | Integer | 对等连接单次创建路由数量上限 | 40 | |
ch_order_bandwidth_limit | Integer | 云间高速购买带宽包带宽值上限 | 2000 | |
ch_order_bandwidth_num_limit | Integer | 云间高速购买带宽包个数上限 | 12 | |
oss_bucket_count_limit | Integer | 对象存储默认配额 | 100 | |
vpn_user_gate_count_limit | Integer | VPN用户网关个数上限 | 10 | |
vpn_connection_count_limit | Integer | VPN连接个数上限 | 12 | |
vpn_gate_count_limit | Integer | VPN网关个数上限 | 10 | |
route_limit_per_table | Integer | 路由规则 | 100 | |
vpce_limit_per_vpc | Integer | 单个VPC下终端节点个数上限 | 70 | |
vpce_server_limit_per_vpc | Integer | 单个VPC下终端服务节点个数上限 | 70 | |
total_traffic_mirror_limit | Integer | 流量镜像产品筛选条件配额 | 10 | |
total_traffic_session_limit | Integer | 流量镜像产品镜像会话配额 | 10 | |
volume_limit_each_vm_ElasticPM | Integer | 裸金属单块磁盘创建时可选的最小容量(GB) | 8 | |
max_capacity_of_disk_creation_ElasticPM | Integer | 单块磁盘创建时的最大容量-裸金属(GB) | 32768 | |
cnssl_site_limit | Integer | 云网超级专线站点数量 | 50 | |
total_intranet_dns_limit | Integer | DNS域名配额 | 5 | |
max_count_of_nic_per_pm | Integer | 单台物理机可添加网卡数量上限 | 9 | |
cnssl_physicsLine_route_limit | Integer | SD-WANoe0 0i | 50 | |
snapshot_policy_limit | Integer | 云主机快照策略上限 | 20 | |
snapshot_policy_instance_limit | Integer | 云主机快照策略绑定云主机上限 | 10 | |
cnssl_physicsLine_snat_limit | Integer | SD-WAN(尊享版)-物理专线SNAT数量 | 20 | |
cnssl_physicsLine_dnat_limit | Integer | SD-WAN(尊享版)-物理专线DNAT数量 | 20 | |
cnssl_physicsLine_vpc_limit | Integer | SD-WAN(尊享版)-物理专线入云数量 | 5 | |
cnssl_route_ip_limit | Integer | SD-WAN(尊享版)-客户侧路由ipv4个数限制 | 50 | |
cnssl_edge_route_limit | Integer | SD-WAN(尊享版)-智能网关-路由数量 | 50 | |
cnssl_edge_vpc_limit | Integer | SD-WAN(尊享版)-智能网关-入云限制数量 | 5 | |
cnssl_edge_subnet_limit | Integer | SD-WAN(尊享版)-智能网关-子网IP限制数量 | 50 | |
cnssl_physicsLine_app_vpc_limit | Integer | SD-WAN(尊享版)-物理专线应用保障添加VPC数量 | 5 | |
load_balancer_policy_limit_per_listener | Integer | 单个监听器下创建的负载均衡转发策略上限 | 10000 | |
edge_limit_each_pnet | Integer | 单个edge下可配置子网数量 | 20 | |
sdwan_qos_rule_limt | Integer | sdwan下Qos规则数量 | 4 | |
sdwan_qos_rule_group_limt | Integer | sdwan下Qos规则下五元组数量 | 50 | |
sdwan_qos_limit | Integer | sdwan下的qos数量 | 50 | |
sdwan_edge_mpls_ip_limit | Integer | sdwan下edge的过载保护目标检测ip数量上限 | 32 | |
sfs_single_fs_volume_limit | Integer | 单个弹性文件系统容量上限(TB) | 32 | |
sfs_single_exclusive_fs_volume_limit | Integer | 单个专属型文件系统容量上限 | 320 | |
max_duration_of_host_new_creation | String | 创建非GPU主机时可选的最大时长(年) | 5 | |
max_duration_of_network_creation | String | 创建VPN和文件系统时可选的最大时长(年) | 3 | |
sdwan_edge_static_router_limit | Integer | sdwan下单个edge里可创建的静态路由数量 | 100 | |
dr_client_limit | Integer | 单用户单个资源池客户端数 | 20 | |
ch_create_limit | Integer | 创建云间高速默认配额 | 20 | |
ch_create_net_manage_limit | Integer | 创建云网关默认配额 | 10 | |
ch_netmanagement_vpc_limit | Integer | vpc网络实例默认配额 | 3 | |
ch_netmanagement_cda_limit | Integer | cda网络实例默认配额 | 2 | |
ch_netmanagement_accountvpc_limit | Integer | 授权vpc网络实例默认配额 | 3 | |
ch_reconsitution_accredit_limit | Integer | 云间高速(标准版)跨账号授权配额上限 | 4 | |
ch_create_route_limit | Integer | 云间高速(标准版)路由管理创建自定义路由表配额上限 | 10 | |
ch_cda_subnet_limit | Integer | 云间高速(标准版)cda子网选择上限配额 | 6 | |
ch_create_route_num_limit | Integer | 云间高速(标准版)路由条目配额 | 20 | |
ch_vpc_subnet_limit | Integer | 云间高速(标准版)vpc子网选择上限配额 | 6 | |
ch_vpc_instance_bind_limit | Integer | 云间高速(标准版)单个vpc被相同云间高速加载次数 | 5 | |
ch_order_bandwidth_num_limit_v2 | Integer | 云间高速购买带宽包个数上限2.0 | 1 | |
ch_order_bandwidth_limit_v2 | Integer | 云间高速(标准版)2.0订单带宽值上限 | 1000 | |
elb_cidr_policy_limit | Integer | 负载均衡访问策略组配额 | 10000 | |
elb_cidr_ip_count_limit | Integer | 访问策略组-每个IP地址组中IP地址数量 | 50 | |
nic_relate_security_group_limit | Integer | 网卡可绑定的安全组数量上限 | 500 | |
ssl_vpn_server_limit | Integer | ssl服务端默认配额 | 10 | |
ssl_vpn_client_limit | Integer | ssl客户端默认配额 | 10 | |
snap_volume_limit | Integer | 快照创建云硬盘个数 | 128 | |
ssl_vpn_gate_count_limit | Integer | sslvpn网关个数上限 | 10 | |
sfs_oceanfs_volume_limit | Integer | 海量文件系统总容量上限(TB) | 50 | |
sfs_oceanfs_count_limit | Integer | 海量文件系统个数上限 | 20 | |
sfs_hpfs_volume_limit | Integer | 并行文件系统总容量上限(TB) | 400 | |
sfs_hpfs_count_limit | Integer | 并行文件系统个数上限 | 80 | |
cbr_ecs_limit | Integer | 云备份客户端配额 | 20 | |
cbr_vault_limit | Integer | 云备份存储库配额 | 20 | |
vip_limit | Integer | 单用户单资源池可创建虚拟IP个数 | 200 | |
vpc_create_vip_limit | Integer | 单VPC支持创建的VIP数量 | 50 | |
public_ip_cn2_limit | Integer | cn2列表 | 50 | |
rules_limit_of_per_security_group | Integer | 单安全组的规则个数上限(不分出入) | 500 | |
public_ip_v6_limit | Integer | 4.0创建ipv6带宽的个数上限 | 30 |
枚举参数
无
请求示例
请求url
https://{host}/v4/region/customer-quotas?regionId=xxxxxx
请求头header
无
请求体body
无
响应示例
#### 成功响应示例
{
"returnObj": {
"global_quota": {
"global_public_ip_limit": 700
},
"quotas": {
"sfs_fs_count_limit": 50,
"sfs_single_exclusive_fs_volume_limit": 320,
"sfs_hpfs_volume_limit": 400,
"route_limit_per_table": 100,
"network_acl_limit": 200,
"cbr_vault_limit": 20,
"max_capacity_of_disk_creation_ElasticPM": 32768,
"ch_create_limit": 20,
"cnssl_physicsLine_vpc_limit": 5,
"ch_network_instance_limit": 2,
"network_limit_each_vpc": 300,
"load_balancer_limit_each_ip_os": 10000,
"monitoring_item_limit": 5,
"sfs_oceanfs_volume_limit": 50,
"cnssl_physicsLine_app_vpc_limit": 5,
"max_duration_of_network_creation": "3Y",
"network_limit_each_vpc_os": 100,
"max_duration_of_csbs_repo_creation": "3Y",
"max_duration_of_elastic_ip_creation": "3Y",
"vpc_limit_os": 2000,
"cnssl_site_limit": 50,
"max_bandwidth_of_elastic_ip_creation": 300,
"ch_netmanagement_cda_limit": 2,
"cnssl_edge_subnet_limit": 50,
"max_capacity_of_bks_repo": 1024000,
"sdwan_qos_rule_limt": 4,
"ch_create_net_manage_limit": 10,
"volume_limit_each_vm_os": 8,
"sfs_permission_rule_count_limit": 400,
"min_capacity_of_bks_repo": 100,
"vm_group_limit": 7,
"vpc_limit": 2000,
"volume_limit_each_vm_ElasticPM": 8,
"ch_vpc_instance_bind_limit": 5,
"vip_limit": 2000,
"site_limit_each_time": 10,
"load_balancer_limit_each_ip": 10000,
"volume_limit_each_time": 200,
"address_limit": 20,
"max_capacity_of_disk_creation_os": 20000,
"ip_count_per_share_bandwidth": 20,
"key_pair_limit": 100,
"sdwan_limit_each_edge": 10,
"ch_vpc_subnet_limit": 6,
"scaling_config_limit": 100,
"ch_order_bandwidth_limit": 2000,
"min_capacity_of_csbs_repo": 100,
"public_ip_cn2_limit": 50,
"edge_limit_each_pnet": 20,
"pm_create_num_limit_per_time": 50,
"cnssl_edge_vpc_limit": 5,
"csbs_backup_capacity_limit_os": 1000,
"sdwan_qos_limit": 50,
"max_duration_of_disk_product_creation": "3Y",
"cbr_ecs_limit": 200,
"snapshot_limit_per_cloud_server": 15,
"share_ebs_attach_count": 5,
"ch_reconsitution_accredit_limit": 4,
"ch_order_bandwidth_num_limit_v2": 1,
"bks_repo_limit": 50,
"site_limit": 50,
"network_acl_limit_os": 100,
"snap_volume_limit": 128,
"rule_limit_of_direction_out_per_acl_cs": 100,
"volume_size_limit": 32768,
"cnssl_physicsLine_snat_limit": 20,
"routing_table_limit": 50,
"snapshot_policy_instance_limit": 10,
"private_image_limit": 10,
"private_image_limit_os": 100,
"vpn_connection_count_limit": 12,
"csbs_backup_amount_limit": 0,
"max_count_of_nic_per_vm": 4,
"bks_backup_policy_disk_limit": 200,
"sdwan_qos_rule_group_limt": 50,
"max_num_of_pm_per_vip": 4,
"ch_network_instance_region_limit": 10,
"p2p_router_count_limit_per_connection": 100,
"elb_cert_limit": 10000,
"elb_cidr_policy_limit": 10000,
"monitor_panel_limit": 24,
"scaling_group_limit": 15,
"csbs_backup_capacity_limit": 0,
"edge_limit": 200,
"ch_order_bandwidth_num_limit": 12,
"max_num_of_share_bandwidth_per_user": 2000,
"siteTmpl_limit": 50,
"ssl_vpn_client_limit": 10,
"vpce_limit_per_vpc": 200,
"ssl_vpn_server_limit": 10,
"load_balancer_policy_limit_per_listener": 10000,
"csbs_backup_policy_limit": 32,
"p2p_router_count_limit_per_batch": 40,
"backup_policy_limit": 100,
"sdwan_edge_static_router_limit": 100,
"public_ip_v6_limit": 30,
"ssl_vpn_gate_count_limit": 10,
"cnssl_physicsLine_route_limit": 50,
"vpn_gate_count_limit": 10,
"snapshot_policy_limit": 20,
"max_num_of_vip_per_vm": 3,
"sdwan_acl_limit": 10,
"max_capacity_of_disk_creation_cs": 8192,
"disk_backup_capacity_limit": 10,
"max_capacity_of_csbs_repo": 1024000,
"storage_limit": 327687,
"address_limit_each_time": 10,
"max_bandwidth_of_elastic_ip_creation_os": 3000,
"sfs_oceanfs_count_limit": 20,
"ch_limit": 20,
"sdwan_edge_mpls_ip_limit": 32,
"total_intranet_dns_limit": 5,
"monitor_alerm_rules_limit": 20,
"sdwan_limit_each_site": 10,
"vm_limit_each_load_balancer_os": 200,
"pm_limit_per_platform": 250,
"vpc_router_limit_per_table": 100,
"snapshot_limit_per_cloud_server_os": 2,
"scaling_rule_limit": 10,
"ch_create_route_limit": 10,
"memory_limit": 409600,
"bks_backup_policy_repository_limit": 10,
"max_bandwidth_of_elastic_ip_v6_creation": 300,
"dr_client_limit": 20,
"network_cards_limit": 10,
"max_duration_of_bks_repo_creation": "3Y",
"p_image_share_to_others_quota": 100,
"csbs_backup_policy_instance_limit": 64,
"ch_cda_subnet_limit": 6,
"max_duration_of_share_bandwidth_creation": "3Y",
"max_count_of_nic_per_pm": 9,
"oss_bucket_count_limit": 100,
"pm_mem_total_limit_per_platform": 60000,
"total_traffic_session_limit": 10,
"ch_create_route_num_limit": 20,
"sdwan_monitor_alarm_rules_limit": 20,
"total_volume_limit": 200,
"public_ip_v6_os_limit": 100,
"load_balancer_limit": 10000,
"disk_backup_amount_limit": 0,
"vpn_user_gate_count_limit": 10,
"max_duration_of_host_creation": "3Y",
"cnssl_physicsLine_dnat_limit": 20,
"security_group_rules_limit": 2000,
"vpce_server_limit_per_vpc": 200,
"sdwan_acl_rule_limit": 50,
"cnssl_edge_route_limit": 50,
"pm_cpu_total_limit_per_platform": 20000,
"max_buckets_of_oss": 100,
"csbs_repo_limit": 15,
"ch_netmanagement_vpc_limit": 3,
"p2p_connection_count_limit": 50,
"sfs_permission_group_count_limit": 20,
"share_bandwidth_count_per_user_limit": 5,
"max_num_of_vip_per_pm": 3,
"sfs_fs_volume_limit": 20,
"volume_limit_each_vm": 3,
"nic_relate_security_group_limit": 500,
"rule_limit_of_direction_out_per_acl_os": 100,
"snapshot_limit": 30,
"max_duration_of_host_new_creation": "5Y",
"vm_limit_per_group": 16,
"sfs_fs_mount_point_count_limit": 20,
"public_ip_limit_each_time": 100,
"max_capacity_of_sys_disk_creation_os": 2048,
"elb_cidr_ip_count_limit": 50,
"load_balancer_limit_os": 10000,
"volume_size_lower_limit": 5,
"vpc_create_vip_limit": 500,
"rules_limit_of_per_security_group": 500,
"security_groups_limit": 500,
"csbs_backup_policy_repository_limit": 10,
"rule_limit_of_direction_in_per_acl_os": 100,
"total_traffic_mirror_limit": 10,
"vcpu_limit": 500,
"self_customized_alerm_model_limit": 50,
"ch_order_bandwidth_limit_v2": 1000,
"sfs_single_fs_volume_limit": 32,
"vm_limit_each_load_balancer": 200,
"max_num_of_vm_per_vip": 4,
"sfs_hpfs_count_limit": 80,
"csbs_backup_amount_limit_os": 20,
"public_ip_limit": 700,
"rule_limit_of_direction_in_per_acl_cs": 100,
"ch_netmanagement_accountvpc_limit": 3,
"sdwan_limit": 20,
"cnssl_route_ip_limit": 50,
"monitor_view_limit": 30,
"snapshot_limit_os": 11,
"vm_limit": 10000,
"vm_limit_each_time": 50
}
},
"errorCode": "",
"message": "",
"description": "",
"statusCode": 800
}
#### 失败响应示例
{
"errorCode": "Unknown.Parameter.InvalidRegionID",
"details": "",
"message": "request param error",
"description": "请求参数错误",
"statusCode": 900
}
状态码
请参考 状态码
错误码
请参考 错误码