LangChao.json 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761
  1. {
  2. "line": 4,
  3. "list": 3,
  4. "intervalW": 0.1,
  5. "intervalL": 1,
  6. "cabinetW": 0.6,
  7. "cabinetH": 2,
  8. "bladeSeverNumber": 4,
  9. "bIntervalH": 0.2,
  10. "firstBladeSeverH": 0.4,
  11. "TagOffestPosY": 1,
  12. "CameraFar": 10,
  13. "roomName": "4A-23",
  14. "totalCapacity": 8520,
  15. "usedCapacity": 4420,
  16. "totalPower": 1278,
  17. "usedPower": 846.24,
  18. "totalLoadBearing": 85.2,
  19. "usedBearing": 46.83,
  20. "listTagData": [
  21. {
  22. "id": 65,
  23. "pos": {
  24. "x": 0,
  25. "y": 0,
  26. "z": 0
  27. },
  28. "rot": {
  29. "x": 0,
  30. "y": 180,
  31. "z": 0
  32. },
  33. "offestPos": {
  34. "x": 0,
  35. "y": 0,
  36. "z": 0
  37. },
  38. "offestrot": {
  39. "x": 0,
  40. "y": 0,
  41. "z": 0
  42. }
  43. },
  44. {
  45. "id": 22,
  46. "pos": {
  47. "x": 0,
  48. "y": 0,
  49. "z": 0
  50. },
  51. "rot": {
  52. "x": 0,
  53. "y": 180,
  54. "z": 0
  55. },
  56. "offestPos": {
  57. "x": 0,
  58. "y": 0,
  59. "z": 0
  60. },
  61. "offestrot": {
  62. "x": 0,
  63. "y": 0,
  64. "z": 0
  65. }
  66. },
  67. {
  68. "id": 23,
  69. "pos": {
  70. "x": 0,
  71. "y": 0,
  72. "z": 0
  73. },
  74. "rot": {
  75. "x": 0,
  76. "y": 180,
  77. "z": 0
  78. },
  79. "offestPos": {
  80. "x": 0,
  81. "y": 0,
  82. "z": 0
  83. },
  84. "offestrot": {
  85. "x": 0,
  86. "y": 0,
  87. "z": 0
  88. }
  89. },
  90. {
  91. "id": 141,
  92. "pos": {
  93. "x": 0,
  94. "y": 0,
  95. "z": 0
  96. },
  97. "rot": {
  98. "x": 0,
  99. "y": 180,
  100. "z": 0
  101. },
  102. "offestPos": {
  103. "x": 0,
  104. "y": 0,
  105. "z": 0
  106. },
  107. "offestrot": {
  108. "x": 0,
  109. "y": 0,
  110. "z": 0
  111. }
  112. },
  113. {
  114. "id": 142,
  115. "pos": {
  116. "x": 0,
  117. "y": 0,
  118. "z": 0
  119. },
  120. "rot": {
  121. "x": 0,
  122. "y": 180,
  123. "z": 0
  124. },
  125. "offestPos": {
  126. "x": 0,
  127. "y": 0,
  128. "z": 0
  129. },
  130. "offestrot": {
  131. "x": 0,
  132. "y": 0,
  133. "z": 0
  134. }
  135. }
  136. ],
  137. "listEquipmentData": [
  138. {
  139. "deviceId": 1,
  140. "deviceName": "设备1",
  141. "tagID": 6,
  142. "offsetPos": {
  143. "x": 0,
  144. "y": 0,
  145. "z": 0
  146. },
  147. "eulerAxle": 3,
  148. "carryingSystem": "承载系统1",
  149. "deviceLocation": "4A-23机房",
  150. "equipmentType": "机柜",
  151. "equipmentModel": null,
  152. "factory": null,
  153. "specification": null,
  154. "alarmLevel": null,
  155. "alarmTimes": null,
  156. "listDevicesParameters": [
  157. {
  158. "deviceId": 2,
  159. "deviceName": "NetView4000_2",
  160. "deviceModel": "NetView4000",
  161. "deviceType": "流量溯源",
  162. "assetTagNumber": "781010G002AAAAAAA",
  163. "serialNumber": "B4U120800057",
  164. "equipmentNumber": "HW-SEC-OTBBBBB",
  165. "assetStatus": null,
  166. "deviceStatus": "运行中",
  167. "deliveryData": "2022-11-25",
  168. "enabledDate": "2022-05-31",
  169. "serverUsageType": null,
  170. "typicalModel": null,
  171. "equipmentBrand": "神州数码",
  172. "manufacturer": "神州数码",
  173. "equipmentWeight": 30,
  174. "equipmentPower": 1200,
  175. "originType": "国产",
  176. "collectionCPName": "其它安...",
  177. "resourcePool": "湘潭资源池",
  178. "wherePOD": "PUB1-1",
  179. "networkDomain": "公共域",
  180. "city": "湖南",
  181. "building": "二级楼",
  182. "floor": "5",
  183. "computerRoomName": "507机房",
  184. "computerRoomCoding": "ITC-4300000...",
  185. "cabinetNumber": "P06",
  186. "uMessage": "24-24",
  187. "deviceOrientation": "前",
  188. "manageIP": "10.207.90.50",
  189. "saveIP": null,
  190. "iPMIIP": null,
  191. "businessIP": null,
  192. "projectName": "2021年IT基础...",
  193. "equipmentSupplier": "神州数码",
  194. "assetOwner": "陈国威(chen guo wei)",
  195. "territorialPAManager": "张泽宇(zhang ze yu)",
  196. "equipmentBTTOrganization": "中移动信息",
  197. "facilityManagementOrganization": null,
  198. "equipmentMaintenanceOrganization": "湖南公司信...",
  199. "businessSystem": null
  200. }
  201. ]
  202. },
  203. {
  204. "deviceId": 2,
  205. "deviceName": "设备2",
  206. "tagID": 15,
  207. "offsetPos": {
  208. "x": 0,
  209. "y": 0,
  210. "z": 0
  211. },
  212. "eulerAxle": 3,
  213. "carryingSystem": "承载系统1",
  214. "deviceLocation": "4A-23机房",
  215. "equipmentType": "机柜",
  216. "equipmentModel": null,
  217. "factory": null,
  218. "specification": null,
  219. "alarmLevel": null,
  220. "alarmTimes": null,
  221. "listDevicesParameters": [
  222. {
  223. "deviceId": 1,
  224. "deviceName": "NetView4000_1",
  225. "deviceModel": "NetView4000",
  226. "deviceType": "流量溯源",
  227. "assetTagNumber": "781010G001AAAAAAA",
  228. "serialNumber": "B4U120800057",
  229. "equipmentNumber": "HW-SEC-OTAAAAAA",
  230. "assetStatus": null,
  231. "deviceStatus": "运行中",
  232. "deliveryData": "2022-11-25",
  233. "enabledDate": "2022-05-31",
  234. "serverUsageType": null,
  235. "typicalModel": null,
  236. "equipmentBrand": "神州数码",
  237. "manufacturer": "神州数码",
  238. "equipmentWeight": 30,
  239. "equipmentPower": 1200,
  240. "originType": "国产",
  241. "collectionCPName": "其它安...",
  242. "resourcePool": "湘潭资源池",
  243. "wherePOD": "PUB1-1",
  244. "networkDomain": "公共域",
  245. "city": "湖南",
  246. "building": "二级楼",
  247. "floor": "5",
  248. "computerRoomName": "507机房",
  249. "computerRoomCoding": "ITC-4300000...",
  250. "cabinetNumber": "P06",
  251. "uMessage": "24-24",
  252. "deviceOrientation": "前",
  253. "manageIP": "10.207.90.50",
  254. "saveIP": null,
  255. "iPMIIP": null,
  256. "businessIP": null,
  257. "projectName": "2021年IT基础...",
  258. "equipmentSupplier": "神州数码",
  259. "assetOwner": "陈国威(chen guo wei)",
  260. "territorialPAManager": "张泽宇(zhang ze yu)",
  261. "equipmentBTTOrganization": "中移动信息",
  262. "facilityManagementOrganization": null,
  263. "equipmentMaintenanceOrganization": "湖南公司信...",
  264. "businessSystem": null
  265. }
  266. ]
  267. },
  268. {
  269. "deviceId": 3,
  270. "deviceName": "设备3",
  271. "tagID": 26,
  272. "offsetPos": {
  273. "x": 0,
  274. "y": 0,
  275. "z": 0
  276. },
  277. "eulerAxle": 3,
  278. "carryingSystem": "承载系统1",
  279. "deviceLocation": "4A-23机房",
  280. "equipmentType": "机柜",
  281. "equipmentModel": null,
  282. "factory": null,
  283. "specification": null,
  284. "alarmLevel": null,
  285. "alarmTimes": null,
  286. "listDevicesParameters": [
  287. {
  288. "deviceId": 2,
  289. "deviceName": "NetView4000_2",
  290. "deviceModel": "NetView4000",
  291. "deviceType": "流量溯源",
  292. "assetTagNumber": "781010G002AAAAAAA",
  293. "serialNumber": "B4U120800057",
  294. "equipmentNumber": "HW-SEC-OTBBBBB",
  295. "assetStatus": null,
  296. "deviceStatus": "运行中",
  297. "deliveryData": "2022-11-25",
  298. "enabledDate": "2022-05-31",
  299. "serverUsageType": null,
  300. "typicalModel": null,
  301. "equipmentBrand": "神州数码",
  302. "manufacturer": "神州数码",
  303. "equipmentWeight": 30,
  304. "equipmentPower": 1200,
  305. "originType": "国产",
  306. "collectionCPName": "其它安...",
  307. "resourcePool": "湘潭资源池",
  308. "wherePOD": "PUB1-1",
  309. "networkDomain": "公共域",
  310. "city": "湖南",
  311. "building": "二级楼",
  312. "floor": "5",
  313. "computerRoomName": "507机房",
  314. "computerRoomCoding": "ITC-4300000...",
  315. "cabinetNumber": "P06",
  316. "uMessage": "24-24",
  317. "deviceOrientation": "前",
  318. "manageIP": "10.207.90.50",
  319. "saveIP": null,
  320. "iPMIIP": null,
  321. "businessIP": null,
  322. "projectName": "2021年IT基础...",
  323. "equipmentSupplier": "神州数码",
  324. "assetOwner": "陈国威(chen guo wei)",
  325. "territorialPAManager": "张泽宇(zhang ze yu)",
  326. "equipmentBTTOrganization": "中移动信息",
  327. "facilityManagementOrganization": null,
  328. "equipmentMaintenanceOrganization": "湖南公司信...",
  329. "businessSystem": null
  330. }
  331. ]
  332. },
  333. {
  334. "deviceId": 4,
  335. "deviceName": "设备4",
  336. "tagID": 27,
  337. "offsetPos": {
  338. "x": 0,
  339. "y": 0,
  340. "z": 0
  341. },
  342. "eulerAxle": 3,
  343. "carryingSystem": "承载系统1",
  344. "deviceLocation": "4A-23机房",
  345. "equipmentType": "机柜",
  346. "equipmentModel": null,
  347. "factory": null,
  348. "specification": null,
  349. "alarmLevel": null,
  350. "alarmTimes": null,
  351. "listDevicesParameters": [
  352. {
  353. "deviceId": 1,
  354. "deviceName": "NetView4000_1",
  355. "deviceModel": "NetView4000",
  356. "deviceType": "流量溯源",
  357. "assetTagNumber": "781010G001AAAAAAA",
  358. "serialNumber": "B4U120800057",
  359. "equipmentNumber": "HW-SEC-OTAAAAAA",
  360. "assetStatus": null,
  361. "deviceStatus": "运行中",
  362. "deliveryData": "2022-11-25",
  363. "enabledDate": "2022-05-31",
  364. "serverUsageType": null,
  365. "typicalModel": null,
  366. "equipmentBrand": "神州数码",
  367. "manufacturer": "神州数码",
  368. "equipmentWeight": 30,
  369. "equipmentPower": 1200,
  370. "originType": "国产",
  371. "collectionCPName": "其它安...",
  372. "resourcePool": "湘潭资源池",
  373. "wherePOD": "PUB1-1",
  374. "networkDomain": "公共域",
  375. "city": "湖南",
  376. "building": "二级楼",
  377. "floor": "5",
  378. "computerRoomName": "507机房",
  379. "computerRoomCoding": "ITC-4300000...",
  380. "cabinetNumber": "P06",
  381. "uMessage": "24-24",
  382. "deviceOrientation": "前",
  383. "manageIP": "10.207.90.50",
  384. "saveIP": null,
  385. "iPMIIP": null,
  386. "businessIP": null,
  387. "projectName": "2021年IT基础...",
  388. "equipmentSupplier": "神州数码",
  389. "assetOwner": "陈国威(chen guo wei)",
  390. "territorialPAManager": "张泽宇(zhang ze yu)",
  391. "equipmentBTTOrganization": "中移动信息",
  392. "facilityManagementOrganization": null,
  393. "equipmentMaintenanceOrganization": "湖南公司信...",
  394. "businessSystem": null
  395. }
  396. ]
  397. },
  398. {
  399. "deviceId": 5,
  400. "deviceName": "设备5",
  401. "tagID": 28,
  402. "offsetPos": {
  403. "x": 0,
  404. "y": 0,
  405. "z": 0
  406. },
  407. "eulerAxle": 3,
  408. "carryingSystem": "承载系统1",
  409. "deviceLocation": "4A-23机房",
  410. "equipmentType": "机柜",
  411. "equipmentModel": null,
  412. "factory": null,
  413. "specification": null,
  414. "alarmLevel": null,
  415. "alarmTimes": null,
  416. "listDevicesParameters": [
  417. {
  418. "deviceId": 2,
  419. "deviceName": "NetView4000_2",
  420. "deviceModel": "NetView4000",
  421. "deviceType": "流量溯源",
  422. "assetTagNumber": "781010G002AAAAAAA",
  423. "serialNumber": "B4U120800057",
  424. "equipmentNumber": "HW-SEC-OTBBBBB",
  425. "assetStatus": null,
  426. "deviceStatus": "运行中",
  427. "deliveryData": "2022-11-25",
  428. "enabledDate": "2022-05-31",
  429. "serverUsageType": null,
  430. "typicalModel": null,
  431. "equipmentBrand": "神州数码",
  432. "manufacturer": "神州数码",
  433. "equipmentWeight": 30,
  434. "equipmentPower": 1200,
  435. "originType": "国产",
  436. "collectionCPName": "其它安...",
  437. "resourcePool": "湘潭资源池",
  438. "wherePOD": "PUB1-1",
  439. "networkDomain": "公共域",
  440. "city": "湖南",
  441. "building": "二级楼",
  442. "floor": "5",
  443. "computerRoomName": "507机房",
  444. "computerRoomCoding": "ITC-4300000...",
  445. "cabinetNumber": "P06",
  446. "uMessage": "24-24",
  447. "deviceOrientation": "前",
  448. "manageIP": "10.207.90.50",
  449. "saveIP": null,
  450. "iPMIIP": null,
  451. "businessIP": null,
  452. "projectName": "2021年IT基础...",
  453. "equipmentSupplier": "神州数码",
  454. "assetOwner": "陈国威(chen guo wei)",
  455. "territorialPAManager": "张泽宇(zhang ze yu)",
  456. "equipmentBTTOrganization": "中移动信息",
  457. "facilityManagementOrganization": null,
  458. "equipmentMaintenanceOrganization": "湖南公司信...",
  459. "businessSystem": null
  460. }
  461. ]
  462. },
  463. {
  464. "deviceId": 6,
  465. "deviceName": "设备6",
  466. "tagID": 30,
  467. "offsetPos": {
  468. "x": 0,
  469. "y": 0,
  470. "z": 0
  471. },
  472. "eulerAxle": 3,
  473. "carryingSystem": "承载系统1",
  474. "deviceLocation": "4A-23机房",
  475. "equipmentType": "机柜",
  476. "equipmentModel": null,
  477. "factory": null,
  478. "specification": null,
  479. "alarmLevel": null,
  480. "alarmTimes": null,
  481. "listDevicesParameters": [
  482. {
  483. "deviceId": 1,
  484. "deviceName": "NetView4000_1",
  485. "deviceModel": "NetView4000",
  486. "deviceType": "流量溯源",
  487. "assetTagNumber": "781010G001AAAAAAA",
  488. "serialNumber": "B4U120800057",
  489. "equipmentNumber": "HW-SEC-OTAAAAAA",
  490. "assetStatus": null,
  491. "deviceStatus": "运行中",
  492. "deliveryData": "2022-11-25",
  493. "enabledDate": "2022-05-31",
  494. "serverUsageType": null,
  495. "typicalModel": null,
  496. "equipmentBrand": "神州数码",
  497. "manufacturer": "神州数码",
  498. "equipmentWeight": 30,
  499. "equipmentPower": 1200,
  500. "originType": "国产",
  501. "collectionCPName": "其它安...",
  502. "resourcePool": "湘潭资源池",
  503. "wherePOD": "PUB1-1",
  504. "networkDomain": "公共域",
  505. "city": "湖南",
  506. "building": "二级楼",
  507. "floor": "5",
  508. "computerRoomName": "507机房",
  509. "computerRoomCoding": "ITC-4300000...",
  510. "cabinetNumber": "P06",
  511. "uMessage": "24-24",
  512. "deviceOrientation": "前",
  513. "manageIP": "10.207.90.50",
  514. "saveIP": null,
  515. "iPMIIP": null,
  516. "businessIP": null,
  517. "projectName": "2021年IT基础...",
  518. "equipmentSupplier": "神州数码",
  519. "assetOwner": "陈国威(chen guo wei)",
  520. "territorialPAManager": "张泽宇(zhang ze yu)",
  521. "equipmentBTTOrganization": "中移动信息",
  522. "facilityManagementOrganization": null,
  523. "equipmentMaintenanceOrganization": "湖南公司信...",
  524. "businessSystem": null
  525. }
  526. ]
  527. },
  528. {
  529. "deviceId": 7,
  530. "deviceName": "设备7",
  531. "tagID": 31,
  532. "offsetPos": {
  533. "x": 0,
  534. "y": 0,
  535. "z": 0
  536. },
  537. "eulerAxle": 3,
  538. "carryingSystem": "承载系统1",
  539. "deviceLocation": "4A-23机房",
  540. "equipmentType": "机柜",
  541. "equipmentModel": null,
  542. "factory": null,
  543. "specification": null,
  544. "alarmLevel": null,
  545. "alarmTimes": null,
  546. "listDevicesParameters": [
  547. {
  548. "deviceId": 2,
  549. "deviceName": "NetView4000_2",
  550. "deviceModel": "NetView4000",
  551. "deviceType": "流量溯源",
  552. "assetTagNumber": "781010G002AAAAAAA",
  553. "serialNumber": "B4U120800057",
  554. "equipmentNumber": "HW-SEC-OTBBBBB",
  555. "assetStatus": null,
  556. "deviceStatus": "运行中",
  557. "deliveryData": "2022-11-25",
  558. "enabledDate": "2022-05-31",
  559. "serverUsageType": null,
  560. "typicalModel": null,
  561. "equipmentBrand": "神州数码",
  562. "manufacturer": "神州数码",
  563. "equipmentWeight": 30,
  564. "equipmentPower": 1200,
  565. "originType": "国产",
  566. "collectionCPName": "其它安...",
  567. "resourcePool": "湘潭资源池",
  568. "wherePOD": "PUB1-1",
  569. "networkDomain": "公共域",
  570. "city": "湖南",
  571. "building": "二级楼",
  572. "floor": "5",
  573. "computerRoomName": "507机房",
  574. "computerRoomCoding": "ITC-4300000...",
  575. "cabinetNumber": "P06",
  576. "uMessage": "24-24",
  577. "deviceOrientation": "前",
  578. "manageIP": "10.207.90.50",
  579. "saveIP": null,
  580. "iPMIIP": null,
  581. "businessIP": null,
  582. "projectName": "2021年IT基础...",
  583. "equipmentSupplier": "神州数码",
  584. "assetOwner": "陈国威(chen guo wei)",
  585. "territorialPAManager": "张泽宇(zhang ze yu)",
  586. "equipmentBTTOrganization": "中移动信息",
  587. "facilityManagementOrganization": null,
  588. "equipmentMaintenanceOrganization": "湖南公司信...",
  589. "businessSystem": null
  590. }
  591. ]
  592. },
  593. {
  594. "deviceId": 8,
  595. "deviceName": "设备8",
  596. "tagID": 32,
  597. "offsetPos": {
  598. "x": 0,
  599. "y": 0,
  600. "z": 0
  601. },
  602. "eulerAxle": 3,
  603. "carryingSystem": "承载系统1",
  604. "deviceLocation": "4A-23机房",
  605. "equipmentType": "机柜",
  606. "equipmentModel": null,
  607. "factory": null,
  608. "specification": null,
  609. "alarmLevel": null,
  610. "alarmTimes": null,
  611. "listDevicesParameters": [
  612. {
  613. "deviceId": 1,
  614. "deviceName": "NetView4000_1",
  615. "deviceModel": "NetView4000",
  616. "deviceType": "流量溯源",
  617. "assetTagNumber": "781010G001AAAAAAA",
  618. "serialNumber": "B4U120800057",
  619. "equipmentNumber": "HW-SEC-OTAAAAAA",
  620. "assetStatus": null,
  621. "deviceStatus": "运行中",
  622. "deliveryData": "2022-11-25",
  623. "enabledDate": "2022-05-31",
  624. "serverUsageType": null,
  625. "typicalModel": null,
  626. "equipmentBrand": "神州数码",
  627. "manufacturer": "神州数码",
  628. "equipmentWeight": 30,
  629. "equipmentPower": 1200,
  630. "originType": "国产",
  631. "collectionCPName": "其它安...",
  632. "resourcePool": "湘潭资源池",
  633. "wherePOD": "PUB1-1",
  634. "networkDomain": "公共域",
  635. "city": "湖南",
  636. "building": "二级楼",
  637. "floor": "5",
  638. "computerRoomName": "507机房",
  639. "computerRoomCoding": "ITC-4300000...",
  640. "cabinetNumber": "P06",
  641. "uMessage": "24-24",
  642. "deviceOrientation": "前",
  643. "manageIP": "10.207.90.50",
  644. "saveIP": null,
  645. "iPMIIP": null,
  646. "businessIP": null,
  647. "projectName": "2021年IT基础...",
  648. "equipmentSupplier": "神州数码",
  649. "assetOwner": "陈国威(chen guo wei)",
  650. "territorialPAManager": "张泽宇(zhang ze yu)",
  651. "equipmentBTTOrganization": "中移动信息",
  652. "facilityManagementOrganization": null,
  653. "equipmentMaintenanceOrganization": "湖南公司信...",
  654. "businessSystem": null
  655. }
  656. ]
  657. },
  658. {
  659. "deviceId": 9,
  660. "deviceName": "设备9",
  661. "tagID": 35,
  662. "offsetPos": {
  663. "x": 0,
  664. "y": 0,
  665. "z": 0
  666. },
  667. "eulerAxle": 3,
  668. "carryingSystem": "承载系统1",
  669. "deviceLocation": "4A-23机房",
  670. "equipmentType": "机柜",
  671. "equipmentModel": null,
  672. "factory": null,
  673. "specification": null,
  674. "alarmLevel": null,
  675. "alarmTimes": null,
  676. "listDevicesParameters": [
  677. {
  678. "deviceId": 2,
  679. "deviceName": "NetView4000_2",
  680. "deviceModel": "NetView4000",
  681. "deviceType": "流量溯源",
  682. "assetTagNumber": "781010G002AAAAAAA",
  683. "serialNumber": "B4U120800057",
  684. "equipmentNumber": "HW-SEC-OTBBBBB",
  685. "assetStatus": null,
  686. "deviceStatus": "运行中",
  687. "deliveryData": "2022-11-25",
  688. "enabledDate": "2022-05-31",
  689. "serverUsageType": null,
  690. "typicalModel": null,
  691. "equipmentBrand": "神州数码",
  692. "manufacturer": "神州数码",
  693. "equipmentWeight": 30,
  694. "equipmentPower": 1200,
  695. "originType": "国产",
  696. "collectionCPName": "其它安...",
  697. "resourcePool": "湘潭资源池",
  698. "wherePOD": "PUB1-1",
  699. "networkDomain": "公共域",
  700. "city": "湖南",
  701. "building": "二级楼",
  702. "floor": "5",
  703. "computerRoomName": "507机房",
  704. "computerRoomCoding": "ITC-4300000...",
  705. "cabinetNumber": "P06",
  706. "uMessage": "24-24",
  707. "deviceOrientation": "前",
  708. "manageIP": "10.207.90.50",
  709. "saveIP": null,
  710. "iPMIIP": null,
  711. "businessIP": null,
  712. "projectName": "2021年IT基础...",
  713. "equipmentSupplier": "神州数码",
  714. "assetOwner": "陈国威(chen guo wei)",
  715. "territorialPAManager": "张泽宇(zhang ze yu)",
  716. "equipmentBTTOrganization": "中移动信息",
  717. "facilityManagementOrganization": null,
  718. "equipmentMaintenanceOrganization": "湖南公司信...",
  719. "businessSystem": null
  720. }
  721. ]
  722. },
  723. {
  724. "deviceId": 10,
  725. "deviceName": "设备10",
  726. "tagID": 36,
  727. "offsetPos": {
  728. "x": 0,
  729. "y": 0,
  730. "z": 0
  731. },
  732. "eulerAxle": 3,
  733. "carryingSystem": "承载系统1",
  734. "deviceLocation": "4A-23机房",
  735. "equipmentType": "机柜",
  736. "equipmentModel": null,
  737. "factory": null,
  738. "specification": null,
  739. "alarmLevel": null,
  740. "alarmTimes": null,
  741. "listDevicesParameters": [
  742. {
  743. "deviceId": 1,
  744. "deviceName": "NetView4000_1",
  745. "deviceModel": "NetView4000",
  746. "deviceType": "流量溯源",
  747. "assetTagNumber": "781010G001AAAAAAA",
  748. "serialNumber": "B4U120800057",
  749. "equipmentNumber": "HW-SEC-OTAAAAAA",
  750. "assetStatus": null,
  751. "deviceStatus": "运行中",
  752. "deliveryData": "2022-11-25",
  753. "enabledDate": "2022-05-31",
  754. "serverUsageType": null,
  755. "typicalModel": null,
  756. "equipmentBrand": "神州数码",
  757. "manufacturer": "神州数码",
  758. "equipmentWeight": 30,
  759. "equipmentPower": 1200,
  760. "originType": "国产",
  761. "collectionCPName": "其它安...",
  762. "resourcePool": "湘潭资源池",
  763. "wherePOD": "PUB1-1",
  764. "networkDomain": "公共域",
  765. "city": "湖南",
  766. "building": "二级楼",
  767. "floor": "5",
  768. "computerRoomName": "507机房",
  769. "computerRoomCoding": "ITC-4300000...",
  770. "cabinetNumber": "P06",
  771. "uMessage": "24-24",
  772. "deviceOrientation": "前",
  773. "manageIP": "10.207.90.50",
  774. "saveIP": null,
  775. "iPMIIP": null,
  776. "businessIP": null,
  777. "projectName": "2021年IT基础...",
  778. "equipmentSupplier": "神州数码",
  779. "assetOwner": "陈国威(chen guo wei)",
  780. "territorialPAManager": "张泽宇(zhang ze yu)",
  781. "equipmentBTTOrganization": "中移动信息",
  782. "facilityManagementOrganization": null,
  783. "equipmentMaintenanceOrganization": "湖南公司信...",
  784. "businessSystem": null
  785. }
  786. ]
  787. },
  788. {
  789. "deviceId": 11,
  790. "deviceName": "设备11",
  791. "tagID": 38,
  792. "offsetPos": {
  793. "x": 0,
  794. "y": 0,
  795. "z": 0
  796. },
  797. "eulerAxle": 3,
  798. "carryingSystem": "承载系统1",
  799. "deviceLocation": "4A-23机房",
  800. "equipmentType": "机柜",
  801. "equipmentModel": null,
  802. "factory": null,
  803. "specification": null,
  804. "alarmLevel": null,
  805. "alarmTimes": null,
  806. "listDevicesParameters": [
  807. {
  808. "deviceId": 2,
  809. "deviceName": "NetView4000_2",
  810. "deviceModel": "NetView4000",
  811. "deviceType": "流量溯源",
  812. "assetTagNumber": "781010G002AAAAAAA",
  813. "serialNumber": "B4U120800057",
  814. "equipmentNumber": "HW-SEC-OTBBBBB",
  815. "assetStatus": null,
  816. "deviceStatus": "运行中",
  817. "deliveryData": "2022-11-25",
  818. "enabledDate": "2022-05-31",
  819. "serverUsageType": null,
  820. "typicalModel": null,
  821. "equipmentBrand": "神州数码",
  822. "manufacturer": "神州数码",
  823. "equipmentWeight": 30,
  824. "equipmentPower": 1200,
  825. "originType": "国产",
  826. "collectionCPName": "其它安...",
  827. "resourcePool": "湘潭资源池",
  828. "wherePOD": "PUB1-1",
  829. "networkDomain": "公共域",
  830. "city": "湖南",
  831. "building": "二级楼",
  832. "floor": "5",
  833. "computerRoomName": "507机房",
  834. "computerRoomCoding": "ITC-4300000...",
  835. "cabinetNumber": "P06",
  836. "uMessage": "24-24",
  837. "deviceOrientation": "前",
  838. "manageIP": "10.207.90.50",
  839. "saveIP": null,
  840. "iPMIIP": null,
  841. "businessIP": null,
  842. "projectName": "2021年IT基础...",
  843. "equipmentSupplier": "神州数码",
  844. "assetOwner": "陈国威(chen guo wei)",
  845. "territorialPAManager": "张泽宇(zhang ze yu)",
  846. "equipmentBTTOrganization": "中移动信息",
  847. "facilityManagementOrganization": null,
  848. "equipmentMaintenanceOrganization": "湖南公司信...",
  849. "businessSystem": null
  850. }
  851. ]
  852. },
  853. {
  854. "deviceId": 12,
  855. "deviceName": "设备12",
  856. "tagID": 41,
  857. "offsetPos": {
  858. "x": 0,
  859. "y": 0,
  860. "z": 0
  861. },
  862. "eulerAxle": 3,
  863. "carryingSystem": "承载系统1",
  864. "deviceLocation": "4A-23机房",
  865. "equipmentType": "机柜",
  866. "equipmentModel": null,
  867. "factory": null,
  868. "specification": null,
  869. "alarmLevel": null,
  870. "alarmTimes": null,
  871. "listDevicesParameters": [
  872. {
  873. "deviceId": 1,
  874. "deviceName": "NetView4000_1",
  875. "deviceModel": "NetView4000",
  876. "deviceType": "流量溯源",
  877. "assetTagNumber": "781010G001AAAAAAA",
  878. "serialNumber": "B4U120800057",
  879. "equipmentNumber": "HW-SEC-OTAAAAAA",
  880. "assetStatus": null,
  881. "deviceStatus": "运行中",
  882. "deliveryData": "2022-11-25",
  883. "enabledDate": "2022-05-31",
  884. "serverUsageType": null,
  885. "typicalModel": null,
  886. "equipmentBrand": "神州数码",
  887. "manufacturer": "神州数码",
  888. "equipmentWeight": 30,
  889. "equipmentPower": 1200,
  890. "originType": "国产",
  891. "collectionCPName": "其它安...",
  892. "resourcePool": "湘潭资源池",
  893. "wherePOD": "PUB1-1",
  894. "networkDomain": "公共域",
  895. "city": "湖南",
  896. "building": "二级楼",
  897. "floor": "5",
  898. "computerRoomName": "507机房",
  899. "computerRoomCoding": "ITC-4300000...",
  900. "cabinetNumber": "P06",
  901. "uMessage": "24-24",
  902. "deviceOrientation": "前",
  903. "manageIP": "10.207.90.50",
  904. "saveIP": null,
  905. "iPMIIP": null,
  906. "businessIP": null,
  907. "projectName": "2021年IT基础...",
  908. "equipmentSupplier": "神州数码",
  909. "assetOwner": "陈国威(chen guo wei)",
  910. "territorialPAManager": "张泽宇(zhang ze yu)",
  911. "equipmentBTTOrganization": "中移动信息",
  912. "facilityManagementOrganization": null,
  913. "equipmentMaintenanceOrganization": "湖南公司信...",
  914. "businessSystem": null
  915. }
  916. ]
  917. },
  918. {
  919. "deviceId": 1,
  920. "deviceName": "设备1",
  921. "tagID": 6,
  922. "offsetPos": {
  923. "x": 0,
  924. "y": 0,
  925. "z": 0
  926. },
  927. "eulerAxle": 3,
  928. "carryingSystem": "承载系统1",
  929. "deviceLocation": "4A-23机房",
  930. "equipmentType": "机柜",
  931. "equipmentModel": null,
  932. "factory": null,
  933. "specification": null,
  934. "alarmLevel": null,
  935. "alarmTimes": null,
  936. "listDevicesParameters": [
  937. {
  938. "deviceId": 2,
  939. "deviceName": "NetView4000_2",
  940. "deviceModel": "NetView4000",
  941. "deviceType": "流量溯源",
  942. "assetTagNumber": "781010G002AAAAAAA",
  943. "serialNumber": "B4U120800057",
  944. "equipmentNumber": "HW-SEC-OTBBBBB",
  945. "assetStatus": null,
  946. "deviceStatus": "运行中",
  947. "deliveryData": "2022-11-25",
  948. "enabledDate": "2022-05-31",
  949. "serverUsageType": null,
  950. "typicalModel": null,
  951. "equipmentBrand": "神州数码",
  952. "manufacturer": "神州数码",
  953. "equipmentWeight": 30,
  954. "equipmentPower": 1200,
  955. "originType": "国产",
  956. "collectionCPName": "其它安...",
  957. "resourcePool": "湘潭资源池",
  958. "wherePOD": "PUB1-1",
  959. "networkDomain": "公共域",
  960. "city": "湖南",
  961. "building": "二级楼",
  962. "floor": "5",
  963. "computerRoomName": "507机房",
  964. "computerRoomCoding": "ITC-4300000...",
  965. "cabinetNumber": "P06",
  966. "uMessage": "24-24",
  967. "deviceOrientation": "前",
  968. "manageIP": "10.207.90.50",
  969. "saveIP": null,
  970. "iPMIIP": null,
  971. "businessIP": null,
  972. "projectName": "2021年IT基础...",
  973. "equipmentSupplier": "神州数码",
  974. "assetOwner": "陈国威(chen guo wei)",
  975. "territorialPAManager": "张泽宇(zhang ze yu)",
  976. "equipmentBTTOrganization": "中移动信息",
  977. "facilityManagementOrganization": null,
  978. "equipmentMaintenanceOrganization": "湖南公司信...",
  979. "businessSystem": null
  980. }
  981. ]
  982. },
  983. {
  984. "deviceId": 2,
  985. "deviceName": "设备2",
  986. "tagID": 15,
  987. "offsetPos": {
  988. "x": 0,
  989. "y": 0,
  990. "z": 0
  991. },
  992. "eulerAxle": 3,
  993. "carryingSystem": "承载系统1",
  994. "deviceLocation": "4A-23机房",
  995. "equipmentType": "机柜",
  996. "equipmentModel": null,
  997. "factory": null,
  998. "specification": null,
  999. "alarmLevel": null,
  1000. "alarmTimes": null,
  1001. "listDevicesParameters": [
  1002. {
  1003. "deviceId": 1,
  1004. "deviceName": "NetView4000_1",
  1005. "deviceModel": "NetView4000",
  1006. "deviceType": "流量溯源",
  1007. "assetTagNumber": "781010G001AAAAAAA",
  1008. "serialNumber": "B4U120800057",
  1009. "equipmentNumber": "HW-SEC-OTAAAAAA",
  1010. "assetStatus": null,
  1011. "deviceStatus": "运行中",
  1012. "deliveryData": "2022-11-25",
  1013. "enabledDate": "2022-05-31",
  1014. "serverUsageType": null,
  1015. "typicalModel": null,
  1016. "equipmentBrand": "神州数码",
  1017. "manufacturer": "神州数码",
  1018. "equipmentWeight": 30,
  1019. "equipmentPower": 1200,
  1020. "originType": "国产",
  1021. "collectionCPName": "其它安...",
  1022. "resourcePool": "湘潭资源池",
  1023. "wherePOD": "PUB1-1",
  1024. "networkDomain": "公共域",
  1025. "city": "湖南",
  1026. "building": "二级楼",
  1027. "floor": "5",
  1028. "computerRoomName": "507机房",
  1029. "computerRoomCoding": "ITC-4300000...",
  1030. "cabinetNumber": "P06",
  1031. "uMessage": "24-24",
  1032. "deviceOrientation": "前",
  1033. "manageIP": "10.207.90.50",
  1034. "saveIP": null,
  1035. "iPMIIP": null,
  1036. "businessIP": null,
  1037. "projectName": "2021年IT基础...",
  1038. "equipmentSupplier": "神州数码",
  1039. "assetOwner": "陈国威(chen guo wei)",
  1040. "territorialPAManager": "张泽宇(zhang ze yu)",
  1041. "equipmentBTTOrganization": "中移动信息",
  1042. "facilityManagementOrganization": null,
  1043. "equipmentMaintenanceOrganization": "湖南公司信...",
  1044. "businessSystem": null
  1045. }
  1046. ]
  1047. },
  1048. {
  1049. "deviceId": 3,
  1050. "deviceName": "设备3",
  1051. "tagID": 26,
  1052. "offsetPos": {
  1053. "x": 0,
  1054. "y": 0,
  1055. "z": 0
  1056. },
  1057. "eulerAxle": 3,
  1058. "carryingSystem": "承载系统1",
  1059. "deviceLocation": "4A-23机房",
  1060. "equipmentType": "机柜",
  1061. "equipmentModel": null,
  1062. "factory": null,
  1063. "specification": null,
  1064. "alarmLevel": null,
  1065. "alarmTimes": null,
  1066. "listDevicesParameters": [
  1067. {
  1068. "deviceId": 2,
  1069. "deviceName": "NetView4000_2",
  1070. "deviceModel": "NetView4000",
  1071. "deviceType": "流量溯源",
  1072. "assetTagNumber": "781010G002AAAAAAA",
  1073. "serialNumber": "B4U120800057",
  1074. "equipmentNumber": "HW-SEC-OTBBBBB",
  1075. "assetStatus": null,
  1076. "deviceStatus": "运行中",
  1077. "deliveryData": "2022-11-25",
  1078. "enabledDate": "2022-05-31",
  1079. "serverUsageType": null,
  1080. "typicalModel": null,
  1081. "equipmentBrand": "神州数码",
  1082. "manufacturer": "神州数码",
  1083. "equipmentWeight": 30,
  1084. "equipmentPower": 1200,
  1085. "originType": "国产",
  1086. "collectionCPName": "其它安...",
  1087. "resourcePool": "湘潭资源池",
  1088. "wherePOD": "PUB1-1",
  1089. "networkDomain": "公共域",
  1090. "city": "湖南",
  1091. "building": "二级楼",
  1092. "floor": "5",
  1093. "computerRoomName": "507机房",
  1094. "computerRoomCoding": "ITC-4300000...",
  1095. "cabinetNumber": "P06",
  1096. "uMessage": "24-24",
  1097. "deviceOrientation": "前",
  1098. "manageIP": "10.207.90.50",
  1099. "saveIP": null,
  1100. "iPMIIP": null,
  1101. "businessIP": null,
  1102. "projectName": "2021年IT基础...",
  1103. "equipmentSupplier": "神州数码",
  1104. "assetOwner": "陈国威(chen guo wei)",
  1105. "territorialPAManager": "张泽宇(zhang ze yu)",
  1106. "equipmentBTTOrganization": "中移动信息",
  1107. "facilityManagementOrganization": null,
  1108. "equipmentMaintenanceOrganization": "湖南公司信...",
  1109. "businessSystem": null
  1110. }
  1111. ]
  1112. },
  1113. {
  1114. "deviceId": 4,
  1115. "deviceName": "设备4",
  1116. "tagID": 27,
  1117. "offsetPos": {
  1118. "x": 0,
  1119. "y": 0,
  1120. "z": 0
  1121. },
  1122. "eulerAxle": 3,
  1123. "carryingSystem": "承载系统1",
  1124. "deviceLocation": "4A-23机房",
  1125. "equipmentType": "机柜",
  1126. "equipmentModel": null,
  1127. "factory": null,
  1128. "specification": null,
  1129. "alarmLevel": null,
  1130. "alarmTimes": null,
  1131. "listDevicesParameters": [
  1132. {
  1133. "deviceId": 1,
  1134. "deviceName": "NetView4000_1",
  1135. "deviceModel": "NetView4000",
  1136. "deviceType": "流量溯源",
  1137. "assetTagNumber": "781010G001AAAAAAA",
  1138. "serialNumber": "B4U120800057",
  1139. "equipmentNumber": "HW-SEC-OTAAAAAA",
  1140. "assetStatus": null,
  1141. "deviceStatus": "运行中",
  1142. "deliveryData": "2022-11-25",
  1143. "enabledDate": "2022-05-31",
  1144. "serverUsageType": null,
  1145. "typicalModel": null,
  1146. "equipmentBrand": "神州数码",
  1147. "manufacturer": "神州数码",
  1148. "equipmentWeight": 30,
  1149. "equipmentPower": 1200,
  1150. "originType": "国产",
  1151. "collectionCPName": "其它安...",
  1152. "resourcePool": "湘潭资源池",
  1153. "wherePOD": "PUB1-1",
  1154. "networkDomain": "公共域",
  1155. "city": "湖南",
  1156. "building": "二级楼",
  1157. "floor": "5",
  1158. "computerRoomName": "507机房",
  1159. "computerRoomCoding": "ITC-4300000...",
  1160. "cabinetNumber": "P06",
  1161. "uMessage": "24-24",
  1162. "deviceOrientation": "前",
  1163. "manageIP": "10.207.90.50",
  1164. "saveIP": null,
  1165. "iPMIIP": null,
  1166. "businessIP": null,
  1167. "projectName": "2021年IT基础...",
  1168. "equipmentSupplier": "神州数码",
  1169. "assetOwner": "陈国威(chen guo wei)",
  1170. "territorialPAManager": "张泽宇(zhang ze yu)",
  1171. "equipmentBTTOrganization": "中移动信息",
  1172. "facilityManagementOrganization": null,
  1173. "equipmentMaintenanceOrganization": "湖南公司信...",
  1174. "businessSystem": null
  1175. }
  1176. ]
  1177. },
  1178. {
  1179. "deviceId": 5,
  1180. "deviceName": "设备5",
  1181. "tagID": 28,
  1182. "offsetPos": {
  1183. "x": 0,
  1184. "y": 0,
  1185. "z": 0
  1186. },
  1187. "eulerAxle": 3,
  1188. "carryingSystem": "承载系统1",
  1189. "deviceLocation": "4A-23机房",
  1190. "equipmentType": "机柜",
  1191. "equipmentModel": null,
  1192. "factory": null,
  1193. "specification": null,
  1194. "alarmLevel": null,
  1195. "alarmTimes": null,
  1196. "listDevicesParameters": [
  1197. {
  1198. "deviceId": 2,
  1199. "deviceName": "NetView4000_2",
  1200. "deviceModel": "NetView4000",
  1201. "deviceType": "流量溯源",
  1202. "assetTagNumber": "781010G002AAAAAAA",
  1203. "serialNumber": "B4U120800057",
  1204. "equipmentNumber": "HW-SEC-OTBBBBB",
  1205. "assetStatus": null,
  1206. "deviceStatus": "运行中",
  1207. "deliveryData": "2022-11-25",
  1208. "enabledDate": "2022-05-31",
  1209. "serverUsageType": null,
  1210. "typicalModel": null,
  1211. "equipmentBrand": "神州数码",
  1212. "manufacturer": "神州数码",
  1213. "equipmentWeight": 30,
  1214. "equipmentPower": 1200,
  1215. "originType": "国产",
  1216. "collectionCPName": "其它安...",
  1217. "resourcePool": "湘潭资源池",
  1218. "wherePOD": "PUB1-1",
  1219. "networkDomain": "公共域",
  1220. "city": "湖南",
  1221. "building": "二级楼",
  1222. "floor": "5",
  1223. "computerRoomName": "507机房",
  1224. "computerRoomCoding": "ITC-4300000...",
  1225. "cabinetNumber": "P06",
  1226. "uMessage": "24-24",
  1227. "deviceOrientation": "前",
  1228. "manageIP": "10.207.90.50",
  1229. "saveIP": null,
  1230. "iPMIIP": null,
  1231. "businessIP": null,
  1232. "projectName": "2021年IT基础...",
  1233. "equipmentSupplier": "神州数码",
  1234. "assetOwner": "陈国威(chen guo wei)",
  1235. "territorialPAManager": "张泽宇(zhang ze yu)",
  1236. "equipmentBTTOrganization": "中移动信息",
  1237. "facilityManagementOrganization": null,
  1238. "equipmentMaintenanceOrganization": "湖南公司信...",
  1239. "businessSystem": null
  1240. }
  1241. ]
  1242. },
  1243. {
  1244. "deviceId": 6,
  1245. "deviceName": "设备6",
  1246. "tagID": 30,
  1247. "offsetPos": {
  1248. "x": 0,
  1249. "y": 0,
  1250. "z": 0
  1251. },
  1252. "eulerAxle": 3,
  1253. "carryingSystem": "承载系统1",
  1254. "deviceLocation": "4A-23机房",
  1255. "equipmentType": "机柜",
  1256. "equipmentModel": null,
  1257. "factory": null,
  1258. "specification": null,
  1259. "alarmLevel": null,
  1260. "alarmTimes": null,
  1261. "listDevicesParameters": [
  1262. {
  1263. "deviceId": 1,
  1264. "deviceName": "NetView4000_1",
  1265. "deviceModel": "NetView4000",
  1266. "deviceType": "流量溯源",
  1267. "assetTagNumber": "781010G001AAAAAAA",
  1268. "serialNumber": "B4U120800057",
  1269. "equipmentNumber": "HW-SEC-OTAAAAAA",
  1270. "assetStatus": null,
  1271. "deviceStatus": "运行中",
  1272. "deliveryData": "2022-11-25",
  1273. "enabledDate": "2022-05-31",
  1274. "serverUsageType": null,
  1275. "typicalModel": null,
  1276. "equipmentBrand": "神州数码",
  1277. "manufacturer": "神州数码",
  1278. "equipmentWeight": 30,
  1279. "equipmentPower": 1200,
  1280. "originType": "国产",
  1281. "collectionCPName": "其它安...",
  1282. "resourcePool": "湘潭资源池",
  1283. "wherePOD": "PUB1-1",
  1284. "networkDomain": "公共域",
  1285. "city": "湖南",
  1286. "building": "二级楼",
  1287. "floor": "5",
  1288. "computerRoomName": "507机房",
  1289. "computerRoomCoding": "ITC-4300000...",
  1290. "cabinetNumber": "P06",
  1291. "uMessage": "24-24",
  1292. "deviceOrientation": "前",
  1293. "manageIP": "10.207.90.50",
  1294. "saveIP": null,
  1295. "iPMIIP": null,
  1296. "businessIP": null,
  1297. "projectName": "2021年IT基础...",
  1298. "equipmentSupplier": "神州数码",
  1299. "assetOwner": "陈国威(chen guo wei)",
  1300. "territorialPAManager": "张泽宇(zhang ze yu)",
  1301. "equipmentBTTOrganization": "中移动信息",
  1302. "facilityManagementOrganization": null,
  1303. "equipmentMaintenanceOrganization": "湖南公司信...",
  1304. "businessSystem": null
  1305. }
  1306. ]
  1307. },
  1308. {
  1309. "deviceId": 7,
  1310. "deviceName": "设备7",
  1311. "tagID": 31,
  1312. "offsetPos": {
  1313. "x": 0,
  1314. "y": 0,
  1315. "z": 0
  1316. },
  1317. "eulerAxle": 3,
  1318. "carryingSystem": "承载系统1",
  1319. "deviceLocation": "4A-23机房",
  1320. "equipmentType": "机柜",
  1321. "equipmentModel": null,
  1322. "factory": null,
  1323. "specification": null,
  1324. "alarmLevel": null,
  1325. "alarmTimes": null,
  1326. "listDevicesParameters": [
  1327. {
  1328. "deviceId": 2,
  1329. "deviceName": "NetView4000_2",
  1330. "deviceModel": "NetView4000",
  1331. "deviceType": "流量溯源",
  1332. "assetTagNumber": "781010G002AAAAAAA",
  1333. "serialNumber": "B4U120800057",
  1334. "equipmentNumber": "HW-SEC-OTBBBBB",
  1335. "assetStatus": null,
  1336. "deviceStatus": "运行中",
  1337. "deliveryData": "2022-11-25",
  1338. "enabledDate": "2022-05-31",
  1339. "serverUsageType": null,
  1340. "typicalModel": null,
  1341. "equipmentBrand": "神州数码",
  1342. "manufacturer": "神州数码",
  1343. "equipmentWeight": 30,
  1344. "equipmentPower": 1200,
  1345. "originType": "国产",
  1346. "collectionCPName": "其它安...",
  1347. "resourcePool": "湘潭资源池",
  1348. "wherePOD": "PUB1-1",
  1349. "networkDomain": "公共域",
  1350. "city": "湖南",
  1351. "building": "二级楼",
  1352. "floor": "5",
  1353. "computerRoomName": "507机房",
  1354. "computerRoomCoding": "ITC-4300000...",
  1355. "cabinetNumber": "P06",
  1356. "uMessage": "24-24",
  1357. "deviceOrientation": "前",
  1358. "manageIP": "10.207.90.50",
  1359. "saveIP": null,
  1360. "iPMIIP": null,
  1361. "businessIP": null,
  1362. "projectName": "2021年IT基础...",
  1363. "equipmentSupplier": "神州数码",
  1364. "assetOwner": "陈国威(chen guo wei)",
  1365. "territorialPAManager": "张泽宇(zhang ze yu)",
  1366. "equipmentBTTOrganization": "中移动信息",
  1367. "facilityManagementOrganization": null,
  1368. "equipmentMaintenanceOrganization": "湖南公司信...",
  1369. "businessSystem": null
  1370. }
  1371. ]
  1372. },
  1373. {
  1374. "deviceId": 8,
  1375. "deviceName": "设备8",
  1376. "tagID": 32,
  1377. "offsetPos": {
  1378. "x": 0,
  1379. "y": 0,
  1380. "z": 0
  1381. },
  1382. "eulerAxle": 3,
  1383. "carryingSystem": "承载系统1",
  1384. "deviceLocation": "4A-23机房",
  1385. "equipmentType": "机柜",
  1386. "equipmentModel": null,
  1387. "factory": null,
  1388. "specification": null,
  1389. "alarmLevel": null,
  1390. "alarmTimes": null,
  1391. "listDevicesParameters": [
  1392. {
  1393. "deviceId": 1,
  1394. "deviceName": "NetView4000_1",
  1395. "deviceModel": "NetView4000",
  1396. "deviceType": "流量溯源",
  1397. "assetTagNumber": "781010G001AAAAAAA",
  1398. "serialNumber": "B4U120800057",
  1399. "equipmentNumber": "HW-SEC-OTAAAAAA",
  1400. "assetStatus": null,
  1401. "deviceStatus": "运行中",
  1402. "deliveryData": "2022-11-25",
  1403. "enabledDate": "2022-05-31",
  1404. "serverUsageType": null,
  1405. "typicalModel": null,
  1406. "equipmentBrand": "神州数码",
  1407. "manufacturer": "神州数码",
  1408. "equipmentWeight": 30,
  1409. "equipmentPower": 1200,
  1410. "originType": "国产",
  1411. "collectionCPName": "其它安...",
  1412. "resourcePool": "湘潭资源池",
  1413. "wherePOD": "PUB1-1",
  1414. "networkDomain": "公共域",
  1415. "city": "湖南",
  1416. "building": "二级楼",
  1417. "floor": "5",
  1418. "computerRoomName": "507机房",
  1419. "computerRoomCoding": "ITC-4300000...",
  1420. "cabinetNumber": "P06",
  1421. "uMessage": "24-24",
  1422. "deviceOrientation": "前",
  1423. "manageIP": "10.207.90.50",
  1424. "saveIP": null,
  1425. "iPMIIP": null,
  1426. "businessIP": null,
  1427. "projectName": "2021年IT基础...",
  1428. "equipmentSupplier": "神州数码",
  1429. "assetOwner": "陈国威(chen guo wei)",
  1430. "territorialPAManager": "张泽宇(zhang ze yu)",
  1431. "equipmentBTTOrganization": "中移动信息",
  1432. "facilityManagementOrganization": null,
  1433. "equipmentMaintenanceOrganization": "湖南公司信...",
  1434. "businessSystem": null
  1435. }
  1436. ]
  1437. },
  1438. {
  1439. "deviceId": 9,
  1440. "deviceName": "设备9",
  1441. "tagID": 35,
  1442. "offsetPos": {
  1443. "x": 0,
  1444. "y": 0,
  1445. "z": 0
  1446. },
  1447. "eulerAxle": 3,
  1448. "carryingSystem": "承载系统1",
  1449. "deviceLocation": "4A-23机房",
  1450. "equipmentType": "机柜",
  1451. "equipmentModel": null,
  1452. "factory": null,
  1453. "specification": null,
  1454. "alarmLevel": null,
  1455. "alarmTimes": null,
  1456. "listDevicesParameters": [
  1457. {
  1458. "deviceId": 2,
  1459. "deviceName": "NetView4000_2",
  1460. "deviceModel": "NetView4000",
  1461. "deviceType": "流量溯源",
  1462. "assetTagNumber": "781010G002AAAAAAA",
  1463. "serialNumber": "B4U120800057",
  1464. "equipmentNumber": "HW-SEC-OTBBBBB",
  1465. "assetStatus": null,
  1466. "deviceStatus": "运行中",
  1467. "deliveryData": "2022-11-25",
  1468. "enabledDate": "2022-05-31",
  1469. "serverUsageType": null,
  1470. "typicalModel": null,
  1471. "equipmentBrand": "神州数码",
  1472. "manufacturer": "神州数码",
  1473. "equipmentWeight": 30,
  1474. "equipmentPower": 1200,
  1475. "originType": "国产",
  1476. "collectionCPName": "其它安...",
  1477. "resourcePool": "湘潭资源池",
  1478. "wherePOD": "PUB1-1",
  1479. "networkDomain": "公共域",
  1480. "city": "湖南",
  1481. "building": "二级楼",
  1482. "floor": "5",
  1483. "computerRoomName": "507机房",
  1484. "computerRoomCoding": "ITC-4300000...",
  1485. "cabinetNumber": "P06",
  1486. "uMessage": "24-24",
  1487. "deviceOrientation": "前",
  1488. "manageIP": "10.207.90.50",
  1489. "saveIP": null,
  1490. "iPMIIP": null,
  1491. "businessIP": null,
  1492. "projectName": "2021年IT基础...",
  1493. "equipmentSupplier": "神州数码",
  1494. "assetOwner": "陈国威(chen guo wei)",
  1495. "territorialPAManager": "张泽宇(zhang ze yu)",
  1496. "equipmentBTTOrganization": "中移动信息",
  1497. "facilityManagementOrganization": null,
  1498. "equipmentMaintenanceOrganization": "湖南公司信...",
  1499. "businessSystem": null
  1500. }
  1501. ]
  1502. },
  1503. {
  1504. "deviceId": 10,
  1505. "deviceName": "设备10",
  1506. "tagID": 36,
  1507. "offsetPos": {
  1508. "x": 0,
  1509. "y": 0,
  1510. "z": 0
  1511. },
  1512. "eulerAxle": 3,
  1513. "carryingSystem": "承载系统1",
  1514. "deviceLocation": "4A-23机房",
  1515. "equipmentType": "机柜",
  1516. "equipmentModel": null,
  1517. "factory": null,
  1518. "specification": null,
  1519. "alarmLevel": null,
  1520. "alarmTimes": null,
  1521. "listDevicesParameters": [
  1522. {
  1523. "deviceId": 1,
  1524. "deviceName": "NetView4000_1",
  1525. "deviceModel": "NetView4000",
  1526. "deviceType": "流量溯源",
  1527. "assetTagNumber": "781010G001AAAAAAA",
  1528. "serialNumber": "B4U120800057",
  1529. "equipmentNumber": "HW-SEC-OTAAAAAA",
  1530. "assetStatus": null,
  1531. "deviceStatus": "运行中",
  1532. "deliveryData": "2022-11-25",
  1533. "enabledDate": "2022-05-31",
  1534. "serverUsageType": null,
  1535. "typicalModel": null,
  1536. "equipmentBrand": "神州数码",
  1537. "manufacturer": "神州数码",
  1538. "equipmentWeight": 30,
  1539. "equipmentPower": 1200,
  1540. "originType": "国产",
  1541. "collectionCPName": "其它安...",
  1542. "resourcePool": "湘潭资源池",
  1543. "wherePOD": "PUB1-1",
  1544. "networkDomain": "公共域",
  1545. "city": "湖南",
  1546. "building": "二级楼",
  1547. "floor": "5",
  1548. "computerRoomName": "507机房",
  1549. "computerRoomCoding": "ITC-4300000...",
  1550. "cabinetNumber": "P06",
  1551. "uMessage": "24-24",
  1552. "deviceOrientation": "前",
  1553. "manageIP": "10.207.90.50",
  1554. "saveIP": null,
  1555. "iPMIIP": null,
  1556. "businessIP": null,
  1557. "projectName": "2021年IT基础...",
  1558. "equipmentSupplier": "神州数码",
  1559. "assetOwner": "陈国威(chen guo wei)",
  1560. "territorialPAManager": "张泽宇(zhang ze yu)",
  1561. "equipmentBTTOrganization": "中移动信息",
  1562. "facilityManagementOrganization": null,
  1563. "equipmentMaintenanceOrganization": "湖南公司信...",
  1564. "businessSystem": null
  1565. }
  1566. ]
  1567. },
  1568. {
  1569. "deviceId": 11,
  1570. "deviceName": "设备11",
  1571. "tagID": 38,
  1572. "offsetPos": {
  1573. "x": 0,
  1574. "y": 0,
  1575. "z": 0
  1576. },
  1577. "eulerAxle": 3,
  1578. "carryingSystem": "承载系统1",
  1579. "deviceLocation": "4A-23机房",
  1580. "equipmentType": "机柜",
  1581. "equipmentModel": null,
  1582. "factory": null,
  1583. "specification": null,
  1584. "alarmLevel": null,
  1585. "alarmTimes": null,
  1586. "listDevicesParameters": [
  1587. {
  1588. "deviceId": 2,
  1589. "deviceName": "NetView4000_2",
  1590. "deviceModel": "NetView4000",
  1591. "deviceType": "流量溯源",
  1592. "assetTagNumber": "781010G002AAAAAAA",
  1593. "serialNumber": "B4U120800057",
  1594. "equipmentNumber": "HW-SEC-OTBBBBB",
  1595. "assetStatus": null,
  1596. "deviceStatus": "运行中",
  1597. "deliveryData": "2022-11-25",
  1598. "enabledDate": "2022-05-31",
  1599. "serverUsageType": null,
  1600. "typicalModel": null,
  1601. "equipmentBrand": "神州数码",
  1602. "manufacturer": "神州数码",
  1603. "equipmentWeight": 30,
  1604. "equipmentPower": 1200,
  1605. "originType": "国产",
  1606. "collectionCPName": "其它安...",
  1607. "resourcePool": "湘潭资源池",
  1608. "wherePOD": "PUB1-1",
  1609. "networkDomain": "公共域",
  1610. "city": "湖南",
  1611. "building": "二级楼",
  1612. "floor": "5",
  1613. "computerRoomName": "507机房",
  1614. "computerRoomCoding": "ITC-4300000...",
  1615. "cabinetNumber": "P06",
  1616. "uMessage": "24-24",
  1617. "deviceOrientation": "前",
  1618. "manageIP": "10.207.90.50",
  1619. "saveIP": null,
  1620. "iPMIIP": null,
  1621. "businessIP": null,
  1622. "projectName": "2021年IT基础...",
  1623. "equipmentSupplier": "神州数码",
  1624. "assetOwner": "陈国威(chen guo wei)",
  1625. "territorialPAManager": "张泽宇(zhang ze yu)",
  1626. "equipmentBTTOrganization": "中移动信息",
  1627. "facilityManagementOrganization": null,
  1628. "equipmentMaintenanceOrganization": "湖南公司信...",
  1629. "businessSystem": null
  1630. }
  1631. ]
  1632. },
  1633. {
  1634. "deviceId": 12,
  1635. "deviceName": "设备12",
  1636. "tagID": 41,
  1637. "offsetPos": {
  1638. "x": 0,
  1639. "y": 0,
  1640. "z": 0
  1641. },
  1642. "eulerAxle": 3,
  1643. "carryingSystem": "承载系统1",
  1644. "deviceLocation": "4A-23机房",
  1645. "equipmentType": "机柜",
  1646. "equipmentModel": null,
  1647. "factory": null,
  1648. "specification": null,
  1649. "alarmLevel": null,
  1650. "alarmTimes": null,
  1651. "listDevicesParameters": [
  1652. {
  1653. "deviceId": 1,
  1654. "deviceName": "NetView4000_1",
  1655. "deviceModel": "NetView4000",
  1656. "deviceType": "流量溯源",
  1657. "assetTagNumber": "781010G001AAAAAAA",
  1658. "serialNumber": "B4U120800057",
  1659. "equipmentNumber": "HW-SEC-OTAAAAAA",
  1660. "assetStatus": null,
  1661. "deviceStatus": "运行中",
  1662. "deliveryData": "2022-11-25",
  1663. "enabledDate": "2022-05-31",
  1664. "serverUsageType": null,
  1665. "typicalModel": null,
  1666. "equipmentBrand": "神州数码",
  1667. "manufacturer": "神州数码",
  1668. "equipmentWeight": 30,
  1669. "equipmentPower": 1200,
  1670. "originType": "国产",
  1671. "collectionCPName": "其它安...",
  1672. "resourcePool": "湘潭资源池",
  1673. "wherePOD": "PUB1-1",
  1674. "networkDomain": "公共域",
  1675. "city": "湖南",
  1676. "building": "二级楼",
  1677. "floor": "5",
  1678. "computerRoomName": "507机房",
  1679. "computerRoomCoding": "ITC-4300000...",
  1680. "cabinetNumber": "P06",
  1681. "uMessage": "24-24",
  1682. "deviceOrientation": "前",
  1683. "manageIP": "10.207.90.50",
  1684. "saveIP": null,
  1685. "iPMIIP": null,
  1686. "businessIP": null,
  1687. "projectName": "2021年IT基础...",
  1688. "equipmentSupplier": "神州数码",
  1689. "assetOwner": "陈国威(chen guo wei)",
  1690. "territorialPAManager": "张泽宇(zhang ze yu)",
  1691. "equipmentBTTOrganization": "中移动信息",
  1692. "facilityManagementOrganization": null,
  1693. "equipmentMaintenanceOrganization": "湖南公司信...",
  1694. "businessSystem": null
  1695. }
  1696. ]
  1697. }
  1698. ],
  1699. "listAlarmData": [
  1700. {
  1701. "deviceId": 0,
  1702. "deviceName": "设备0",
  1703. "title": "问题0",
  1704. "level": "重大告警",
  1705. "type": null,
  1706. "equipmentAlarmTime": "2023/10/11 14:39:45",
  1707. "deviceClearAlarmTime": null,
  1708. "clearStatus": null,
  1709. "targetObjectType": null,
  1710. "carryingSystem": "承载系统0"
  1711. },
  1712. {
  1713. "deviceId": 1,
  1714. "deviceName": "设备1",
  1715. "title": "问题1",
  1716. "level": "重大告警",
  1717. "type": null,
  1718. "equipmentAlarmTime": "2023/10/11 14:39:45",
  1719. "deviceClearAlarmTime": null,
  1720. "clearStatus": null,
  1721. "targetObjectType": null,
  1722. "carryingSystem": "承载系统1"
  1723. },
  1724. {
  1725. "deviceId": 2,
  1726. "deviceName": "设备2",
  1727. "title": "问题2",
  1728. "level": "重大告警",
  1729. "type": null,
  1730. "equipmentAlarmTime": "2023/10/11 14:39:45",
  1731. "deviceClearAlarmTime": null,
  1732. "clearStatus": null,
  1733. "targetObjectType": null,
  1734. "carryingSystem": "承载系统2"
  1735. },
  1736. {
  1737. "deviceId": 3,
  1738. "deviceName": "设备3",
  1739. "title": "问题3",
  1740. "level": "重大告警",
  1741. "type": null,
  1742. "equipmentAlarmTime": "2023/10/11 14:39:45",
  1743. "deviceClearAlarmTime": null,
  1744. "clearStatus": null,
  1745. "targetObjectType": null,
  1746. "carryingSystem": "承载系统3"
  1747. },
  1748. {
  1749. "deviceId": 4,
  1750. "deviceName": "设备4",
  1751. "title": "问题4",
  1752. "level": "重大告警",
  1753. "type": null,
  1754. "equipmentAlarmTime": "2023/10/11 14:39:45",
  1755. "deviceClearAlarmTime": null,
  1756. "clearStatus": null,
  1757. "targetObjectType": null,
  1758. "carryingSystem": "承载系统4"
  1759. }
  1760. ]
  1761. }