查询共享带宽类型列表
功能介绍
查询共享带宽类型列表。
调试
您可以在API Explorer中调试该接口,支持自动认证鉴权。API Explorer可以自动生成SDK代码示例,并提供SDK代码示例调试功能。
URI
GET /v1/share-bandwidth-types
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
limit |
否 |
Integer |
每次请求返回条数 |
offset |
否 |
Integer |
偏移量 |
site_id |
否 |
String |
站点ID。 |
bandwidth_type |
否 |
String |
带宽支持类型。 |
请求参数
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
X-Auth-Token |
是 |
String |
用户Token。 通过调用IAM服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。 |
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
share_bandwidth_types |
Array of BandwidthType objects |
共享带宽类型列表对象。 |
count |
Integer |
请求示例
GET https://{{endpoint}}/v1/share-bandwidth-types
响应示例
无
状态码
状态码 |
描述 |
---|---|
200 |
OK |
错误码
请参见错误码。