查询全域公网带宽详情
功能介绍
查询全域公网带宽详情
调试
您可以在API Explorer中调试该接口,支持自动认证鉴权。API Explorer可以自动生成SDK代码示例,并提供SDK代码示例调试功能。
URI
GET /v3/{domain_id}/geip/internet-bandwidths/{internet_bandwidth_id}
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
domain_id |
是 |
String |
最小长度:5 最大长度:32 |
internet_bandwidth_id |
是 |
String |
全域公网带宽的ID 最小长度:36 最大长度:36 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
fields |
否 |
Array |
只显示指定的字段 |
请求参数
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
X-Auth-Token |
是 |
String |
用户的Token,如何获取用户Token请参见获取用户Token |
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
X-Request-Id |
- |
本次请求编号 |
参数 |
参数类型 |
描述 |
---|---|---|
request_id |
String |
本次请求的编号 |
internet_bandwidth |
ShowInternetBandwidth object |
全域公网带宽详情响应体对象 |
参数 |
参数类型 |
描述 |
---|---|---|
id |
String |
全域公网带宽的ID |
name |
String |
最小长度:1 最大长度:64 |
isp |
String |
接入线路 |
ingress_size |
Integer |
全域公网带宽大小(入云方向) |
access_site |
String |
接入点信息 |
size |
Integer |
全域公网带宽大小(出云方向) |
description |
String |
最小长度:0 最大长度:512 |
charge_mode |
String |
最小长度:1 最大长度:36 |
ratio_95peak |
Integer |
增强95保底率 |
billing_info |
String |
订单信息 |
freezen_info |
String |
冻结原因 |
domain_id |
String |
|
status |
String |
状态 枚举值:
|
created_at |
String |
创建时间 |
updated_at |
String |
更新时间 |
is_pre_paid |
Boolean |
是否包周期 |
tags |
Array of Tag objects |
全域公网带宽标签 |
enterprise_project_id |
String |
|
type |
String |
全域公网带宽类型 |
请求示例
查询id为0a058187-dfb3-46e4-93da-6e7debfe0ff9的全域公网带宽详情
GET https://{Endpoint}/v3/{domain_id}/geip/internet-bandwidths/0a058187-dfb3-46e4-93da-6e7debfe0ff9
响应示例
状态码: 200
OK
{ "request_id" : "922678354c54227821aa948259a16211", "internet_bandwidth" : { "enterprise_project_id" : 0, "name" : "bandwidth-8dd3", "created_at" : "2023-06-29T08:25:12Z", "updated_at" : "2023-06-29T08:25:12Z", "id" : "0a058187-dfb3-46e4-93da-6e7debfe0ff9", "isp" : "BGP", "access_site" : "cn-south-odin", "size" : 1, "description" : null, "charge_mode" : "bandwidth", "freezen_info" : null, "domain_id" : "f35feb8670a94a04a08d6628e0d5165b", "is_pre_paid" : false, "status" : "normal", "ratio_95peak" : 0, "ingress_size" : 10, "tags" : [ ], "type" : "standard" } }
状态码
状态码 |
描述 |
---|---|
200 |
OK |
错误码
请参见错误码。