查询云智能网详情
更新时间:2024-02-23
描述
查询云智能网详情。
请求结构
GET /v{version}/csn/{csnId} HTTP/1.1
Host: csn.baidubce.com
Authorization: authorization string
请求头域
除公共头域外,无其它特殊头域。
请求参数
参数名称 | 类型 | 是否必选 | 参数位置 | 描述 |
---|---|---|---|---|
version | String | 是 | URL参数 | API版本号,当前取值1 |
csnId | String | 是 | URL参数 | 云智能网的ID |
返回头域
除公共头域外,无其他特殊头域。
返回参数
参数名称 | 类型 | 描述 |
---|---|---|
name | String | 云智能网的名称 |
description | String | 云智能网的描述 |
csnId | String | 云智能网的ID |
status | String | 云智能网的状态 |
instanceNum | int | 云智能网加载的网络实例数量 |
csnBpNum | int | 云智能网绑定的带宽包数量 |
tags | List<TagModel> | 绑定的标签信息 |
请求示例
GET /v1/csn/csn-c5s0isempeiscgyc HTTP/1.1
Host: csn.baidubce.com
Authorization: bce-auth-v1/5e5a8adf11ae475ba95f1bd38228b44f/2016-04-10T08:26:52Z/1800/host;x-bce-date/ec3c0069f9abb1e247773a62707224124b2b31b4c171133677f9042969791f02
返回示例
HTTP/1.1 200 OK
x-bce-request-id: 1214cca7-4ad5-451d-9215-71cb844c0a50
Date: Thu, 16 Mar 2017 06:29:48 GMT
Content-Type: application/json;charset=UTF-8
Server: BWS
{
"name":"csn",
"description":"desc",
"csnId":"csn-c5s0isempeiscgyc",
"status": "active",
"instanceNum":5,
"csnBpNum":3,
"tags": [
{
"tagKey": "test",
"tagValue": "test"
},
{
"tagKey": "test",
"tagValue": ""
}
]
}