查询虚拟组织列表
更新时间:2022-02-17
接口描述
本接口用于查询虚拟组织列表。
请求(Request)
请求URI
GET /v1/virtualOrgNode?pageNo={pageNo}&pageSize={pageSize}
参数名称 | 类型 | 是否必需 | 描述 |
---|---|---|---|
pageNo | Integer | 是 | 分页查询标识第几页 |
pageSize | Integer | 是 | 分页查询标识每页多少条数据 |
gbId | String | 否 | 节点国标ID |
请求头域
除公共头域外,无其它特殊头域。
请求体
无。
响应(Response)
响应头域
除公共头域外,无其它特殊头域。
响应体
参数名称 | 类型 | 描述 |
---|---|---|
pageNo | Integer | 当前页数 |
pageSize | Integer | 当前页的大小 |
data | Array | 虚拟组织列表 |
+ nodeId | Long | 根节点ID |
+ name | String | 根节点名称 |
+ gbId | String | 根节点国标ID |
+ edgeId | Long | 空间接入节点ID |
+ edgeName | String | 空间接入节点名称 |
+ spaceType | String | 空间类型 |
totalCount | Integer | 总个数 |
示例
请求示例
Plain Text
1GET /v1/virtualOrgNode?pageNo=1&pageSize=2 HTTP/1.1
2x-bce-date: 2020-03-25T09:28:13Z
3host: evs.bj.baidubce.com
4content-type: application/json
5authorization: bce-auth-v1/e8e4a9ced6794355a9a1b8a20b58d37b/2020-03-25T09:28:13Z/1800/content-type;hostx-date/4a1692dc4bab84f5801f79ea0c1fece3601cf73ecd94409d2a94b3942b971715
响应示例
Plain Text
1HTTP/1.1 200 OK
2Transfer-Encoding: chunked
3x-bce-request-id: 012b9747-f13a-4a2c-a488-02b221844dca
4Cache-Control: no-cache
5Server: BWS
6Date: Tue, 24 Mar 202 013:34:07 GMT
7Content-Type: application/json;charset=UTF-8
8
9{
10 "pageNo": 1,
11 "pageSize": 2
12 "data": [
13 {
14 "nodeId": 1000001,
15 "name": "北京市海淀区公安分局",
16 "gbId": "42060000492001000001",
17 "parentNodeId": 1000000,
18 "deviceId": 1000010,
19 "edgeId": 1,
20 "edgeId": "河北-保定-联通"
21 },
22 {
23 "nodeId": 1000002,
24 "name": "北京市昌平区公安分局",
25 "gbId": "42060000492001000002",
26 "parentNodeId": 1000001,
27 "deviceId": 1000011,
28 "edgeId": 1,
29 "edgeId": "河北-保定-联通"
30 }
31 ],
32 "totalCount": 5
33}
错误码
参考公共错误码。