@riil-frontend/component-topology 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (189) hide show
  1. package/README.md +5 -1
  2. package/build/1.js +2 -2
  3. package/build/2.js +1 -1
  4. package/build/index.js +37 -37
  5. package/demo/{usage.md → 1/345/237/272/346/234/254/usage.md} +0 -0
  6. package/demo/{usage1.md → 1/345/237/272/346/234/254/usage1.md} +0 -0
  7. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/TopoCenterViewer.jsx +75 -0
  8. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/createMockRequest.js +38 -0
  9. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/api/v1/model/getAllDict +1029 -0
  10. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/appserver/topo/v1/alarm +0 -0
  11. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/appserver/topo/v1/alarm.json +0 -0
  12. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/appserver/topo/v1/attributes/once +2596 -0
  13. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/appserver/topo/v1/attributes/once.json +2596 -0
  14. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/appserver/topo/v1/attributes/polling +2293 -0
  15. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/appserver/topo/v1/attributes/polling.json +2293 -0
  16. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/appserver/topo/v1/auth/permission/2 +1 -0
  17. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/appserver/topo/v1/auth/permission/2.json +1 -0
  18. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/appserver/topo/v1/menu +48 -0
  19. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/appserver/topo/v1/menu.json +48 -0
  20. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/appserver/topo/v1/shape +1 -0
  21. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/appserver/topo/v1/shape.json +1 -0
  22. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/appserver/topo/v1/structure/both/2 +618 -0
  23. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/appserver/topo/v1/structure/both/2.json +618 -0
  24. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/appserver/topo/v1/structure/relationList +192 -0
  25. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/appserver/topo/v1/structure/relationList.json +192 -0
  26. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/appserver/topo/v1/webUrl/list +1 -0
  27. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/appserver/topo/v1/webUrl/list.json +1 -0
  28. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/appserver/v1/api/authFunc/checkFuncAuthentication +14 -0
  29. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/appserver/v1/api/authFunc/checkFuncAuthentication.json +14 -0
  30. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203/js/request.js +7 -0
  31. package/demo/2/346/213/223/346/211/221/344/270/255/345/277/203//345/261/225/347/244/272/346/250/241/345/274/217.md +10 -0
  32. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/AppInstallTopo.jsx +90 -0
  33. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/api/v1/model/getAllDict +1029 -0
  34. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/appserver/topo/v1/alarm +0 -0
  35. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/appserver/topo/v1/alarm.json +0 -0
  36. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/appserver/topo/v1/attributes/once +2596 -0
  37. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/appserver/topo/v1/attributes/once.json +2596 -0
  38. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/appserver/topo/v1/attributes/polling +2293 -0
  39. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/appserver/topo/v1/attributes/polling.json +2293 -0
  40. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/appserver/topo/v1/auth/permission/2 +1 -0
  41. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/appserver/topo/v1/auth/permission/2.json +1 -0
  42. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/appserver/topo/v1/menu +48 -0
  43. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/appserver/topo/v1/menu.json +48 -0
  44. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/appserver/topo/v1/shape +1 -0
  45. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/appserver/topo/v1/shape.json +1 -0
  46. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/appserver/topo/v1/structure/both/1 +3 -0
  47. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/appserver/topo/v1/structure/both/2 +618 -0
  48. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/appserver/topo/v1/structure/both/2.json +618 -0
  49. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/appserver/topo/v1/webUrl/list +1 -0
  50. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/appserver/topo/v1/webUrl/list.json +1 -0
  51. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/appserver/v1/api/authFunc/checkFuncAuthentication +14 -0
  52. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/appserver/v1/api/authFunc/checkFuncAuthentication.json +14 -0
  53. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/mock/data/simple.json +190 -0
  54. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221/src/request.js +7 -0
  55. package/demo/3/345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221//345/272/224/347/224/250/351/203/250/347/275/262/346/213/223/346/211/221.md +10 -0
  56. package/demo/{/346/213/223/346/211/221/344/270/255/345/277/203.md → 4/345/210/206/345/261/202/351/205/215/347/275/256/347/273/204/344/273/266/js/a.js} +15 -25
  57. package/demo/4/345/210/206/345/261/202/351/205/215/347/275/256/347/273/204/344/273/266//345/261/225/347/244/272/347/273/204/344/273/266.md +10 -0
  58. package/demo/{API.md → API/API.md} +0 -0
  59. package/es/components/BatchAttrMetric/index.js +2 -2
  60. package/es/components/BatchAttrMetric/setting.js +12 -9
  61. package/es/components/BatchAttrMetric/utils.js +4 -3
  62. package/es/components/Drawer/index.js +5 -4
  63. package/es/components/FormTable/index.js +7 -5
  64. package/es/components/IndexSettingDrawer/CiList.js +2 -2
  65. package/es/components/IndexSettingDrawer/CiListItem.js +2 -2
  66. package/es/components/IndexSettingDrawer/IndexList.js +3 -3
  67. package/es/components/IndexSettingDrawer/index.js +2 -2
  68. package/es/components/Link/form.js +19 -13
  69. package/es/components/Link/index.js +4 -3
  70. package/es/components/Link/setting.js +12 -9
  71. package/es/components/MultiResourceDrawer/Content.js +5 -3
  72. package/es/components/MultiResourceDrawer/ResourceCard/index.js +5 -4
  73. package/es/components/SingleResourceDrawer/index.js +3 -2
  74. package/es/components/TopoView/Topo.js +2 -2
  75. package/es/components/TopoView/plugins/ResourceDetail/topoDrawer.js +6 -4
  76. package/es/components/TopoView/plugins/ResourceWebControllUrlSettingDialog.js +13 -7
  77. package/es/components/TopoView/settings/LayerSettingsForm.js +35 -26
  78. package/es/components/TopoView/settings/ResourceList.js +4 -3
  79. package/es/components/TopoView/settings/SelectResource/index.js +18 -12
  80. package/es/components/TopoView/settings/Settings.js +0 -1
  81. package/es/components/TopoView/settings/SettingsForm.js +4 -3
  82. package/es/components/TopoView/settings/Style.js +22 -14
  83. package/es/components/TopoView/toolbar/TopoEditorTitleBar.js +3 -3
  84. package/es/components/TopoView/toolbar/TopoViewerTitleBar.js +2 -2
  85. package/es/components/TopoView/toolbar/ViewTools.js +8 -6
  86. package/es/components/TopoView/toolbar/widgets/SearchWidget.js +2 -2
  87. package/es/components/TopoView/topoView.js +9 -23
  88. package/es/components/edit/EditPlugin.js +2 -2
  89. package/es/components/edit/LinkDynamicStyleSettingDrawer/RuleSetting.js +4 -3
  90. package/es/components/edit/LinkDynamicStyleSettingDrawer/rule/ColorPicker.js +2 -2
  91. package/es/components/edit/LinkDynamicStyleSettingDrawer/rule/Rule.js +2 -2
  92. package/es/components/edit/LinkDynamicStyleSettingDrawer/rule/RuleCondition.js +18 -17
  93. package/es/components/edit/LinkDynamicStyleSettingDrawer/rule/RuleStyle.js +16 -11
  94. package/es/components/edit/iconManage/RenameDialog.js +11 -6
  95. package/es/components/edit/iconManage/UploadIconDialog.js +11 -7
  96. package/es/core/models/TopoApp.js +73 -107
  97. package/es/core/models/cache/DictCache.js +79 -0
  98. package/es/core/models/plugins/resourceWebControllUrl.js +8 -4
  99. package/es/core/utils/showMessage.js +2 -2
  100. package/es/createTopo.js +2 -31
  101. package/es/hooks/usePolling.js +9 -5
  102. package/es/hooks/useTopoEdit.js +14 -8
  103. package/es/models/iconManage.js +9 -5
  104. package/es/models/linkDynamicStyleConfig.js +3 -2
  105. package/es/models/linkManager.js +0 -1
  106. package/es/models/resourceWebControllUrlSetting.js +0 -1
  107. package/es/models/topoAlarm.js +0 -1
  108. package/es/models/topoBizMod.js +11 -8
  109. package/es/models/topoEdit.js +0 -1
  110. package/es/models/topoGraphView.js +0 -1
  111. package/es/models/topoMod.js +54 -30
  112. package/es/models/topoView.js +0 -1
  113. package/es/models/topocenter/functionAuth.js +0 -1
  114. package/es/models/topocenter/topoCenter.js +0 -1
  115. package/es/style.js +25 -1
  116. package/es/topoCenter/getTopoData.js +41 -0
  117. package/es/topoCenter/models/Topo.js +0 -0
  118. package/es/topoCenter/models/TopoCenter.js +104 -0
  119. package/es/topoCenter/viewer/TitleBar.js +10 -0
  120. package/es/topoCenter/viewer/components/TopologyViewer.js +27 -0
  121. package/es/topoCenter/viewer/createTopoViewer.js +2 -34
  122. package/es/topoCenter/viewer/index.js +2 -2
  123. package/es/utils/topoData.js +8 -5
  124. package/lib/components/BatchAttrMetric/index.js +3 -3
  125. package/lib/components/BatchAttrMetric/setting.js +16 -10
  126. package/lib/components/BatchAttrMetric/utils.js +6 -4
  127. package/lib/components/Drawer/index.js +7 -5
  128. package/lib/components/FormTable/index.js +13 -9
  129. package/lib/components/IndexSettingDrawer/CiList.js +3 -3
  130. package/lib/components/IndexSettingDrawer/CiListItem.js +3 -3
  131. package/lib/components/IndexSettingDrawer/IndexList.js +7 -7
  132. package/lib/components/IndexSettingDrawer/index.js +3 -3
  133. package/lib/components/Link/form.js +24 -14
  134. package/lib/components/Link/index.js +6 -4
  135. package/lib/components/Link/setting.js +16 -10
  136. package/lib/components/MultiResourceDrawer/Content.js +4 -4
  137. package/lib/components/MultiResourceDrawer/ResourceCard/index.js +7 -5
  138. package/lib/components/SingleResourceDrawer/index.js +3 -3
  139. package/lib/components/TopoView/Topo.js +3 -3
  140. package/lib/components/TopoView/plugins/ResourceDetail/topoDrawer.js +9 -5
  141. package/lib/components/TopoView/plugins/ResourceWebControllUrlSettingDialog.js +16 -8
  142. package/lib/components/TopoView/settings/LayerSettingsForm.js +41 -27
  143. package/lib/components/TopoView/settings/ResourceList.js +6 -4
  144. package/lib/components/TopoView/settings/SelectResource/index.js +25 -13
  145. package/lib/components/TopoView/settings/Settings.js +0 -2
  146. package/lib/components/TopoView/settings/SettingsForm.js +6 -4
  147. package/lib/components/TopoView/settings/Style.js +27 -15
  148. package/lib/components/TopoView/toolbar/TopoEditorTitleBar.js +4 -4
  149. package/lib/components/TopoView/toolbar/TopoViewerTitleBar.js +3 -3
  150. package/lib/components/TopoView/toolbar/ViewTools.js +11 -7
  151. package/lib/components/TopoView/toolbar/widgets/SearchWidget.js +5 -3
  152. package/lib/components/TopoView/topoView.js +11 -26
  153. package/lib/components/edit/EditPlugin.js +3 -3
  154. package/lib/components/edit/LinkDynamicStyleSettingDrawer/RuleSetting.js +6 -4
  155. package/lib/components/edit/LinkDynamicStyleSettingDrawer/rule/ColorPicker.js +3 -3
  156. package/lib/components/edit/LinkDynamicStyleSettingDrawer/rule/Rule.js +3 -3
  157. package/lib/components/edit/LinkDynamicStyleSettingDrawer/rule/RuleCondition.js +20 -18
  158. package/lib/components/edit/LinkDynamicStyleSettingDrawer/rule/RuleStyle.js +18 -12
  159. package/lib/components/edit/iconManage/RenameDialog.js +13 -7
  160. package/lib/components/edit/iconManage/UploadIconDialog.js +14 -8
  161. package/lib/core/models/TopoApp.js +73 -107
  162. package/lib/core/models/cache/DictCache.js +95 -0
  163. package/lib/core/models/plugins/resourceWebControllUrl.js +5 -5
  164. package/lib/core/utils/showMessage.js +3 -3
  165. package/lib/createTopo.js +3 -34
  166. package/lib/hooks/usePolling.js +10 -5
  167. package/lib/hooks/useTopoEdit.js +11 -9
  168. package/lib/models/iconManage.js +8 -6
  169. package/lib/models/linkDynamicStyleConfig.js +3 -3
  170. package/lib/models/linkManager.js +0 -2
  171. package/lib/models/resourceWebControllUrlSetting.js +0 -2
  172. package/lib/models/topoAlarm.js +0 -2
  173. package/lib/models/topoBizMod.js +11 -8
  174. package/lib/models/topoEdit.js +0 -2
  175. package/lib/models/topoGraphView.js +0 -2
  176. package/lib/models/topoMod.js +54 -30
  177. package/lib/models/topoView.js +0 -2
  178. package/lib/models/topocenter/functionAuth.js +0 -2
  179. package/lib/models/topocenter/topoCenter.js +0 -2
  180. package/lib/style.js +25 -1
  181. package/lib/topoCenter/getTopoData.js +53 -0
  182. package/lib/topoCenter/models/Topo.js +1 -0
  183. package/lib/topoCenter/models/TopoCenter.js +118 -0
  184. package/lib/topoCenter/viewer/TitleBar.js +21 -0
  185. package/lib/topoCenter/viewer/components/TopologyViewer.js +43 -0
  186. package/lib/topoCenter/viewer/createTopoViewer.js +3 -36
  187. package/lib/topoCenter/viewer/index.js +4 -4
  188. package/lib/utils/topoData.js +7 -5
  189. package/package.json +7 -5
@@ -0,0 +1,618 @@
1
+ {
2
+ "config": {
3
+ "id": 2,
4
+ "name": "星星布局",
5
+ "layout": "circular",
6
+ "showType": "auto"
7
+ },
8
+ "global": {
9
+ "extraConfig": "{\"topoDisplayConfig\":{\"alarmSwitch\":true,\"showLog\":false,\"showTips\":true,\"showTags\":false,\"showLinkName\":false,\"showLinkIF\":false},\"setDataList\":[{\"code\":\"000000001769c311\",\"name\":\"\",\"ciName\":\"\",\"tag\":[],\"tip\":[{\"code\":\"ipAddress\",\"type\":\"attribute\"},{\"code\":\"macAddress\",\"type\":\"attribute\"},{\"code\":\"model\",\"type\":\"attribute\"},{\"code\":\"company\",\"type\":\"attribute\"}],\"type\":\"\",\"ciType\":\"switch\"},{\"code\":\"000000001769c307\",\"name\":\"\",\"ciName\":\"\",\"tag\":[{\"code\":\"cpuRate\",\"type\":\"metric\"},{\"code\":\"memRate\",\"type\":\"metric\"}],\"tip\":[{\"code\":\"ipAddress\",\"type\":\"attribute\"},{\"code\":\"macAddress\",\"type\":\"attribute\"},{\"code\":\"model\",\"type\":\"attribute\"},{\"code\":\"company\",\"type\":\"attribute\"}],\"type\":\"\",\"ciType\":\"ruijieSwitch\"},{\"code\":\"000000001769c301\",\"name\":\"\",\"ciName\":\"\",\"tag\":[{\"code\":\"cpuRate\",\"type\":\"metric\"},{\"code\":\"memRate\",\"type\":\"metric\"}],\"tip\":[{\"code\":\"ipAddress\",\"type\":\"attribute\"},{\"code\":\"macAddress\",\"type\":\"attribute\"},{\"code\":\"model\",\"type\":\"attribute\"},{\"code\":\"company\",\"type\":\"attribute\"}],\"type\":\"\",\"ciType\":\"ruijieSwitch\"},{\"code\":\"000000001769c30b\",\"name\":\"\",\"ciName\":\"\",\"tag\":[{\"code\":\"cpuRate\",\"type\":\"metric\"},{\"code\":\"memRate\",\"type\":\"metric\"}],\"tip\":[{\"code\":\"ipAddress\",\"type\":\"attribute\"},{\"code\":\"macAddress\",\"type\":\"attribute\"},{\"code\":\"model\",\"type\":\"attribute\"},{\"code\":\"company\",\"type\":\"attribute\"}],\"type\":\"\",\"ciType\":\"ruijieSwitch\"},{\"code\":\"000000001769c305\",\"name\":\"\",\"ciName\":\"\",\"tag\":[{\"code\":\"cpuRate\",\"type\":\"metric\"},{\"code\":\"memRate\",\"type\":\"metric\"}],\"tip\":[{\"code\":\"ipAddress\",\"type\":\"attribute\"},{\"code\":\"macAddress\",\"type\":\"attribute\"},{\"code\":\"model\",\"type\":\"attribute\"},{\"code\":\"company\",\"type\":\"attribute\"}],\"type\":\"\",\"ciType\":\"ruijieSwitch\"},{\"code\":\"000000001769c2f9\",\"name\":\"\",\"ciName\":\"\",\"tag\":[{\"code\":\"cpuRate\",\"type\":\"metric\"},{\"code\":\"memRate\",\"type\":\"metric\"}],\"tip\":[{\"code\":\"ipAddress\",\"type\":\"attribute\"},{\"code\":\"macAddress\",\"type\":\"attribute\"},{\"code\":\"model\",\"type\":\"attribute\"},{\"code\":\"company\",\"type\":\"attribute\"}],\"type\":\"\",\"ciType\":\"ruijieSwitch\"},{\"code\":\"000000001769c2fd\",\"name\":\"\",\"ciName\":\"\",\"tag\":[{\"code\":\"cpuRate\",\"type\":\"metric\"},{\"code\":\"memRate\",\"type\":\"metric\"}],\"tip\":[{\"code\":\"ipAddress\",\"type\":\"attribute\"},{\"code\":\"macAddress\",\"type\":\"attribute\"},{\"code\":\"model\",\"type\":\"attribute\"},{\"code\":\"company\",\"type\":\"attribute\"}],\"type\":\"\",\"ciType\":\"ruijieSwitch\"},{\"code\":\"000000001769c2ed\",\"name\":\"\",\"ciName\":\"\",\"tag\":[{\"code\":\"cpuRate\",\"type\":\"metric\"},{\"code\":\"memRate\",\"type\":\"metric\"}],\"tip\":[{\"code\":\"ipAddress\",\"type\":\"attribute\"},{\"code\":\"macAddress\",\"type\":\"attribute\"},{\"code\":\"model\",\"type\":\"attribute\"},{\"code\":\"company\",\"type\":\"attribute\"}],\"type\":\"\",\"ciType\":\"ruijieSwitch\"},{\"code\":\"000000001769c2f5\",\"name\":\"\",\"ciName\":\"\",\"tag\":[{\"code\":\"cpuRate\",\"type\":\"metric\"},{\"code\":\"memRate\",\"type\":\"metric\"}],\"tip\":[{\"code\":\"ipAddress\",\"type\":\"attribute\"},{\"code\":\"macAddress\",\"type\":\"attribute\"},{\"code\":\"model\",\"type\":\"attribute\"},{\"code\":\"company\",\"type\":\"attribute\"}],\"type\":\"\",\"ciType\":\"ruijieSwitch\"},{\"code\":\"000000001769c30d\",\"name\":\"\",\"ciName\":\"\",\"tag\":[{\"code\":\"cpuRate\",\"type\":\"metric\"},{\"code\":\"memRate\",\"type\":\"metric\"}],\"tip\":[{\"code\":\"ipAddress\",\"type\":\"attribute\"},{\"code\":\"macAddress\",\"type\":\"attribute\"},{\"code\":\"model\",\"type\":\"attribute\"},{\"code\":\"company\",\"type\":\"attribute\"}],\"type\":\"\",\"ciType\":\"ruijieRouter\"},{\"code\":\"000000001769c2f1\",\"name\":\"\",\"ciName\":\"\",\"tag\":[{\"code\":\"cpuRate\",\"type\":\"metric\"},{\"code\":\"memRate\",\"type\":\"metric\"}],\"tip\":[{\"code\":\"ipAddress\",\"type\":\"attribute\"},{\"code\":\"macAddress\",\"type\":\"attribute\"},{\"code\":\"model\",\"type\":\"attribute\"},{\"code\":\"company\",\"type\":\"attribute\"}],\"type\":\"\",\"ciType\":\"ruijieSwitch\"},{\"code\":\"000000001769b7e9\",\"name\":\"\",\"ciName\":\"\",\"tag\":[],\"tip\":[],\"type\":\"\",\"ciType\":\"ruijieSwitch\"},{\"code\":\"000000001769b7a7\",\"name\":\"\",\"ciName\":\"\",\"tag\":[],\"tip\":[],\"type\":\"\",\"ciType\":\"ruijieSwitch\"},{\"code\":\"000000001769b765\",\"name\":\"\",\"ciName\":\"\",\"tag\":[],\"tip\":[],\"type\":\"\",\"ciType\":\"ruijieSwitch\"},{\"code\":\"000000001769b723\",\"name\":\"\",\"ciName\":\"\",\"tag\":[],\"tip\":[],\"type\":\"\",\"ciType\":\"ruijieSwitch\"},{\"code\":\"000000001769b6e1\",\"name\":\"\",\"ciName\":\"\",\"tag\":[],\"tip\":[],\"type\":\"\",\"ciType\":\"ruijieSwitch\"},{\"code\":\"000000001769b69f\",\"name\":\"\",\"ciName\":\"\",\"tag\":[],\"tip\":[],\"type\":\"\",\"ciType\":\"ruijieSwitch\"},{\"code\":\"000000001769b65d\",\"name\":\"\",\"ciName\":\"\",\"tag\":[],\"tip\":[],\"type\":\"\",\"ciType\":\"ruijieSwitch\"},{\"code\":\"000000001769b61b\",\"name\":\"\",\"ciName\":\"\",\"tag\":[],\"tip\":[],\"type\":\"\",\"ciType\":\"ruijieSwitch\"},{\"code\":\"0000000017699611\",\"name\":\"\",\"ciName\":\"\",\"tag\":[{\"code\":\"cpuRate\",\"type\":\"metric\"},{\"code\":\"memRate\",\"type\":\"metric\"}],\"tip\":[{\"code\":\"ipAddress\",\"type\":\"attribute\"},{\"code\":\"macAddress\",\"type\":\"attribute\"},{\"code\":\"model\",\"type\":\"attribute\"},{\"code\":\"company\",\"type\":\"attribute\"}],\"type\":\"\",\"ciType\":\"ruijieSwitch\"},{\"code\":\"r649681720974508032\",\"name\":\"\",\"ciName\":\"\",\"tag\":[{\"code\":\"linkOutBps\",\"type\":\"metric\"},{\"code\":\"linkInBps\",\"type\":\"metric\"}],\"tip\":[{\"code\":\"dstName\",\"type\":\"attribute\"},{\"code\":\"srcName\",\"type\":\"attribute\"}],\"type\":\"\",\"ciType\":\"networkLink\"},{\"code\":\"r653417183396757504\",\"name\":\"\",\"ciName\":\"\",\"tag\":[{\"code\":\"linkOutBps\",\"type\":\"metric\"},{\"code\":\"linkInBps\",\"type\":\"metric\"}],\"tip\":[{\"code\":\"dstName\",\"type\":\"attribute\"},{\"code\":\"srcName\",\"type\":\"attribute\"}],\"type\":\"\",\"ciType\":\"networkLink\"},{\"code\":\"r649681721180028928\",\"name\":\"\",\"ciName\":\"\",\"tag\":[{\"code\":\"aggLinkStatus\",\"type\":\"metric\"}],\"tip\":[{\"code\":\"aggLinkStatus\",\"type\":\"metric\"},{\"code\":\"linkOutBps\",\"type\":\"metric\"},{\"code\":\"linkInBps\",\"type\":\"metric\"}],\"type\":\"\",\"ciType\":\"networkAggLink\"},{\"code\":\"r653417183514198016\",\"name\":\"\",\"ciName\":\"\",\"tag\":[{\"code\":\"linkOutBps\",\"type\":\"metric\"},{\"code\":\"linkInBps\",\"type\":\"metric\"}],\"tip\":[{\"code\":\"dstName\",\"type\":\"attribute\"},{\"code\":\"srcName\",\"type\":\"attribute\"}],\"type\":\"\",\"ciType\":\"networkLink\"},{\"code\":\"r649681720844484608\",\"name\":\"\",\"ciName\":\"\",\"tag\":[{\"code\":\"linkOutBps\",\"type\":\"metric\"},{\"code\":\"linkInBps\",\"type\":\"metric\"}],\"tip\":[{\"code\":\"dstName\",\"type\":\"attribute\"},{\"code\":\"srcName\",\"type\":\"attribute\"}],\"type\":\"\",\"ciType\":\"networkLink\"},{\"code\":\"r649681721020645376\",\"name\":\"\",\"ciName\":\"\",\"tag\":[{\"code\":\"linkOutBps\",\"type\":\"metric\"},{\"code\":\"linkInBps\",\"type\":\"metric\"}],\"tip\":[{\"code\":\"dstName\",\"type\":\"attribute\"},{\"code\":\"srcName\",\"type\":\"attribute\"}],\"type\":\"\",\"ciType\":\"networkLink\"},{\"code\":\"r649681720768987136\",\"name\":\"\",\"ciName\":\"\",\"tag\":[{\"code\":\"linkOutBps\",\"type\":\"metric\"},{\"code\":\"linkInBps\",\"type\":\"metric\"}],\"tip\":[{\"code\":\"dstName\",\"type\":\"attribute\"},{\"code\":\"srcName\",\"type\":\"attribute\"}],\"type\":\"\",\"ciType\":\"networkLink\"},{\"code\":\"r649681721062588416\",\"name\":\"\",\"ciName\":\"\",\"tag\":[{\"code\":\"linkOutBps\",\"type\":\"metric\"},{\"code\":\"linkInBps\",\"type\":\"metric\"}],\"tip\":[{\"code\":\"dstName\",\"type\":\"attribute\"},{\"code\":\"srcName\",\"type\":\"attribute\"}],\"type\":\"\",\"ciType\":\"networkLink\"}],\"linkDynamicStyle\":{\"networkLink\":{\"rules\":[{\"key\":0,\"condition\":[{\"relation\":\"and\",\"children\":[{\"ciType\":\"networkLink\",\"type\":\"attribute\",\"field\":\"linkBandwidth\",\"operator\":\"==\",\"value\":1,\"key\":1}],\"key\":0}],\"style\":{\"lineType\":\"solid\",\"color\":\"#09D90E\",\"direction\":\"none\",\"lineWidth\":1}}]},\"networkAggLink\":{\"rules\":[]}}}",
10
+ "alarmSwitch": true,
11
+ "configDataList": null
12
+ },
13
+ "groups": [],
14
+ "nodes": [
15
+ {
16
+ "id": "000000001769c311",
17
+ "name": "AC-WS6008",
18
+ "ciType": "switch",
19
+ "ciName": "switch",
20
+ "operation": "delete",
21
+ "attributes": [
22
+ {
23
+ "code": "ipAddress",
24
+ "name": "IP地址",
25
+ "tips": true,
26
+ "tags": true,
27
+ "value": "172.17.164.10"
28
+ },
29
+ {
30
+ "code": "macAddress",
31
+ "name": "Mac地址",
32
+ "tips": true,
33
+ "tags": false,
34
+ "value": "00-74-9C-C4-3D-14"
35
+ }
36
+ ],
37
+ "groupId": 2,
38
+ "groupTag": null
39
+ },
40
+ {
41
+ "id": "000000001769c307",
42
+ "name": "HuiJu166.2",
43
+ "ciType": "ruijieSwitch",
44
+ "ciName": "ruijieSwitch",
45
+ "operation": "delete",
46
+ "attributes": [
47
+ {
48
+ "code": "ipAddress",
49
+ "name": "IP地址",
50
+ "tips": true,
51
+ "tags": true,
52
+ "value": "172.17.164.1"
53
+ },
54
+ {
55
+ "code": "macAddress",
56
+ "name": "Mac地址",
57
+ "tips": true,
58
+ "tags": false,
59
+ "value": "00-74-9C-8F-F3-7D"
60
+ }
61
+ ],
62
+ "groupId": 2,
63
+ "groupTag": null
64
+ },
65
+ {
66
+ "id": "000000001769c30d",
67
+ "name": "TJYF-EG166.1",
68
+ "ciType": "ruijieRouter",
69
+ "ciName": "ruijieRouter",
70
+ "operation": "delete",
71
+ "attributes": [
72
+ {
73
+ "code": "ipAddress",
74
+ "name": "IP地址",
75
+ "tips": true,
76
+ "tags": true,
77
+ "value": "172.17.166.1"
78
+ },
79
+ {
80
+ "code": "macAddress",
81
+ "name": "Mac地址",
82
+ "tips": true,
83
+ "tags": false,
84
+ "value": "00-74-9C-51-85-F3"
85
+ }
86
+ ],
87
+ "groupId": 2,
88
+ "groupTag": null
89
+ },
90
+ {
91
+ "id": "000000001769c2f9",
92
+ "name": "S5760_test",
93
+ "ciType": "ruijieSwitch",
94
+ "ciName": "ruijieSwitch",
95
+ "operation": "delete",
96
+ "attributes": [
97
+ {
98
+ "code": "ipAddress",
99
+ "name": "IP地址",
100
+ "tips": true,
101
+ "tags": true,
102
+ "value": "172.17.166.10"
103
+ },
104
+ {
105
+ "code": "macAddress",
106
+ "name": "Mac地址",
107
+ "tips": true,
108
+ "tags": false,
109
+ "value": "00-1A-A9-7D-ED-75"
110
+ }
111
+ ],
112
+ "groupId": 2,
113
+ "groupTag": null
114
+ },
115
+ {
116
+ "id": "000000001769c305",
117
+ "name": "S2910C-24GT2XS",
118
+ "ciType": "ruijieSwitch",
119
+ "ciName": "ruijieSwitch",
120
+ "operation": "delete",
121
+ "attributes": [
122
+ {
123
+ "code": "ipAddress",
124
+ "name": "IP地址",
125
+ "tips": true,
126
+ "tags": true,
127
+ "value": "172.17.166.20"
128
+ },
129
+ {
130
+ "code": "macAddress",
131
+ "name": "Mac地址",
132
+ "tips": true,
133
+ "tags": false,
134
+ "value": "00-74-9C-96-22-9E"
135
+ }
136
+ ],
137
+ "groupId": 2,
138
+ "groupTag": null
139
+ },
140
+ {
141
+ "id": "000000001769c2fd",
142
+ "name": "Ser-S2652_166.27",
143
+ "ciType": "ruijieSwitch",
144
+ "ciName": "ruijieSwitch",
145
+ "operation": "delete",
146
+ "attributes": [
147
+ {
148
+ "code": "ipAddress",
149
+ "name": "IP地址",
150
+ "tips": true,
151
+ "tags": true,
152
+ "value": "172.17.166.27"
153
+ },
154
+ {
155
+ "code": "macAddress",
156
+ "name": "Mac地址",
157
+ "tips": true,
158
+ "tags": false,
159
+ "value": "14-14-4B-59-E3-3A"
160
+ }
161
+ ],
162
+ "groupId": 2,
163
+ "groupTag": null
164
+ },
165
+ {
166
+ "id": "000000001769c2ed",
167
+ "name": "Server_166.30",
168
+ "ciType": "ruijieSwitch",
169
+ "ciName": "ruijieSwitch",
170
+ "operation": "delete",
171
+ "attributes": [
172
+ {
173
+ "code": "ipAddress",
174
+ "name": "IP地址",
175
+ "tips": true,
176
+ "tags": true,
177
+ "value": "172.17.166.30"
178
+ },
179
+ {
180
+ "code": "macAddress",
181
+ "name": "Mac地址",
182
+ "tips": true,
183
+ "tags": false,
184
+ "value": "00-1A-A9-19-41-4C"
185
+ }
186
+ ],
187
+ "groupId": 2,
188
+ "groupTag": null
189
+ },
190
+ {
191
+ "id": "000000001769c2f1",
192
+ "name": "S2652G-166.19",
193
+ "ciType": "ruijieSwitch",
194
+ "ciName": "ruijieSwitch",
195
+ "operation": "delete",
196
+ "attributes": [
197
+ {
198
+ "code": "ipAddress",
199
+ "name": "IP地址",
200
+ "tips": true,
201
+ "tags": true,
202
+ "value": "172.17.166.19"
203
+ },
204
+ {
205
+ "code": "macAddress",
206
+ "name": "Mac地址",
207
+ "tips": true,
208
+ "tags": false,
209
+ "value": "00-1A-A9-76-03-DC"
210
+ }
211
+ ],
212
+ "groupId": 2,
213
+ "groupTag": null
214
+ },
215
+ {
216
+ "id": "000000001769c30b",
217
+ "name": "Ser-S2952_166.26",
218
+ "ciType": "ruijieSwitch",
219
+ "ciName": "ruijieSwitch",
220
+ "operation": "delete",
221
+ "attributes": [
222
+ {
223
+ "code": "ipAddress",
224
+ "name": "IP地址",
225
+ "tips": true,
226
+ "tags": true,
227
+ "value": "172.17.166.26"
228
+ },
229
+ {
230
+ "code": "macAddress",
231
+ "name": "Mac地址",
232
+ "tips": true,
233
+ "tags": false,
234
+ "value": "80-05-88-27-BA-27"
235
+ }
236
+ ],
237
+ "groupId": 2,
238
+ "groupTag": null
239
+ },
240
+ {
241
+ "id": "000000001769c301",
242
+ "name": "Ser-S2652_166.28",
243
+ "ciType": "ruijieSwitch",
244
+ "ciName": "ruijieSwitch",
245
+ "operation": "delete",
246
+ "attributes": [
247
+ {
248
+ "code": "ipAddress",
249
+ "name": "IP地址",
250
+ "tips": true,
251
+ "tags": true,
252
+ "value": "172.17.166.28"
253
+ },
254
+ {
255
+ "code": "macAddress",
256
+ "name": "Mac地址",
257
+ "tips": true,
258
+ "tags": false,
259
+ "value": "14-14-4B-59-E3-2A"
260
+ }
261
+ ],
262
+ "groupId": 2,
263
+ "groupTag": null
264
+ },
265
+ {
266
+ "id": "000000001769c2f5",
267
+ "name": "S2652G_166.18",
268
+ "ciType": "ruijieSwitch",
269
+ "ciName": "ruijieSwitch",
270
+ "operation": "delete",
271
+ "attributes": [
272
+ {
273
+ "code": "ipAddress",
274
+ "name": "IP地址",
275
+ "tips": true,
276
+ "tags": true,
277
+ "value": "172.17.166.18"
278
+ },
279
+ {
280
+ "code": "macAddress",
281
+ "name": "Mac地址",
282
+ "tips": true,
283
+ "tags": false,
284
+ "value": "00-1A-A9-C2-7A-A8"
285
+ }
286
+ ],
287
+ "groupId": 2,
288
+ "groupTag": null
289
+ },
290
+ {
291
+ "id": "000000001769b7e9",
292
+ "name": "Server_166.30",
293
+ "ciType": "ruijieSwitch",
294
+ "ciName": "ruijieSwitch",
295
+ "operation": "delete",
296
+ "attributes": [
297
+ {
298
+ "code": "ipAddress",
299
+ "name": "IP地址",
300
+ "tips": true,
301
+ "tags": true,
302
+ "value": "172.17.166.30"
303
+ },
304
+ {
305
+ "code": "macAddress",
306
+ "name": "Mac地址",
307
+ "tips": true,
308
+ "tags": false,
309
+ "value": "00-1A-A9-19-41-4C"
310
+ }
311
+ ],
312
+ "groupId": 2,
313
+ "groupTag": null
314
+ },
315
+ {
316
+ "id": "000000001769b7a7",
317
+ "name": "Ser-S2952_166.26",
318
+ "ciType": "ruijieSwitch",
319
+ "ciName": "ruijieSwitch",
320
+ "operation": "delete",
321
+ "attributes": [
322
+ {
323
+ "code": "ipAddress",
324
+ "name": "IP地址",
325
+ "tips": true,
326
+ "tags": true,
327
+ "value": "172.17.166.26"
328
+ },
329
+ {
330
+ "code": "macAddress",
331
+ "name": "Mac地址",
332
+ "tips": true,
333
+ "tags": false,
334
+ "value": "80-05-88-27-BA-27"
335
+ }
336
+ ],
337
+ "groupId": 2,
338
+ "groupTag": null
339
+ },
340
+ {
341
+ "id": "000000001769b765",
342
+ "name": "Ser-S2652_166.28",
343
+ "ciType": "ruijieSwitch",
344
+ "ciName": "ruijieSwitch",
345
+ "operation": "delete",
346
+ "attributes": [
347
+ {
348
+ "code": "ipAddress",
349
+ "name": "IP地址",
350
+ "tips": true,
351
+ "tags": true,
352
+ "value": "172.17.166.28"
353
+ },
354
+ {
355
+ "code": "macAddress",
356
+ "name": "Mac地址",
357
+ "tips": true,
358
+ "tags": false,
359
+ "value": "14-14-4B-59-E3-2A"
360
+ }
361
+ ],
362
+ "groupId": 2,
363
+ "groupTag": null
364
+ },
365
+ {
366
+ "id": "000000001769b723",
367
+ "name": "Ser-S2652_166.27",
368
+ "ciType": "ruijieSwitch",
369
+ "ciName": "ruijieSwitch",
370
+ "operation": "delete",
371
+ "attributes": [
372
+ {
373
+ "code": "ipAddress",
374
+ "name": "IP地址",
375
+ "tips": true,
376
+ "tags": true,
377
+ "value": "172.17.166.27"
378
+ },
379
+ {
380
+ "code": "macAddress",
381
+ "name": "Mac地址",
382
+ "tips": true,
383
+ "tags": false,
384
+ "value": "14-14-4B-59-E3-3A"
385
+ }
386
+ ],
387
+ "groupId": 2,
388
+ "groupTag": null
389
+ },
390
+ {
391
+ "id": "000000001769b6e1",
392
+ "name": "S5760_test",
393
+ "ciType": "ruijieSwitch",
394
+ "ciName": "ruijieSwitch",
395
+ "operation": "delete",
396
+ "attributes": [
397
+ {
398
+ "code": "ipAddress",
399
+ "name": "IP地址",
400
+ "tips": true,
401
+ "tags": true,
402
+ "value": "172.17.166.10"
403
+ },
404
+ {
405
+ "code": "macAddress",
406
+ "name": "Mac地址",
407
+ "tips": true,
408
+ "tags": false,
409
+ "value": "00-1A-A9-7D-ED-75"
410
+ }
411
+ ],
412
+ "groupId": 2,
413
+ "groupTag": null
414
+ },
415
+ {
416
+ "id": "000000001769b69f",
417
+ "name": "S2910C-24GT2XS",
418
+ "ciType": "ruijieSwitch",
419
+ "ciName": "ruijieSwitch",
420
+ "operation": "delete",
421
+ "attributes": [
422
+ {
423
+ "code": "ipAddress",
424
+ "name": "IP地址",
425
+ "tips": true,
426
+ "tags": true,
427
+ "value": "172.17.166.20"
428
+ },
429
+ {
430
+ "code": "macAddress",
431
+ "name": "Mac地址",
432
+ "tips": true,
433
+ "tags": false,
434
+ "value": "00-74-9C-96-22-9E"
435
+ }
436
+ ],
437
+ "groupId": 2,
438
+ "groupTag": null
439
+ },
440
+ {
441
+ "id": "000000001769b65d",
442
+ "name": "S2652G-166.19",
443
+ "ciType": "ruijieSwitch",
444
+ "ciName": "ruijieSwitch",
445
+ "operation": "delete",
446
+ "attributes": [
447
+ {
448
+ "code": "ipAddress",
449
+ "name": "IP地址",
450
+ "tips": true,
451
+ "tags": true,
452
+ "value": "172.17.166.19"
453
+ },
454
+ {
455
+ "code": "macAddress",
456
+ "name": "Mac地址",
457
+ "tips": true,
458
+ "tags": false,
459
+ "value": "00-1A-A9-76-03-DC"
460
+ }
461
+ ],
462
+ "groupId": 2,
463
+ "groupTag": null
464
+ },
465
+ {
466
+ "id": "000000001769b61b",
467
+ "name": "S2652G_166.18",
468
+ "ciType": "ruijieSwitch",
469
+ "ciName": "ruijieSwitch",
470
+ "operation": "delete",
471
+ "attributes": [
472
+ {
473
+ "code": "ipAddress",
474
+ "name": "IP地址",
475
+ "tips": true,
476
+ "tags": true,
477
+ "value": "172.17.166.18"
478
+ },
479
+ {
480
+ "code": "macAddress",
481
+ "name": "Mac地址",
482
+ "tips": true,
483
+ "tags": false,
484
+ "value": "00-1A-A9-C2-7A-A8"
485
+ }
486
+ ],
487
+ "groupId": 2,
488
+ "groupTag": null
489
+ },
490
+ {
491
+ "id": "0000000017699611",
492
+ "name": "锐捷交换机",
493
+ "ciType": "ruijieSwitch",
494
+ "ciName": "ruijieSwitch",
495
+ "operation": "delete",
496
+ "attributes": [
497
+ {
498
+ "code": "ipAddress",
499
+ "name": "IP地址",
500
+ "tips": true,
501
+ "tags": true,
502
+ "value": "172.166.12.33"
503
+ },
504
+ {
505
+ "code": "macAddress",
506
+ "name": "Mac地址",
507
+ "tips": true,
508
+ "tags": false,
509
+ "value": "dsef"
510
+ }
511
+ ],
512
+ "groupId": 2,
513
+ "groupTag": null
514
+ }
515
+ ],
516
+ "links": [
517
+ {
518
+ "id": "r649681720974508032",
519
+ "name": null,
520
+ "source": "000000001769c307",
521
+ "target": "000000001769c311",
522
+ "operation": "delete",
523
+ "interfaceSource": "00000000176a1f45",
524
+ "interfaceTarget": "00000000176a220b",
525
+ "ciType": null
526
+ },
527
+ {
528
+ "id": "r649681721062588416",
529
+ "name": null,
530
+ "source": "000000001769c307",
531
+ "target": "000000001769c30d",
532
+ "operation": "delete",
533
+ "interfaceSource": "00000000176a2082",
534
+ "interfaceTarget": "00000000176a21c2",
535
+ "ciType": null
536
+ },
537
+ {
538
+ "id": "r649681721020645376",
539
+ "name": null,
540
+ "source": "000000001769c2f9",
541
+ "target": "000000001769c307",
542
+ "operation": "delete",
543
+ "interfaceSource": "00000000176a1ae9",
544
+ "interfaceTarget": "00000000176a1f92",
545
+ "ciType": null
546
+ },
547
+ {
548
+ "id": "r649681721180028928",
549
+ "name": null,
550
+ "source": "000000001769c305",
551
+ "target": "000000001769c307",
552
+ "operation": "delete",
553
+ "interfaceSource": "00000000176a1d6e",
554
+ "interfaceTarget": "00000000176a1eec",
555
+ "ciType": null
556
+ },
557
+ {
558
+ "id": "r649681720844484608",
559
+ "name": null,
560
+ "source": "000000001769c2f9",
561
+ "target": "000000001769c2fd",
562
+ "operation": "delete",
563
+ "interfaceSource": "00000000176a1aa6",
564
+ "interfaceTarget": "00000000176a1c45",
565
+ "ciType": null
566
+ },
567
+ {
568
+ "id": "r653417183514198016",
569
+ "name": null,
570
+ "source": "000000001769c2f9",
571
+ "target": "000000001769c305",
572
+ "operation": "delete",
573
+ "interfaceSource": "00000000176a1a7a",
574
+ "interfaceTarget": "00000000176a1e84",
575
+ "ciType": null
576
+ },
577
+ {
578
+ "id": "r649681720768987136",
579
+ "name": null,
580
+ "source": "000000001769c2ed",
581
+ "target": "000000001769c2f9",
582
+ "operation": "delete",
583
+ "interfaceSource": "00000000176a1636",
584
+ "interfaceTarget": "00000000176a1a9c",
585
+ "ciType": null
586
+ },
587
+ {
588
+ "id": "r653417183396757504",
589
+ "name": null,
590
+ "source": "000000001769c301",
591
+ "target": "000000001769c30b",
592
+ "operation": "delete",
593
+ "interfaceSource": "00000000176a1d48",
594
+ "interfaceTarget": "00000000176a2185",
595
+ "ciType": null
596
+ }
597
+ ],
598
+ "interfaceNodes": [
599
+ "00000000176a1f45",
600
+ "00000000176a220b",
601
+ "00000000176a2082",
602
+ "00000000176a21c2",
603
+ "00000000176a1ae9",
604
+ "00000000176a1f92",
605
+ "00000000176a1d6e",
606
+ "00000000176a1eec",
607
+ "00000000176a1aa6",
608
+ "00000000176a1c45",
609
+ "00000000176a1a7a",
610
+ "00000000176a1e84",
611
+ "00000000176a1636",
612
+ "00000000176a1a9c",
613
+ "00000000176a1d48",
614
+ "00000000176a2185"
615
+ ],
616
+ "serialize": "{\n \"v\": \"7.2.5\",\n \"p\": {\n \"layers\": [\n {\n \"name\": \"grid\",\n \"visible\": true,\n \"selectable\": true,\n \"movable\": false,\n \"editable\": false\n },\n {\n \"name\": \"container\",\n \"visible\": true,\n \"selectable\": true,\n \"movable\": true,\n \"editable\": false\n },\n {\n \"name\": \"line\",\n \"visible\": true,\n \"selectable\": true\n },\n {\n \"name\": \"point\",\n \"visible\": true\n }\n ],\n \"autoAdjustIndex\": false,\n \"hierarchicalRendering\": false\n },\n \"d\": [\n {\n \"c\": \"ht.Node\",\n \"i\": 33,\n \"p\": {\n \"name\": \"AC-WS6008\",\n \"layer\": \"point\",\n \"tag\": \"000000001769c311\",\n \"image\": \"editor.icon.switch.medium\",\n \"position\": {\n \"x\": 254.87431,\n \"y\": 119.44565\n },\n \"width\": 64,\n \"height\": 64\n },\n \"s\": {\n \"label.font\": \" 12px 黑体\",\n \"select.color\": \"#979797\",\n \"select.padding\": 0,\n \"select.width\": 0\n },\n \"a\": {\n \"id\": \"000000001769c311\",\n \"name\": \"AC-WS6008\",\n \"ciType\": \"switch\",\n \"groupId\": 2,\n \"groupTag\": null,\n \"type\": \"node\",\n \"dtype\": \"device\",\n \"isbinding\": true,\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"imgSize\": \"medium\",\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Node\",\n \"i\": 34,\n \"p\": {\n \"name\": \"HuiJu166.2\",\n \"layer\": \"point\",\n \"tag\": \"000000001769c307\",\n \"image\": \"editor.icon.switch.medium\",\n \"position\": {\n \"x\": 157.35161,\n \"y\": 195.28073\n },\n \"width\": 64,\n \"height\": 64\n },\n \"s\": {\n \"label.font\": \" 12px 黑体\",\n \"select.color\": \"#979797\",\n \"select.padding\": 0,\n \"select.width\": 0\n },\n \"a\": {\n \"id\": \"000000001769c307\",\n \"name\": \"HuiJu166.2\",\n \"ciType\": \"ruijieSwitch\",\n \"groupId\": 2,\n \"groupTag\": null,\n \"type\": \"node\",\n \"dtype\": \"device\",\n \"isbinding\": true,\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"imgSize\": \"medium\",\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Node\",\n \"i\": 35,\n \"p\": {\n \"name\": \"Ser-S2652_166.28\",\n \"layer\": \"point\",\n \"tag\": \"000000001769c301\",\n \"image\": \"editor.icon.switch.medium\",\n \"position\": {\n \"x\": 354.93639,\n \"y\": 74.6\n },\n \"width\": 64,\n \"height\": 64\n },\n \"s\": {\n \"label.font\": \" 12px 黑体\",\n \"select.color\": \"#979797\",\n \"select.padding\": 0,\n \"select.width\": 0\n },\n \"a\": {\n \"id\": \"000000001769c301\",\n \"name\": \"Ser-S2652_166.28\",\n \"ciType\": \"ruijieSwitch\",\n \"groupId\": 2,\n \"groupTag\": null,\n \"type\": \"node\",\n \"dtype\": \"device\",\n \"isbinding\": true,\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"imgSize\": \"medium\",\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Node\",\n \"i\": 36,\n \"p\": {\n \"name\": \"Ser-S2952_166.26\",\n \"layer\": \"point\",\n \"tag\": \"000000001769c30b\",\n \"image\": \"editor.icon.switch.medium\",\n \"position\": {\n \"x\": 527.31417,\n \"y\": 244.6\n },\n \"width\": 64,\n \"height\": 64\n },\n \"s\": {\n \"label.font\": \" 12px 黑体\",\n \"select.color\": \"#979797\",\n \"select.padding\": 0,\n \"select.width\": 0\n },\n \"a\": {\n \"id\": \"000000001769c30b\",\n \"name\": \"Ser-S2952_166.26\",\n \"ciType\": \"ruijieSwitch\",\n \"groupId\": 2,\n \"groupTag\": null,\n \"type\": \"node\",\n \"dtype\": \"device\",\n \"isbinding\": true,\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"imgSize\": \"medium\",\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Node\",\n \"i\": 37,\n \"p\": {\n \"name\": \"S2910C-24GT2XS\",\n \"layer\": \"point\",\n \"tag\": \"000000001769c305\",\n \"image\": \"editor.icon.switch.medium\",\n \"position\": {\n \"x\": 76.4,\n \"y\": 238.70289\n },\n \"width\": 64,\n \"height\": 64\n },\n \"s\": {\n \"label.font\": \" 12px 黑体\",\n \"select.color\": \"#979797\",\n \"select.padding\": 0,\n \"select.width\": 0\n },\n \"a\": {\n \"id\": \"000000001769c305\",\n \"name\": \"S2910C-24GT2XS\",\n \"ciType\": \"ruijieSwitch\",\n \"groupId\": 2,\n \"groupTag\": null,\n \"type\": \"node\",\n \"dtype\": \"device\",\n \"isbinding\": true,\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"imgSize\": \"medium\",\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Node\",\n \"i\": 38,\n \"p\": {\n \"name\": \"S5760_test\",\n \"layer\": \"point\",\n \"tag\": \"000000001769c2f9\",\n \"image\": \"editor.icon.switch.medium\",\n \"position\": {\n \"x\": 155.22734,\n \"y\": 285.87171\n },\n \"width\": 64,\n \"height\": 64\n },\n \"s\": {\n \"label.font\": \" 12px 黑体\",\n \"select.color\": \"#979797\",\n \"select.padding\": 0,\n \"select.width\": 0\n },\n \"a\": {\n \"id\": \"000000001769c2f9\",\n \"name\": \"S5760_test\",\n \"ciType\": \"ruijieSwitch\",\n \"groupId\": 2,\n \"groupTag\": null,\n \"type\": \"node\",\n \"dtype\": \"device\",\n \"isbinding\": true,\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"imgSize\": \"medium\",\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Node\",\n \"i\": 39,\n \"p\": {\n \"name\": \"Ser-S2652_166.27\",\n \"layer\": \"point\",\n \"tag\": \"000000001769c2fd\",\n \"image\": \"editor.icon.switch.medium\",\n \"position\": {\n \"x\": 178.0029,\n \"y\": 414.99212\n },\n \"width\": 64,\n \"height\": 64\n },\n \"s\": {\n \"label.font\": \" 12px 黑体\",\n \"select.color\": \"#979797\",\n \"select.padding\": 0,\n \"select.width\": 0\n },\n \"a\": {\n \"id\": \"000000001769c2fd\",\n \"name\": \"Ser-S2652_166.27\",\n \"ciType\": \"ruijieSwitch\",\n \"groupId\": 2,\n \"groupTag\": null,\n \"type\": \"node\",\n \"dtype\": \"device\",\n \"isbinding\": true,\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"imgSize\": \"medium\",\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Node\",\n \"i\": 40,\n \"p\": {\n \"name\": \"Server_166.30\",\n \"layer\": \"point\",\n \"tag\": \"000000001769c2ed\",\n \"image\": \"editor.icon.switch.medium\",\n \"position\": {\n \"x\": 255.33639,\n \"y\": 359.95181\n },\n \"width\": 64,\n \"height\": 64\n },\n \"s\": {\n \"label.font\": \" 12px 黑体\",\n \"select.color\": \"#979797\",\n \"select.padding\": 0,\n \"select.width\": 0\n },\n \"a\": {\n \"id\": \"000000001769c2ed\",\n \"name\": \"Server_166.30\",\n \"ciType\": \"ruijieSwitch\",\n \"groupId\": 2,\n \"groupTag\": null,\n \"type\": \"node\",\n \"dtype\": \"device\",\n \"isbinding\": true,\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"imgSize\": \"medium\",\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Node\",\n \"i\": 41,\n \"p\": {\n \"name\": \"S2652G_166.18\",\n \"layer\": \"point\",\n \"tag\": \"000000001769c2f5\",\n \"image\": \"editor.icon.switch.medium\",\n \"position\": {\n \"x\": 277.4,\n \"y\": 509.19212\n },\n \"width\": 64,\n \"height\": 64\n },\n \"s\": {\n \"label.font\": \" 12px 黑体\",\n \"select.color\": \"#979797\",\n \"select.padding\": 0,\n \"select.width\": 0\n },\n \"a\": {\n \"id\": \"000000001769c2f5\",\n \"name\": \"S2652G_166.18\",\n \"ciType\": \"ruijieSwitch\",\n \"groupId\": 2,\n \"groupTag\": null,\n \"type\": \"node\",\n \"dtype\": \"device\",\n \"isbinding\": true,\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"imgSize\": \"medium\",\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Node\",\n \"i\": 42,\n \"p\": {\n \"name\": \"TJYF-EG166.1\",\n \"layer\": \"point\",\n \"tag\": \"000000001769c30d\",\n \"image\": \"editor.icon.router.medium\",\n \"position\": {\n \"x\": 183.76748,\n \"y\": 74.6\n },\n \"width\": 64,\n \"height\": 64\n },\n \"s\": {\n \"label.font\": \" 12px 黑体\",\n \"select.color\": \"#979797\",\n \"select.padding\": 0,\n \"select.width\": 0\n },\n \"a\": {\n \"id\": \"000000001769c30d\",\n \"name\": \"TJYF-EG166.1\",\n \"ciType\": \"ruijieRouter\",\n \"groupId\": 2,\n \"groupTag\": null,\n \"type\": \"node\",\n \"dtype\": \"device\",\n \"isbinding\": true,\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"imgSize\": \"medium\",\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Node\",\n \"i\": 43,\n \"p\": {\n \"name\": \"S2652G-166.19\",\n \"layer\": \"point\",\n \"tag\": \"000000001769c2f1\",\n \"image\": \"editor.icon.switch.medium\",\n \"position\": {\n \"x\": 371.6,\n \"y\": 509.19212\n },\n \"width\": 64,\n \"height\": 64\n },\n \"s\": {\n \"label.font\": \" 12px 黑体\",\n \"select.color\": \"#979797\",\n \"select.padding\": 0,\n \"select.width\": 0\n },\n \"a\": {\n \"id\": \"000000001769c2f1\",\n \"name\": \"S2652G-166.19\",\n \"ciType\": \"ruijieSwitch\",\n \"groupId\": 2,\n \"groupTag\": null,\n \"type\": \"node\",\n \"dtype\": \"device\",\n \"isbinding\": true,\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"imgSize\": \"medium\",\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Node\",\n \"i\": 44,\n \"p\": {\n \"name\": \"Server_166.30\",\n \"layer\": \"point\",\n \"tag\": \"000000001769b7e9\",\n \"image\": \"editor.icon.switch.medium\",\n \"position\": {\n \"x\": 465.8,\n \"y\": 509.19212\n },\n \"width\": 64,\n \"height\": 64\n },\n \"s\": {\n \"label.font\": \" 12px 黑体\",\n \"select.color\": \"#979797\",\n \"select.padding\": 0,\n \"select.width\": 0\n },\n \"a\": {\n \"id\": \"000000001769b7e9\",\n \"name\": \"Server_166.30\",\n \"ciType\": \"ruijieSwitch\",\n \"groupId\": 2,\n \"groupTag\": null,\n \"type\": \"node\",\n \"dtype\": \"device\",\n \"isbinding\": true,\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"imgSize\": \"medium\",\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Node\",\n \"i\": 45,\n \"p\": {\n \"name\": \"Ser-S2952_166.26\",\n \"layer\": \"point\",\n \"tag\": \"000000001769b7a7\",\n \"image\": \"editor.icon.switch.medium\",\n \"position\": {\n \"x\": 584.53639,\n \"y\": 74.6\n },\n \"width\": 64,\n \"height\": 64\n },\n \"s\": {\n \"label.font\": \" 12px 黑体\",\n \"select.color\": \"#979797\",\n \"select.padding\": 0,\n \"select.width\": 0\n },\n \"a\": {\n \"id\": \"000000001769b7a7\",\n \"name\": \"Ser-S2952_166.26\",\n \"ciType\": \"ruijieSwitch\",\n \"groupId\": 2,\n \"groupTag\": null,\n \"type\": \"node\",\n \"dtype\": \"device\",\n \"isbinding\": true,\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"imgSize\": \"medium\",\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Node\",\n \"i\": 46,\n \"p\": {\n \"name\": \"Ser-S2652_166.28\",\n \"layer\": \"point\",\n \"tag\": \"000000001769b765\",\n \"image\": \"editor.icon.switch.medium\",\n \"position\": {\n \"x\": 689.53639,\n \"y\": 74.6\n },\n \"width\": 64,\n \"height\": 64\n },\n \"s\": {\n \"label.font\": \" 12px 黑体\",\n \"select.color\": \"#979797\",\n \"select.padding\": 0,\n \"select.width\": 0\n },\n \"a\": {\n \"id\": \"000000001769b765\",\n \"name\": \"Ser-S2652_166.28\",\n \"ciType\": \"ruijieSwitch\",\n \"groupId\": 2,\n \"groupTag\": null,\n \"type\": \"node\",\n \"dtype\": \"device\",\n \"isbinding\": true,\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"imgSize\": \"medium\",\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Node\",\n \"i\": 47,\n \"p\": {\n \"name\": \"Ser-S2652_166.27\",\n \"layer\": \"point\",\n \"tag\": \"000000001769b723\",\n \"image\": \"editor.icon.switch.medium\",\n \"position\": {\n \"x\": 80,\n \"y\": 509.19212\n },\n \"width\": 64,\n \"height\": 64\n },\n \"s\": {\n \"label.font\": \" 12px 黑体\",\n \"select.color\": \"#979797\",\n \"select.padding\": 0,\n \"select.width\": 0\n },\n \"a\": {\n \"id\": \"000000001769b723\",\n \"name\": \"Ser-S2652_166.27\",\n \"ciType\": \"ruijieSwitch\",\n \"groupId\": 2,\n \"groupTag\": null,\n \"type\": \"node\",\n \"dtype\": \"device\",\n \"isbinding\": true,\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"imgSize\": \"medium\",\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Node\",\n \"i\": 48,\n \"p\": {\n \"name\": \"S5760_test\",\n \"layer\": \"point\",\n \"tag\": \"000000001769b6e1\",\n \"image\": \"editor.icon.switch.medium\",\n \"position\": {\n \"x\": 69.2,\n \"y\": 603.39212\n },\n \"width\": 64,\n \"height\": 64\n },\n \"s\": {\n \"label.font\": \" 12px 黑体\",\n \"select.color\": \"#979797\",\n \"select.padding\": 0,\n \"select.width\": 0\n },\n \"a\": {\n \"id\": \"000000001769b6e1\",\n \"name\": \"S5760_test\",\n \"ciType\": \"ruijieSwitch\",\n \"groupId\": 2,\n \"groupTag\": null,\n \"type\": \"node\",\n \"dtype\": \"device\",\n \"isbinding\": true,\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"imgSize\": \"medium\",\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Node\",\n \"i\": 49,\n \"p\": {\n \"name\": \"S2910C-24GT2XS\",\n \"layer\": \"point\",\n \"tag\": \"000000001769b69f\",\n \"image\": \"editor.icon.switch.medium\",\n \"position\": {\n \"x\": 181.4,\n \"y\": 509.19212\n },\n \"width\": 64,\n \"height\": 64\n },\n \"s\": {\n \"label.font\": \" 12px 黑体\",\n \"select.color\": \"#979797\",\n \"select.padding\": 0,\n \"select.width\": 0\n },\n \"a\": {\n \"id\": \"000000001769b69f\",\n \"name\": \"S2910C-24GT2XS\",\n \"ciType\": \"ruijieSwitch\",\n \"groupId\": 2,\n \"groupTag\": null,\n \"type\": \"node\",\n \"dtype\": \"device\",\n \"isbinding\": true,\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"imgSize\": \"medium\",\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Node\",\n \"i\": 50,\n \"p\": {\n \"name\": \"S2652G-166.19\",\n \"layer\": \"point\",\n \"tag\": \"000000001769b65d\",\n \"image\": \"editor.icon.switch.medium\",\n \"position\": {\n \"x\": 560,\n \"y\": 509.19212\n },\n \"width\": 64,\n \"height\": 64\n },\n \"s\": {\n \"label.font\": \" 12px 黑体\",\n \"select.color\": \"#979797\",\n \"select.padding\": 0,\n \"select.width\": 0\n },\n \"a\": {\n \"id\": \"000000001769b65d\",\n \"name\": \"S2652G-166.19\",\n \"ciType\": \"ruijieSwitch\",\n \"groupId\": 2,\n \"groupTag\": null,\n \"type\": \"node\",\n \"dtype\": \"device\",\n \"isbinding\": true,\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"imgSize\": \"medium\",\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Node\",\n \"i\": 51,\n \"p\": {\n \"name\": \"S2652G_166.18\",\n \"layer\": \"point\",\n \"tag\": \"000000001769b61b\",\n \"image\": \"editor.icon.switch.medium\",\n \"position\": {\n \"x\": 654.2,\n \"y\": 509.19212\n },\n \"width\": 64,\n \"height\": 64\n },\n \"s\": {\n \"label.font\": \" 12px 黑体\",\n \"select.color\": \"#979797\",\n \"select.padding\": 0,\n \"select.width\": 0\n },\n \"a\": {\n \"id\": \"000000001769b61b\",\n \"name\": \"S2652G_166.18\",\n \"ciType\": \"ruijieSwitch\",\n \"groupId\": 2,\n \"groupTag\": null,\n \"type\": \"node\",\n \"dtype\": \"device\",\n \"isbinding\": true,\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"imgSize\": \"medium\",\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Node\",\n \"i\": 52,\n \"p\": {\n \"name\": \"锐捷交换机\",\n \"layer\": \"point\",\n \"tag\": \"0000000017699611\",\n \"image\": \"editor.icon.switch.medium\",\n \"position\": {\n \"x\": 152.6,\n \"y\": 603.39212\n },\n \"width\": 64,\n \"height\": 64\n },\n \"s\": {\n \"label.font\": \" 12px 黑体\",\n \"select.color\": \"#979797\",\n \"select.padding\": 0,\n \"select.width\": 0\n },\n \"a\": {\n \"id\": \"0000000017699611\",\n \"name\": \"锐捷交换机\",\n \"ciType\": \"ruijieSwitch\",\n \"groupId\": 2,\n \"groupTag\": null,\n \"type\": \"node\",\n \"dtype\": \"device\",\n \"isbinding\": true,\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"imgSize\": \"medium\",\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Edge\",\n \"i\": 53,\n \"p\": {\n \"name\": \"\",\n \"layer\": \"line\",\n \"tag\": \"r649681720974508032\",\n \"source\": {\n \"__i\": 34\n },\n \"target\": {\n \"__i\": 33\n }\n },\n \"s\": {\n \"edge.expanded\": false,\n \"edge.type\": \"multarc\",\n \"edge.gap\": 60,\n \"select.color\": \"#979797\",\n \"edge.color\": \"#90EE90\",\n \"edge.width\": 1,\n \"label.font\": \" 12px 黑体\",\n \"select.padding\": 0\n },\n \"a\": {\n \"id\": \"r649681720974508032\",\n \"name\": \"172.17.164.1(Gi 0/4) - 172.17.164.10(Gi 0/7)\",\n \"source\": \"000000001769c307\",\n \"target\": \"000000001769c311\",\n \"interfaceSource\": \"00000000176a1f45\",\n \"interfaceTarget\": \"00000000176a220b\",\n \"ciType\": \"networkLink\",\n \"sourceObj\": {\n \"id\": \"000000001769c307\",\n \"name\": \"HuiJu166.2\",\n \"ciType\": \"ruijieSwitch\",\n \"ciName\": \"ruijieSwitch\",\n \"operation\": \"delete\",\n \"attributes\": [\n {\n \"code\": \"ipAddress\",\n \"name\": \"IP地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"macAddress\",\n \"name\": \"MAC地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"model\",\n \"name\": \"型号\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"company\",\n \"name\": \"厂商\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n }\n ],\n \"groupId\": 2,\n \"groupTag\": null,\n \"ipAddress\": \"172.17.164.1\",\n \"macAddress\": \"00-74-9C-8F-F3-7D\",\n \"metrics\": [\n {\n \"code\": \"cpuRate\",\n \"name\": \"CPU利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n },\n {\n \"code\": \"memRate\",\n \"name\": \"内存利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n }\n ]\n },\n \"targetObj\": {\n \"id\": \"000000001769c311\",\n \"name\": \"AC-WS6008\",\n \"ciType\": \"switch\",\n \"ciName\": \"switch\",\n \"operation\": \"delete\",\n \"attributes\": [\n {\n \"code\": \"ipAddress\",\n \"name\": \"IP地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"macAddress\",\n \"name\": \"MAC地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"model\",\n \"name\": \"型号\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"company\",\n \"name\": \"厂商\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n }\n ],\n \"groupId\": 2,\n \"groupTag\": null,\n \"ipAddress\": \"172.17.164.10\",\n \"macAddress\": \"00-74-9C-C4-3D-14\",\n \"metrics\": []\n },\n \"type\": \"link\",\n \"dtype\": \"link\",\n \"isbinding\": true,\n \"linkstyle\": \"dym\",\n \"recordStyle\": {\n \"color\": \"#90EE90\",\n \"edgeWidth\": 1,\n \"direction\": \"none\",\n \"lineType\": \"solid\"\n },\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"fontPx\": 12,\n \"fontSize\": 12,\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Edge\",\n \"i\": 54,\n \"p\": {\n \"name\": \"\",\n \"layer\": \"line\",\n \"tag\": \"r653417183396757504\",\n \"source\": {\n \"__i\": 35\n },\n \"target\": {\n \"__i\": 36\n }\n },\n \"s\": {\n \"edge.expanded\": false,\n \"edge.type\": \"multarc\",\n \"edge.gap\": 60,\n \"select.color\": \"#979797\",\n \"edge.color\": \"#90EE90\",\n \"edge.width\": 1,\n \"label.font\": \" 12px 黑体\",\n \"select.padding\": 0\n },\n \"a\": {\n \"id\": \"r653417183396757504\",\n \"name\": \"172.17.166.28(Gi 0/49) - 172.17.166.26(Gi 0/47)\",\n \"source\": \"000000001769c301\",\n \"target\": \"000000001769c30b\",\n \"interfaceSource\": \"00000000176a1d48\",\n \"interfaceTarget\": \"00000000176a2185\",\n \"ciType\": \"networkLink\",\n \"sourceObj\": {\n \"id\": \"000000001769c301\",\n \"name\": \"Ser-S2652_166.28\",\n \"ciType\": \"ruijieSwitch\",\n \"ciName\": \"ruijieSwitch\",\n \"operation\": \"delete\",\n \"attributes\": [\n {\n \"code\": \"ipAddress\",\n \"name\": \"IP地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"macAddress\",\n \"name\": \"MAC地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"model\",\n \"name\": \"型号\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"company\",\n \"name\": \"厂商\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n }\n ],\n \"groupId\": 2,\n \"groupTag\": null,\n \"ipAddress\": \"172.17.166.28\",\n \"macAddress\": \"14-14-4B-59-E3-2A\",\n \"metrics\": [\n {\n \"code\": \"cpuRate\",\n \"name\": \"CPU利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n },\n {\n \"code\": \"memRate\",\n \"name\": \"内存利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n }\n ]\n },\n \"targetObj\": {\n \"id\": \"000000001769c30b\",\n \"name\": \"Ser-S2952_166.26\",\n \"ciType\": \"ruijieSwitch\",\n \"ciName\": \"ruijieSwitch\",\n \"operation\": \"delete\",\n \"attributes\": [\n {\n \"code\": \"ipAddress\",\n \"name\": \"IP地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"macAddress\",\n \"name\": \"MAC地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"model\",\n \"name\": \"型号\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"company\",\n \"name\": \"厂商\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n }\n ],\n \"groupId\": 2,\n \"groupTag\": null,\n \"ipAddress\": \"172.17.166.26\",\n \"macAddress\": \"80-05-88-27-BA-27\",\n \"metrics\": [\n {\n \"code\": \"cpuRate\",\n \"name\": \"CPU利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n },\n {\n \"code\": \"memRate\",\n \"name\": \"内存利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n }\n ]\n },\n \"type\": \"link\",\n \"dtype\": \"link\",\n \"isbinding\": true,\n \"linkstyle\": \"dym\",\n \"recordStyle\": {\n \"color\": \"#90EE90\",\n \"edgeWidth\": 1,\n \"direction\": \"none\",\n \"lineType\": \"solid\"\n },\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"fontPx\": 12,\n \"fontSize\": 12,\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Edge\",\n \"i\": 55,\n \"p\": {\n \"name\": \"\",\n \"layer\": \"line\",\n \"tag\": \"r649681721180028928\",\n \"source\": {\n \"__i\": 37\n },\n \"target\": {\n \"__i\": 34\n }\n },\n \"s\": {\n \"edge.expanded\": false,\n \"edge.type\": \"multarc\",\n \"edge.gap\": 60,\n \"select.color\": \"#979797\",\n \"edge.color\": \"#90EE90\",\n \"edge.width\": 1,\n \"label.font\": \" 12px 黑体\",\n \"select.padding\": 0\n },\n \"a\": {\n \"id\": \"r649681721180028928\",\n \"name\": \"172.17.166.20(AggregatePort 1) - 172.17.164.1(AggregatePort 3)\",\n \"source\": \"000000001769c305\",\n \"target\": \"000000001769c307\",\n \"interfaceSource\": \"00000000176a1d6e\",\n \"interfaceTarget\": \"00000000176a1eec\",\n \"ciType\": \"networkAggLink\",\n \"sourceObj\": {\n \"id\": \"000000001769c305\",\n \"name\": \"S2910C-24GT2XS\",\n \"ciType\": \"ruijieSwitch\",\n \"ciName\": \"ruijieSwitch\",\n \"operation\": \"delete\",\n \"attributes\": [\n {\n \"code\": \"ipAddress\",\n \"name\": \"IP地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"macAddress\",\n \"name\": \"MAC地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"model\",\n \"name\": \"型号\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"company\",\n \"name\": \"厂商\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n }\n ],\n \"groupId\": 2,\n \"groupTag\": null,\n \"ipAddress\": \"172.17.166.20\",\n \"macAddress\": \"00-74-9C-96-22-9E\",\n \"metrics\": [\n {\n \"code\": \"cpuRate\",\n \"name\": \"CPU利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n },\n {\n \"code\": \"memRate\",\n \"name\": \"内存利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n }\n ]\n },\n \"targetObj\": {\n \"id\": \"000000001769c307\",\n \"name\": \"HuiJu166.2\",\n \"ciType\": \"ruijieSwitch\",\n \"ciName\": \"ruijieSwitch\",\n \"operation\": \"delete\",\n \"attributes\": [\n {\n \"code\": \"ipAddress\",\n \"name\": \"IP地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"macAddress\",\n \"name\": \"MAC地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"model\",\n \"name\": \"型号\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"company\",\n \"name\": \"厂商\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n }\n ],\n \"groupId\": 2,\n \"groupTag\": null,\n \"ipAddress\": \"172.17.164.1\",\n \"macAddress\": \"00-74-9C-8F-F3-7D\",\n \"metrics\": [\n {\n \"code\": \"cpuRate\",\n \"name\": \"CPU利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n },\n {\n \"code\": \"memRate\",\n \"name\": \"内存利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n }\n ]\n },\n \"type\": \"link\",\n \"dtype\": \"link\",\n \"isbinding\": true,\n \"linkstyle\": \"dym\",\n \"recordStyle\": {\n \"color\": \"#90EE90\",\n \"edgeWidth\": 1,\n \"direction\": \"none\",\n \"lineType\": \"solid\"\n },\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"fontPx\": 12,\n \"fontSize\": 12,\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Edge\",\n \"i\": 56,\n \"p\": {\n \"name\": \"\",\n \"layer\": \"line\",\n \"tag\": \"r653417183514198016\",\n \"source\": {\n \"__i\": 38\n },\n \"target\": {\n \"__i\": 37\n }\n },\n \"s\": {\n \"edge.expanded\": false,\n \"edge.type\": \"multarc\",\n \"edge.gap\": 60,\n \"select.color\": \"#979797\",\n \"edge.color\": \"#90EE90\",\n \"edge.width\": 1,\n \"label.font\": \" 12px 黑体\",\n \"select.padding\": 0\n },\n \"a\": {\n \"id\": \"r653417183514198016\",\n \"name\": \"172.17.166.10(Gi 0/33) - 172.17.166.20(Gi 0/23)\",\n \"source\": \"000000001769c2f9\",\n \"target\": \"000000001769c305\",\n \"interfaceSource\": \"00000000176a1a7a\",\n \"interfaceTarget\": \"00000000176a1e84\",\n \"ciType\": \"networkLink\",\n \"sourceObj\": {\n \"id\": \"000000001769c2f9\",\n \"name\": \"S5760_test\",\n \"ciType\": \"ruijieSwitch\",\n \"ciName\": \"ruijieSwitch\",\n \"operation\": \"delete\",\n \"attributes\": [\n {\n \"code\": \"ipAddress\",\n \"name\": \"IP地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"macAddress\",\n \"name\": \"MAC地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"model\",\n \"name\": \"型号\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"company\",\n \"name\": \"厂商\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n }\n ],\n \"groupId\": 2,\n \"groupTag\": null,\n \"ipAddress\": \"172.17.166.10\",\n \"macAddress\": \"00-1A-A9-7D-ED-75\",\n \"metrics\": [\n {\n \"code\": \"cpuRate\",\n \"name\": \"CPU利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n },\n {\n \"code\": \"memRate\",\n \"name\": \"内存利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n }\n ]\n },\n \"targetObj\": {\n \"id\": \"000000001769c305\",\n \"name\": \"S2910C-24GT2XS\",\n \"ciType\": \"ruijieSwitch\",\n \"ciName\": \"ruijieSwitch\",\n \"operation\": \"delete\",\n \"attributes\": [\n {\n \"code\": \"ipAddress\",\n \"name\": \"IP地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"macAddress\",\n \"name\": \"MAC地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"model\",\n \"name\": \"型号\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"company\",\n \"name\": \"厂商\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n }\n ],\n \"groupId\": 2,\n \"groupTag\": null,\n \"ipAddress\": \"172.17.166.20\",\n \"macAddress\": \"00-74-9C-96-22-9E\",\n \"metrics\": [\n {\n \"code\": \"cpuRate\",\n \"name\": \"CPU利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n },\n {\n \"code\": \"memRate\",\n \"name\": \"内存利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n }\n ]\n },\n \"type\": \"link\",\n \"dtype\": \"link\",\n \"isbinding\": true,\n \"linkstyle\": \"dym\",\n \"recordStyle\": {\n \"color\": \"#90EE90\",\n \"edgeWidth\": 1,\n \"direction\": \"none\",\n \"lineType\": \"solid\"\n },\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"fontPx\": 12,\n \"fontSize\": 12,\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Edge\",\n \"i\": 57,\n \"p\": {\n \"name\": \"\",\n \"layer\": \"line\",\n \"tag\": \"r649681720844484608\",\n \"source\": {\n \"__i\": 38\n },\n \"target\": {\n \"__i\": 39\n }\n },\n \"s\": {\n \"edge.expanded\": false,\n \"edge.type\": \"multarc\",\n \"edge.gap\": 60,\n \"select.color\": \"#979797\",\n \"edge.color\": \"#90EE90\",\n \"edge.width\": 1,\n \"label.font\": \" 12px 黑体\",\n \"select.padding\": 0\n },\n \"a\": {\n \"id\": \"r649681720844484608\",\n \"name\": \"172.17.166.10(Gi 0/41) - 172.17.166.27(Gi 0/49)\",\n \"source\": \"000000001769c2f9\",\n \"target\": \"000000001769c2fd\",\n \"interfaceSource\": \"00000000176a1aa6\",\n \"interfaceTarget\": \"00000000176a1c45\",\n \"ciType\": \"networkLink\",\n \"sourceObj\": {\n \"id\": \"000000001769c2f9\",\n \"name\": \"S5760_test\",\n \"ciType\": \"ruijieSwitch\",\n \"ciName\": \"ruijieSwitch\",\n \"operation\": \"delete\",\n \"attributes\": [\n {\n \"code\": \"ipAddress\",\n \"name\": \"IP地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"macAddress\",\n \"name\": \"MAC地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"model\",\n \"name\": \"型号\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"company\",\n \"name\": \"厂商\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n }\n ],\n \"groupId\": 2,\n \"groupTag\": null,\n \"ipAddress\": \"172.17.166.10\",\n \"macAddress\": \"00-1A-A9-7D-ED-75\",\n \"metrics\": [\n {\n \"code\": \"cpuRate\",\n \"name\": \"CPU利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n },\n {\n \"code\": \"memRate\",\n \"name\": \"内存利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n }\n ]\n },\n \"targetObj\": {\n \"id\": \"000000001769c2fd\",\n \"name\": \"Ser-S2652_166.27\",\n \"ciType\": \"ruijieSwitch\",\n \"ciName\": \"ruijieSwitch\",\n \"operation\": \"delete\",\n \"attributes\": [\n {\n \"code\": \"ipAddress\",\n \"name\": \"IP地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"macAddress\",\n \"name\": \"MAC地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"model\",\n \"name\": \"型号\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"company\",\n \"name\": \"厂商\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n }\n ],\n \"groupId\": 2,\n \"groupTag\": null,\n \"ipAddress\": \"172.17.166.27\",\n \"macAddress\": \"14-14-4B-59-E3-3A\",\n \"metrics\": [\n {\n \"code\": \"cpuRate\",\n \"name\": \"CPU利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n },\n {\n \"code\": \"memRate\",\n \"name\": \"内存利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n }\n ]\n },\n \"type\": \"link\",\n \"dtype\": \"link\",\n \"isbinding\": true,\n \"linkstyle\": \"dym\",\n \"recordStyle\": {\n \"color\": \"#90EE90\",\n \"edgeWidth\": 1,\n \"direction\": \"none\",\n \"lineType\": \"solid\"\n },\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"fontPx\": 12,\n \"fontSize\": 12,\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Edge\",\n \"i\": 58,\n \"p\": {\n \"name\": \"\",\n \"layer\": \"line\",\n \"tag\": \"r649681721020645376\",\n \"source\": {\n \"__i\": 38\n },\n \"target\": {\n \"__i\": 34\n }\n },\n \"s\": {\n \"edge.expanded\": false,\n \"edge.type\": \"multarc\",\n \"edge.gap\": 60,\n \"select.color\": \"#979797\",\n \"edge.color\": \"#90EE90\",\n \"edge.width\": 1,\n \"label.font\": \" 12px 黑体\",\n \"select.padding\": 0\n },\n \"a\": {\n \"id\": \"r649681721020645376\",\n \"name\": \"172.17.166.10(Gi 0/48) - 172.17.164.1(Gi 0/15)\",\n \"source\": \"000000001769c2f9\",\n \"target\": \"000000001769c307\",\n \"interfaceSource\": \"00000000176a1ae9\",\n \"interfaceTarget\": \"00000000176a1f92\",\n \"ciType\": \"networkLink\",\n \"sourceObj\": {\n \"id\": \"000000001769c2f9\",\n \"name\": \"S5760_test\",\n \"ciType\": \"ruijieSwitch\",\n \"ciName\": \"ruijieSwitch\",\n \"operation\": \"delete\",\n \"attributes\": [\n {\n \"code\": \"ipAddress\",\n \"name\": \"IP地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"macAddress\",\n \"name\": \"MAC地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"model\",\n \"name\": \"型号\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"company\",\n \"name\": \"厂商\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n }\n ],\n \"groupId\": 2,\n \"groupTag\": null,\n \"ipAddress\": \"172.17.166.10\",\n \"macAddress\": \"00-1A-A9-7D-ED-75\",\n \"metrics\": [\n {\n \"code\": \"cpuRate\",\n \"name\": \"CPU利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n },\n {\n \"code\": \"memRate\",\n \"name\": \"内存利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n }\n ]\n },\n \"targetObj\": {\n \"id\": \"000000001769c307\",\n \"name\": \"HuiJu166.2\",\n \"ciType\": \"ruijieSwitch\",\n \"ciName\": \"ruijieSwitch\",\n \"operation\": \"delete\",\n \"attributes\": [\n {\n \"code\": \"ipAddress\",\n \"name\": \"IP地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"macAddress\",\n \"name\": \"MAC地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"model\",\n \"name\": \"型号\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"company\",\n \"name\": \"厂商\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n }\n ],\n \"groupId\": 2,\n \"groupTag\": null,\n \"ipAddress\": \"172.17.164.1\",\n \"macAddress\": \"00-74-9C-8F-F3-7D\",\n \"metrics\": [\n {\n \"code\": \"cpuRate\",\n \"name\": \"CPU利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n },\n {\n \"code\": \"memRate\",\n \"name\": \"内存利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n }\n ]\n },\n \"type\": \"link\",\n \"dtype\": \"link\",\n \"isbinding\": true,\n \"linkstyle\": \"dym\",\n \"recordStyle\": {\n \"color\": \"#90EE90\",\n \"edgeWidth\": 1,\n \"direction\": \"none\",\n \"lineType\": \"solid\"\n },\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"fontPx\": 12,\n \"fontSize\": 12,\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Edge\",\n \"i\": 59,\n \"p\": {\n \"name\": \"\",\n \"layer\": \"line\",\n \"tag\": \"r649681720768987136\",\n \"source\": {\n \"__i\": 40\n },\n \"target\": {\n \"__i\": 38\n }\n },\n \"s\": {\n \"edge.expanded\": false,\n \"edge.type\": \"multarc\",\n \"edge.gap\": 60,\n \"select.color\": \"#979797\",\n \"edge.color\": \"#90EE90\",\n \"edge.width\": 1,\n \"label.font\": \" 12px 黑体\",\n \"select.padding\": 0\n },\n \"a\": {\n \"id\": \"r649681720768987136\",\n \"name\": \"172.17.166.30(Gi 0/24) - 172.17.166.10(Gi 0/39)\",\n \"source\": \"000000001769c2ed\",\n \"target\": \"000000001769c2f9\",\n \"interfaceSource\": \"00000000176a1636\",\n \"interfaceTarget\": \"00000000176a1a9c\",\n \"ciType\": \"networkLink\",\n \"sourceObj\": {\n \"id\": \"000000001769c2ed\",\n \"name\": \"Server_166.30\",\n \"ciType\": \"ruijieSwitch\",\n \"ciName\": \"ruijieSwitch\",\n \"operation\": \"delete\",\n \"attributes\": [\n {\n \"code\": \"ipAddress\",\n \"name\": \"IP地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"macAddress\",\n \"name\": \"MAC地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"model\",\n \"name\": \"型号\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"company\",\n \"name\": \"厂商\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n }\n ],\n \"groupId\": 2,\n \"groupTag\": null,\n \"ipAddress\": \"172.17.166.30\",\n \"macAddress\": \"00-1A-A9-19-41-4C\",\n \"metrics\": [\n {\n \"code\": \"cpuRate\",\n \"name\": \"CPU利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n },\n {\n \"code\": \"memRate\",\n \"name\": \"内存利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n }\n ]\n },\n \"targetObj\": {\n \"id\": \"000000001769c2f9\",\n \"name\": \"S5760_test\",\n \"ciType\": \"ruijieSwitch\",\n \"ciName\": \"ruijieSwitch\",\n \"operation\": \"delete\",\n \"attributes\": [\n {\n \"code\": \"ipAddress\",\n \"name\": \"IP地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"macAddress\",\n \"name\": \"MAC地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"model\",\n \"name\": \"型号\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"company\",\n \"name\": \"厂商\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n }\n ],\n \"groupId\": 2,\n \"groupTag\": null,\n \"ipAddress\": \"172.17.166.10\",\n \"macAddress\": \"00-1A-A9-7D-ED-75\",\n \"metrics\": [\n {\n \"code\": \"cpuRate\",\n \"name\": \"CPU利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n },\n {\n \"code\": \"memRate\",\n \"name\": \"内存利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n }\n ]\n },\n \"type\": \"link\",\n \"dtype\": \"link\",\n \"isbinding\": true,\n \"linkstyle\": \"dym\",\n \"recordStyle\": {\n \"color\": \"#90EE90\",\n \"edgeWidth\": 1,\n \"direction\": \"none\",\n \"lineType\": \"solid\"\n },\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"fontPx\": 12,\n \"fontSize\": 12,\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n },\n {\n \"c\": \"ht.Edge\",\n \"i\": 60,\n \"p\": {\n \"name\": \"\",\n \"layer\": \"line\",\n \"tag\": \"r649681721062588416\",\n \"source\": {\n \"__i\": 34\n },\n \"target\": {\n \"__i\": 42\n }\n },\n \"s\": {\n \"edge.expanded\": false,\n \"edge.type\": \"multarc\",\n \"edge.gap\": 60,\n \"select.color\": \"#979797\",\n \"edge.color\": \"#90EE90\",\n \"edge.width\": 1,\n \"label.font\": \" 12px 黑体\",\n \"select.padding\": 0\n },\n \"a\": {\n \"id\": \"r649681721062588416\",\n \"name\": \"172.17.164.1(Gi 0/48) - 172.17.166.1(Gi 0/4)\",\n \"source\": \"000000001769c307\",\n \"target\": \"000000001769c30d\",\n \"interfaceSource\": \"00000000176a2082\",\n \"interfaceTarget\": \"00000000176a21c2\",\n \"ciType\": \"networkLink\",\n \"sourceObj\": {\n \"id\": \"000000001769c307\",\n \"name\": \"HuiJu166.2\",\n \"ciType\": \"ruijieSwitch\",\n \"ciName\": \"ruijieSwitch\",\n \"operation\": \"delete\",\n \"attributes\": [\n {\n \"code\": \"ipAddress\",\n \"name\": \"IP地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"macAddress\",\n \"name\": \"MAC地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"model\",\n \"name\": \"型号\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"company\",\n \"name\": \"厂商\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n }\n ],\n \"groupId\": 2,\n \"groupTag\": null,\n \"ipAddress\": \"172.17.164.1\",\n \"macAddress\": \"00-74-9C-8F-F3-7D\",\n \"metrics\": [\n {\n \"code\": \"cpuRate\",\n \"name\": \"CPU利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n },\n {\n \"code\": \"memRate\",\n \"name\": \"内存利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n }\n ]\n },\n \"targetObj\": {\n \"id\": \"000000001769c30d\",\n \"name\": \"TJYF-EG166.1\",\n \"ciType\": \"ruijieRouter\",\n \"ciName\": \"ruijieRouter\",\n \"operation\": \"delete\",\n \"attributes\": [\n {\n \"code\": \"ipAddress\",\n \"name\": \"IP地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"macAddress\",\n \"name\": \"MAC地址\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"model\",\n \"name\": \"型号\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n },\n {\n \"code\": \"company\",\n \"name\": \"厂商\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": true,\n \"tags\": false\n }\n ],\n \"groupId\": 2,\n \"groupTag\": null,\n \"ipAddress\": \"172.17.166.1\",\n \"macAddress\": \"00-74-9C-51-85-F3\",\n \"metrics\": [\n {\n \"code\": \"cpuRate\",\n \"name\": \"CPU利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n },\n {\n \"code\": \"memRate\",\n \"name\": \"内存利用率\",\n \"value\": \"\",\n \"state\": \"normal\",\n \"tips\": false,\n \"tags\": true\n }\n ]\n },\n \"type\": \"link\",\n \"dtype\": \"link\",\n \"isbinding\": true,\n \"linkstyle\": \"dym\",\n \"recordStyle\": {\n \"color\": \"#90EE90\",\n \"edgeWidth\": 1,\n \"direction\": \"none\",\n \"lineType\": \"solid\"\n },\n \"font\": \" 12px 黑体\",\n \"color\": \"#000\",\n \"lineHeight\": 20,\n \"background\": null,\n \"vAlign\": \"top\",\n \"fontPx\": 12,\n \"fontSize\": 12,\n \"fontParam\": {\n \"fontSize\": 12,\n \"font\": \"黑体\",\n \"bold\": \"\",\n \"italic\": \"\"\n }\n }\n }\n ]\n}",
617
+ "ciAndResource": null
618
+ }