@next-bricks/visual-builder 1.37.4 → 1.38.1

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 (113) hide show
  1. package/dist/bricks.json +24 -23
  2. package/dist/chunks/{1889.c21de868.js → 1889.e5238f90.js} +2 -2
  3. package/dist/chunks/1889.e5238f90.js.map +1 -0
  4. package/dist/chunks/220.7b1efc80.js +2 -0
  5. package/dist/chunks/220.7b1efc80.js.map +1 -0
  6. package/dist/chunks/2201.3d4f3271.js +2 -0
  7. package/dist/chunks/{2201.21df7990.js.map → 2201.3d4f3271.js.map} +1 -1
  8. package/dist/chunks/7085.81897113.js +3 -0
  9. package/dist/chunks/{7085.593a28a6.js.map → 7085.81897113.js.map} +1 -1
  10. package/dist/chunks/chat-conversation.2429847e.js +3 -0
  11. package/dist/chunks/{chat-conversation.ede87265.js.map → chat-conversation.2429847e.js.map} +1 -1
  12. package/dist/chunks/chat-preview.18dbd7b9.js +3 -0
  13. package/dist/chunks/{chat-preview.ffd99bae.js.map → chat-preview.18dbd7b9.js.map} +1 -1
  14. package/dist/chunks/contract-select.aebbe874.js +3 -0
  15. package/dist/chunks/{contract-select.21ef3558.js.map → contract-select.aebbe874.js.map} +1 -1
  16. package/dist/chunks/generate-snippets-context-menu.d59571b6.js +2 -0
  17. package/dist/chunks/{generate-snippets-context-menu.19b2db8f.js.map → generate-snippets-context-menu.d59571b6.js.map} +1 -1
  18. package/dist/chunks/get-config-by-data-for-ai.40035762.js +3 -0
  19. package/dist/chunks/get-config-by-data-for-ai.40035762.js.map +1 -0
  20. package/dist/chunks/main.ba14b0f0.js +2 -0
  21. package/dist/chunks/main.ba14b0f0.js.map +1 -0
  22. package/dist/chunks/page-arch-node.54cda8e0.js +3 -0
  23. package/dist/chunks/{page-arch-node.6b2ea1fe.js.map → page-arch-node.54cda8e0.js.map} +1 -1
  24. package/dist/chunks/pre-generated-config-preview.77f2caaf.js +2 -0
  25. package/dist/chunks/{pre-generated-config-preview.dccb8a89.js.map → pre-generated-config-preview.77f2caaf.js.map} +1 -1
  26. package/dist/chunks/pre-generated-config.e1c53303.js +2 -0
  27. package/dist/chunks/pre-generated-config.e1c53303.js.map +1 -0
  28. package/dist/chunks/pre-generated-container.886b45a6.js +2 -0
  29. package/dist/chunks/pre-generated-container.886b45a6.js.map +1 -0
  30. package/dist/chunks/pre-generated-preview.679ccfb9.js +3 -0
  31. package/dist/chunks/{pre-generated-preview.2300448f.js.map → pre-generated-preview.679ccfb9.js.map} +1 -1
  32. package/dist/chunks/pre-generated-table-view.61080b88.js +2 -0
  33. package/dist/chunks/{pre-generated-table-view.5780ee3e.js.map → pre-generated-table-view.61080b88.js.map} +1 -1
  34. package/dist/chunks/raw-data-preview.09ee31ed.js +3 -0
  35. package/dist/chunks/raw-data-preview.09ee31ed.js.map +1 -0
  36. package/dist/chunks/raw-metric-preview.fa44b0e6.js +3 -0
  37. package/dist/chunks/raw-metric-preview.fa44b0e6.js.map +1 -0
  38. package/dist/chunks/workbench-action-list.2bb5fd96.js +2 -0
  39. package/dist/chunks/{workbench-action-list.af49c182.js.map → workbench-action-list.2bb5fd96.js.map} +1 -1
  40. package/dist/chunks/workbench-action.d437c289.js +3 -0
  41. package/dist/chunks/{workbench-action.8c7d1148.js.map → workbench-action.d437c289.js.map} +1 -1
  42. package/dist/chunks/workbench-history-action.9676bc4c.js +3 -0
  43. package/dist/chunks/{workbench-history-action.07fe5cc5.js.map → workbench-history-action.9676bc4c.js.map} +1 -1
  44. package/dist/chunks/workbench-pane.b0663c72.js +3 -0
  45. package/dist/chunks/{workbench-pane.c9d876e0.js.map → workbench-pane.b0663c72.js.map} +1 -1
  46. package/dist/chunks/workbench-sidebar.4f8979af.js +2 -0
  47. package/dist/chunks/{workbench-sidebar.9e1ea9f1.js.map → workbench-sidebar.4f8979af.js.map} +1 -1
  48. package/dist/chunks/workbench-tree.ee9e13e1.js +3 -0
  49. package/dist/chunks/workbench-tree.ee9e13e1.js.LICENSE.txt +5 -0
  50. package/dist/chunks/{workbench-tree.ce12c809.js.map → workbench-tree.ee9e13e1.js.map} +1 -1
  51. package/dist/examples.json +3 -6
  52. package/dist/index.67520381.js +2 -0
  53. package/dist/index.67520381.js.map +1 -0
  54. package/dist/manifest.json +163 -125
  55. package/dist/types.json +1290 -868
  56. package/dist-types/bootstrap.d.ts +1 -0
  57. package/dist-types/data-providers/get-config-by-data-for-ai.d.ts +14 -1
  58. package/dist-types/data-providers/get-raw-metric-system-prompts.d.ts +1 -0
  59. package/dist-types/pre-generated-config/convertToBrickConf.d.ts +2 -2
  60. package/dist-types/pre-generated-config/index.d.ts +51 -7
  61. package/dist-types/raw-data-preview/index.d.ts +2 -2
  62. package/dist-types/raw-metric-preview/constants.d.ts +1 -0
  63. package/dist-types/raw-metric-preview/convert.d.ts +6 -0
  64. package/dist-types/raw-metric-preview/generateMetricCandidates.d.ts +8 -0
  65. package/dist-types/raw-metric-preview/index.d.ts +58 -0
  66. package/dist-types/raw-metric-preview/raw-metric-interfaces.d.ts +16 -0
  67. package/package.json +2 -2
  68. package/dist/chunks/1889.c21de868.js.map +0 -1
  69. package/dist/chunks/2052.f1624476.js +0 -2
  70. package/dist/chunks/2052.f1624476.js.map +0 -1
  71. package/dist/chunks/2201.21df7990.js +0 -2
  72. package/dist/chunks/2464.3e4124ec.js +0 -2
  73. package/dist/chunks/2464.3e4124ec.js.map +0 -1
  74. package/dist/chunks/7085.593a28a6.js +0 -3
  75. package/dist/chunks/chat-conversation.ede87265.js +0 -3
  76. package/dist/chunks/chat-preview.ffd99bae.js +0 -3
  77. package/dist/chunks/contract-select.21ef3558.js +0 -3
  78. package/dist/chunks/generate-snippets-context-menu.19b2db8f.js +0 -2
  79. package/dist/chunks/get-config-by-data-for-ai.846e0776.js +0 -3
  80. package/dist/chunks/get-config-by-data-for-ai.846e0776.js.map +0 -1
  81. package/dist/chunks/main.fc66b3d7.js +0 -2
  82. package/dist/chunks/main.fc66b3d7.js.map +0 -1
  83. package/dist/chunks/page-arch-node.6b2ea1fe.js +0 -3
  84. package/dist/chunks/pre-generated-config-preview.dccb8a89.js +0 -2
  85. package/dist/chunks/pre-generated-config.ab886943.js +0 -2
  86. package/dist/chunks/pre-generated-config.ab886943.js.map +0 -1
  87. package/dist/chunks/pre-generated-container.7a8711cd.js +0 -2
  88. package/dist/chunks/pre-generated-container.7a8711cd.js.map +0 -1
  89. package/dist/chunks/pre-generated-preview.2300448f.js +0 -3
  90. package/dist/chunks/pre-generated-table-view.5780ee3e.js +0 -2
  91. package/dist/chunks/raw-data-preview.7b191fed.js +0 -3
  92. package/dist/chunks/raw-data-preview.7b191fed.js.map +0 -1
  93. package/dist/chunks/workbench-action-list.af49c182.js +0 -2
  94. package/dist/chunks/workbench-action.8c7d1148.js +0 -3
  95. package/dist/chunks/workbench-history-action.07fe5cc5.js +0 -3
  96. package/dist/chunks/workbench-pane.c9d876e0.js +0 -3
  97. package/dist/chunks/workbench-sidebar.9e1ea9f1.js +0 -2
  98. package/dist/chunks/workbench-tree.ce12c809.js +0 -3
  99. package/dist/index.43083b10.js +0 -2
  100. package/dist/index.43083b10.js.map +0 -1
  101. package/docs/pre-generated-config.md +0 -3512
  102. /package/dist/chunks/{7085.593a28a6.js.LICENSE.txt → 7085.81897113.js.LICENSE.txt} +0 -0
  103. /package/dist/chunks/{chat-conversation.ede87265.js.LICENSE.txt → chat-conversation.2429847e.js.LICENSE.txt} +0 -0
  104. /package/dist/chunks/{chat-preview.ffd99bae.js.LICENSE.txt → chat-preview.18dbd7b9.js.LICENSE.txt} +0 -0
  105. /package/dist/chunks/{contract-select.21ef3558.js.LICENSE.txt → contract-select.aebbe874.js.LICENSE.txt} +0 -0
  106. /package/dist/chunks/{get-config-by-data-for-ai.846e0776.js.LICENSE.txt → get-config-by-data-for-ai.40035762.js.LICENSE.txt} +0 -0
  107. /package/dist/chunks/{page-arch-node.6b2ea1fe.js.LICENSE.txt → page-arch-node.54cda8e0.js.LICENSE.txt} +0 -0
  108. /package/dist/chunks/{pre-generated-preview.2300448f.js.LICENSE.txt → pre-generated-preview.679ccfb9.js.LICENSE.txt} +0 -0
  109. /package/dist/chunks/{raw-data-preview.7b191fed.js.LICENSE.txt → raw-data-preview.09ee31ed.js.LICENSE.txt} +0 -0
  110. /package/dist/chunks/{workbench-action.8c7d1148.js.LICENSE.txt → raw-metric-preview.fa44b0e6.js.LICENSE.txt} +0 -0
  111. /package/dist/chunks/{workbench-pane.c9d876e0.js.LICENSE.txt → workbench-action.d437c289.js.LICENSE.txt} +0 -0
  112. /package/dist/chunks/{workbench-history-action.07fe5cc5.js.LICENSE.txt → workbench-history-action.9676bc4c.js.LICENSE.txt} +0 -0
  113. /package/dist/chunks/{workbench-tree.ce12c809.js.LICENSE.txt → workbench-pane.b0663c72.js.LICENSE.txt} +0 -0
@@ -1,3512 +0,0 @@
1
- 构件 `visual-builder.pre-generated-config`
2
-
3
- ## Examples
4
-
5
- ### Basic
6
-
7
- ```yaml preview minHeight="500px"
8
- brick: eo-content-layout
9
- context:
10
- - name: mockList
11
- value:
12
- - DNS: 8.8.8.8
13
- NTP: ntp.example.com
14
- RPO: 1 hour
15
- RTO: "2024-08-16 16:00:00"
16
- _agentHeartBeat: 1692200062
17
- _agentStatus: 正常
18
- _environment: 生产
19
- _mac: "00:11:22:33:44:55"
20
- _occupiedU: 2
21
- _startU: 1
22
- _uuid: 123e4567-e89b-12d3-a456-426614174000
23
- age: "2022-01-01 00:00:00"
24
- agentVersion: 2.1.0
25
- aliveDate: "2024-08-15"
26
- annotations:
27
- - key: environment
28
- value: production
29
- - key: owner
30
- value: IT Department
31
- appServicePort: "3306,5432"
32
- applicant: John Doe
33
- asset_belong_to: 鞋类
34
- asset_id: AS123456
35
- businessIP: 192.168.1.10
36
- charset: UTF-8
37
- cloud_type: aliyun
38
- cpu:
39
- architecture: x86_64
40
- brand: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
41
- cpu_pieces: "2"
42
- hz: 2.10GHz
43
- logical_cores: 20
44
- physical_cores: 10
45
- cpuHz: 3600
46
- cpuModel: Intel Xeon E5-2620 v4
47
- cpuNumber: 8
48
- cpus: 8
49
- creat_time: "2021-08-16 15:35:36"
50
- create_time: "2024-08-15"
51
- crontabs:
52
- - content: echo 'Cron job 1' >> /var/log/cron.log
53
- index: "1"
54
- time: 0 1 * * *
55
- user: root
56
- - content: echo 'Cron job 2' >> /var/log/cron.log
57
- index: "2"
58
- time: 0 2 * * *
59
- user: user1
60
- customer: CustomerA
61
- date: "2024-08-15"
62
- deviceId: "0001"
63
- device_model: Dell PowerEdge R740
64
- disk:
65
- - device: /dev/sda1
66
- fstype: ext4
67
- mountpoint: /
68
- provider: ""
69
- size: 102400
70
- - device: /dev/sdb1
71
- fstype: xfs
72
- mountpoint: /data
73
- provider: ""
74
- size: 512000
75
- diskSize: 500
76
- diskTotal: 500GB
77
- env: 开发环境
78
- eth:
79
- - broadcast: 192.168.1.255
80
- ip: 192.168.1.10
81
- mac: "00:11:22:33:44:55"
82
- mask: 255.255.255.0
83
- name: eth0
84
- speed: 1000
85
- status: UP
86
- - broadcast: ""
87
- ip: ""
88
- mac: "00:11:22:33:44:56"
89
- mask: ""
90
- name: eth1
91
- speed: 0
92
- status: DOWN
93
- filesystem:
94
- - filesystem: ext4
95
- mountPoint: /
96
- size: 102400
97
- - filesystem: xfs
98
- mountPoint: /data
99
- size: 512000
100
- hardDevices:
101
- - major: 8
102
- minor: 0
103
- mountPoints: /mnt/data
104
- name: sda
105
- readyOnly: "0"
106
- size: 500
107
- type: disk
108
- - major: 8
109
- minor: 16
110
- mountPoints: /mnt/backup
111
- name: sdb
112
- readyOnly: "0"
113
- size: 500
114
- type: disk
115
- host_price: 1200.5
116
- host_spec: "16GB RAM, 2x Intel Xeon E5-2620 v4"
117
- hostname: db-server-01
118
- hosts:
119
- - hostname: host1
120
- ip: 192.168.1.10
121
- - hostname: host2
122
- ip: 192.168.1.11
123
- installedPatch:
124
- - articleId: KB123456
125
- installedTime: "2024-08-15 10:00:00"
126
- - articleId: KB654321
127
- installedTime: "2024-08-14 14:30:00"
128
- ip: 192.168.1.10
129
- iptables:
130
- - chain: INPUT
131
- destination: ""
132
- isIPv6: false
133
- module: ""
134
- options: ""
135
- protocol: tcp
136
- source: 192.168.1.0/24
137
- target: ACCEPT
138
- - chain: OUTPUT
139
- destination: "2001:db8::/32"
140
- isIPv6: true
141
- module: ""
142
- options: ""
143
- protocol: udp
144
- source: ""
145
- target: DROP
146
- isSinglePower: false
147
- is_database: true
148
- k8sProxyVersion: 1.21.0
149
- k8sVersion: 1.26.3
150
- labels:
151
- - key: environment
152
- location: Hangzhou
153
- maintenanceExpireYearsNumber: 3
154
- maintenanceState: 维保中
155
- maintenance_time_end: "2025-08-16"
156
- maintenance_time_start: "2023-08-16"
157
- maintenance_window: "2024-08-16 22:00:00"
158
- memSize: 16
159
- memo: This is a test host for Aliyun.
160
- nodeLabels:
161
- - key: kubernetes.io/role
162
- value: worker
163
- - key: beta.kubernetes.io/os
164
- value: linux
165
- nodeName: node1
166
- nodeStatus: Ready
167
- openstack_server_id: os-server-12345
168
- osArchitecture: x86_64
169
- osDistro: Ubuntu 20.04
170
- osRelease: 4.19.128-microsoft-standard
171
- osSystem: Linux
172
- osVersion: CentOS 7.9
173
- outer_ip: 192.168.1.10
174
- producer: Dell
175
- product: ProductA
176
- propertyid: ALY-001
177
- provider: Aliyun
178
- pv:
179
- Free_PE: "1000"
180
- PE_Size: 4M
181
- PV_Name: sda1
182
- PV_Size: 100G
183
- PV_UUID: 1234-abcd-5678-efgh
184
- Total_PE: "25600"
185
- VG_Name: data_vg
186
- remote_ip: 192.168.1.10
187
- resourceType: X86虚拟机
188
- samplerVersion: 1.0.0
189
- service:
190
- - cwd: /var/lib/mysql
191
- exe: /usr/sbin/mysqld
192
- listening_ip: 192.168.1.10
193
- listening_port: 3306
194
- name: mysql
195
- pname: mysqld
196
- username: mysql
197
- - cwd: /var/lib/postgresql
198
- exe: /usr/lib/postgresql/12/bin/postgres
199
- listening_ip: 192.168.1.10
200
- listening_port: 5432
201
- name: postgresql
202
- pname: postgres
203
- username: postgres
204
- sn: TXK123456789
205
- status: 运营中
206
- taints:
207
- - effect: NoSchedule
208
- key: diskType
209
- value: SSD
210
- - effect: PreferNoSchedule
211
- key: memoryType
212
- value: DDR4
213
- ticket_num: TICKET-12345
214
- time_sync: 是
215
- time_zone: Asia/Shanghai
216
- type: 物理机
217
- uptime: "2024-08-16 14:00:00"
218
- usbkey:
219
- key: USB-KEY12345
220
- key_sn: USB123456789
221
- use: 数据库服务器
222
- version: 1.2.3
223
- vg:
224
- - Free_PE: "10240"
225
- PE_Size: 4.00 MB
226
- Total_PE: "25600"
227
- VG_Name: VolGroup00
228
- VG_Size: 100.00 GB
229
- VG_UUID: 3e6e6-86e6f
230
- - Free_PE: "20480"
231
- PE_Size: 4.00 MB
232
- Total_PE: "51200"
233
- VG_Name: VolGroup01
234
- VG_Size: 200.00 GB
235
- VG_UUID: 3e6e7-86e7f
236
- vmName: VM-001
237
- vmType: kvm
238
- vmware_host: 否
239
- windowsFirewallRules:
240
- - action: Allow
241
- direction: Inbound
242
- edgeTraversal: Disabled
243
- enabled: true
244
- group: Security
245
- localIp: 192.168.1.10
246
- localPort: "80"
247
- name: Rule1
248
- profile: Domain
249
- protocol: TCP
250
- remoteIp: 192.168.1.0/24
251
- remotePort: "*"
252
- - action: Block
253
- direction: Outbound
254
- edgeTraversal: Enabled
255
- enabled: false
256
- group: Firewall
257
- localIp: 192.168.1.10
258
- localPort: "53"
259
- name: Rule2
260
- profile: Public
261
- protocol: UDP
262
- remoteIp: 0.0.0.0/0
263
- remotePort: "53"
264
- - DNS: 8.8.4.4
265
- NTP: ntp.example.com
266
- RPO: 2 hours
267
- RTO: "2024-08-16 17:00:00"
268
- _agentHeartBeat: 1692200062
269
- _agentStatus: 异常
270
- _environment: 测试
271
- _mac: "00:11:22:33:44:66"
272
- _occupiedU: 3
273
- _startU: 4
274
- _uuid: 123e4567-e89b-12d3-a456-426614174001
275
- age: "2021-06-01 00:00:00"
276
- agentVersion: 2.1.1
277
- aliveDate: "2024-08-14"
278
- annotations:
279
- - key: environment
280
- value: development
281
- - key: owner
282
- value: DevOps Team
283
- appServicePort: "80,443"
284
- applicant: Jane Smith
285
- asset_belong_to: 体育
286
- asset_id: AS678901
287
- businessIP: 192.168.1.11
288
- charset: UTF-8
289
- cloud_type: tencent
290
- cpu:
291
- architecture: x86_64
292
- brand: AMD EPYC 7502 32-Core Processor
293
- cpu_pieces: "1"
294
- hz: 2.50GHz
295
- logical_cores: 64
296
- physical_cores: 32
297
- cpuHz: 3000
298
- cpuModel: AMD EPYC 7402
299
- cpuNumber: 12
300
- cpus: 12
301
- creat_time: "2022-08-16 15:35:36"
302
- create_time: "2024-08-14"
303
- crontabs:
304
- - content: echo 'Cron job 3' >> /var/log/cron.log
305
- index: "1"
306
- time: 0 3 * * *
307
- user: root
308
- - content: echo 'Cron job 4' >> /var/log/cron.log
309
- index: "2"
310
- time: 0 4 * * *
311
- user: user2
312
- - content: echo 'Cron job 5' >> /var/log/cron.log
313
- index: "3"
314
- time: 0 5 * * *
315
- user: user3
316
- customer: CustomerB
317
- date: "2024-08-16"
318
- deviceId: "0002"
319
- device_model: HP ProLiant DL380 Gen10
320
- disk:
321
- - device: /dev/sda1
322
- fstype: ext4
323
- mountpoint: /
324
- provider: ""
325
- size: 128000
326
- - device: /dev/sdb1
327
- fstype: xfs
328
- mountpoint: /data
329
- provider: ""
330
- size: 1024000
331
- diskSize: 1000
332
- diskTotal: 1TB
333
- env: 预发布环境
334
- eth:
335
- - broadcast: 10.0.0.255
336
- ip: 10.0.0.10
337
- mac: "00:11:22:33:44:57"
338
- mask: 255.0.0.0
339
- name: eth0
340
- speed: 1000
341
- status: UP
342
- - broadcast: 10.0.1.255
343
- ip: 10.0.1.10
344
- mac: "00:11:22:33:44:58"
345
- mask: 255.255.255.0
346
- name: eth1
347
- speed: 1000
348
- status: UP
349
- filesystem:
350
- - filesystem: ext4
351
- mountPoint: /
352
- size: 128000
353
- - filesystem: xfs
354
- mountPoint: /data
355
- size: 1024000
356
- hardDevices:
357
- - major: 8
358
- minor: 0
359
- mountPoints: /mnt/data
360
- name: sda
361
- readyOnly: "0"
362
- size: 1000
363
- type: disk
364
- - major: 8
365
- minor: 16
366
- mountPoints: /mnt/backup
367
- name: sdb
368
- readyOnly: "0"
369
- size: 1000
370
- type: disk
371
- - major: 8
372
- minor: 32
373
- mountPoints: /mnt/temp
374
- name: sdc
375
- readyOnly: "0"
376
- size: 500
377
- type: disk
378
- host_price: 1500.75
379
- host_spec: "32GB RAM, 2x Intel Xeon E5-2650 v4"
380
- hostname: web-server-01
381
- hosts:
382
- - hostname: host3
383
- ip: 192.168.1.20
384
- - hostname: host4
385
- ip: 192.168.1.21
386
- - hostname: host5
387
- ip: 192.168.1.22
388
- installedPatch:
389
- - articleId: KB987654
390
- installedTime: "2024-08-14 09:00:00"
391
- - articleId: KB456789
392
- installedTime: "2024-08-13 16:00:00"
393
- ip: 192.168.1.20
394
- iptables:
395
- - chain: FORWARD
396
- destination: ""
397
- isIPv6: false
398
- module: ""
399
- options: ""
400
- protocol: icmp
401
- source: ""
402
- target: REJECT
403
- - chain: INPUT
404
- destination: ""
405
- isIPv6: false
406
- module: ""
407
- options: ""
408
- protocol: tcp
409
- source: 10.0.0.0/8
410
- target: ACCEPT
411
- isSinglePower: true
412
- is_database: false
413
- k8sProxyVersion: 1.20.2
414
- k8sVersion: 1.25.5
415
- labels:
416
- - key: department
417
- location: Guangzhou
418
- maintenanceExpireYearsNumber: 2
419
- maintenanceState: 未配置
420
- maintenance_time_end: "2026-02-16"
421
- maintenance_time_start: "2023-02-16"
422
- maintenance_window: "2024-08-16 23:00:00"
423
- memSize: 32
424
- memo: This is a test host for Tencent Cloud.
425
- nodeLabels:
426
- - key: kubernetes.io/role
427
- value: master
428
- - key: beta.kubernetes.io/os
429
- value: linux
430
- nodeName: node2
431
- nodeStatus: Ready
432
- openstack_server_id: os-server-67890
433
- osArchitecture: x86_64
434
- osDistro: Windows Server 2019
435
- osRelease: 4.19.128-microsoft-standard
436
- osSystem: Windows
437
- osVersion: Ubuntu 20.04
438
- outer_ip: 10.0.0.10
439
- producer: HP
440
- product: ProductB
441
- propertyid: TEN-002
442
- provider: Tencent
443
- pv:
444
- Free_PE: "5000"
445
- PE_Size: 4M
446
- PV_Name: sda2
447
- PV_Size: 50G
448
- PV_UUID: 1234-abcd-5678-efgh
449
- Total_PE: "12800"
450
- VG_Name: web_vg
451
- remote_ip: 192.168.1.11
452
- resourceType: X86物理机
453
- samplerVersion: 1.0.1
454
- service:
455
- - cwd: /var/lib/nginx
456
- exe: /usr/sbin/nginx
457
- listening_ip: 10.0.0.10
458
- listening_port: 80
459
- name: nginx
460
- pname: nginx
461
- username: nginx
462
- - cwd: /var/lib/apache2
463
- exe: /usr/sbin/apache2
464
- listening_ip: 10.0.0.10
465
- listening_port: 443
466
- name: apache
467
- pname: apache2
468
- username: www-data
469
- sn: HPK987654321
470
- status: 测试机
471
- taints:
472
- - effect: NoSchedule
473
- key: diskType
474
- value: HDD
475
- - effect: PreferNoSchedule
476
- key: memoryType
477
- value: DDR3
478
- ticket_num: TICKET-67890
479
- time_sync: 否
480
- time_zone: Asia/Shanghai
481
- type: 虚拟机
482
- uptime: "2024-08-16 13:00:00"
483
- usbkey:
484
- key: USB-KEY98765
485
- key_sn: USB987654321
486
- use: Web服务器
487
- version: 1.2.4
488
- vg:
489
- - Free_PE: "15360"
490
- PE_Size: 4.00 MB
491
- Total_PE: "38400"
492
- VG_Name: VolGroup02
493
- VG_Size: 150.00 GB
494
- VG_UUID: 3e6e8-86e8f
495
- vmName: VM-002
496
- vmType: docker
497
- vmware_host: 是
498
- windowsFirewallRules:
499
- - action: Allow
500
- direction: Inbound
501
- edgeTraversal: Disabled
502
- enabled: true
503
- group: Security
504
- localIp: 192.168.1.20
505
- localPort: "443"
506
- name: Rule3
507
- profile: Domain
508
- protocol: TCP
509
- remoteIp: 192.168.1.0/24
510
- remotePort: "*"
511
- - action: Allow
512
- direction: Outbound
513
- edgeTraversal: Enabled
514
- enabled: true
515
- group: Firewall
516
- localIp: 192.168.1.20
517
- localPort: "123"
518
- name: Rule4
519
- profile: Public
520
- protocol: UDP
521
- remoteIp: 0.0.0.0/0
522
- remotePort: "123"
523
- - name: attrList
524
- value:
525
- - id: product
526
- name: 所属产品
527
- candidates:
528
- - display: text
529
- style:
530
- color: var(--text-color-secondary)
531
- size: medium
532
- type: string
533
- visualWeight: -1
534
- - display: text
535
- style:
536
- color: var(--text-color-default)
537
- size: medium
538
- type: string
539
- visualWeight: 0
540
- - display: text
541
- style:
542
- color: var(--text-color-default)
543
- fontWeight: bold
544
- size: medium
545
- type: string
546
- visualWeight: 1
547
- - display: text
548
- style:
549
- color: var(--text-color-default)
550
- fontWeight: bold
551
- size: large
552
- type: string
553
- visualWeight: 2
554
- - id: osSystem
555
- name: 操作系统类型
556
- candidates:
557
- - display: text
558
- style:
559
- color: var(--text-color-secondary)
560
- size: medium
561
- type: string
562
- visualWeight: -1
563
- - display: text
564
- style:
565
- color: var(--text-color-default)
566
- size: medium
567
- type: string
568
- visualWeight: 0
569
- - display: text
570
- style:
571
- color: var(--text-color-default)
572
- fontWeight: bold
573
- size: medium
574
- type: string
575
- visualWeight: 1
576
- - display: text
577
- style:
578
- color: var(--text-color-default)
579
- fontWeight: bold
580
- size: large
581
- type: string
582
- visualWeight: 2
583
- - id: create_time
584
- name: 录入时间
585
- candidates:
586
- - display: text
587
- formatter:
588
- format: relative
589
- type: date
590
- type: date
591
- visualWeight: -1
592
- - display: text
593
- formatter:
594
- format: accurate
595
- type: date
596
- type: date
597
- visualWeight: 0
598
- - display: text
599
- formatter:
600
- format: full
601
- type: date
602
- type: date
603
- visualWeight: 1
604
- - display: text
605
- formatter:
606
- format: full
607
- type: date
608
- type: date
609
- visualWeight: 2
610
- - id: hosts
611
- name: hosts文件
612
- candidates:
613
- - countOnly: true
614
- display: text
615
- type: struct-list
616
- visualWeight: -1
617
- - countOnly: true
618
- display: link
619
- type: struct-list
620
- visualWeight: 0
621
- - display: tag
622
- field: hostname
623
- maxItems: 2
624
- style:
625
- variant: default
626
- type: struct-list
627
- visualWeight: 1
628
- - display: tag
629
- field: hostname
630
- maxItems: 2
631
- style:
632
- variant: outline
633
- type: struct-list
634
- visualWeight: 2
635
- - id: _occupiedU
636
- name: 占用U数
637
- candidates:
638
- - display: text
639
- style:
640
- color: var(--text-color-secondary)
641
- size: medium
642
- type: integer
643
- visualWeight: -1
644
- - display: text
645
- style:
646
- color: var(--text-color-default)
647
- size: medium
648
- type: integer
649
- visualWeight: 0
650
- - display: text
651
- style:
652
- color: var(--text-color-default)
653
- fontWeight: bold
654
- size: medium
655
- type: integer
656
- visualWeight: 1
657
- - display: text
658
- style:
659
- color: var(--text-color-default)
660
- fontWeight: bold
661
- size: large
662
- type: integer
663
- visualWeight: 2
664
- - id: _uuid
665
- name: uuid
666
- candidates:
667
- - display: text
668
- style:
669
- color: var(--text-color-secondary)
670
- size: medium
671
- type: string
672
- visualWeight: -1
673
- - display: text
674
- style:
675
- color: var(--text-color-default)
676
- size: medium
677
- type: string
678
- visualWeight: 0
679
- - display: text
680
- style:
681
- color: var(--text-color-default)
682
- fontWeight: bold
683
- size: medium
684
- type: string
685
- visualWeight: 1
686
- - display: text
687
- style:
688
- color: var(--text-color-default)
689
- fontWeight: bold
690
- size: large
691
- type: string
692
- visualWeight: 2
693
- - id: status
694
- name: 运营状态
695
- enum:
696
- - 运营中
697
- - 未上线
698
- - 维修中
699
- - 报废
700
- - 已下线
701
- - 备用
702
- - 故障中
703
- - 下线隔离中
704
- - 开发机
705
- - 测试机
706
- candidates:
707
- - display: text
708
- style:
709
- color: var(--text-color-secondary)
710
- size: medium
711
- type: enum
712
- visualWeight: -1
713
- - display: tag
714
- style:
715
- palette:
716
- 下线隔离中: gray
717
- 备用: grayblue
718
- 已下线: gray
719
- 开发机: blue
720
- 报废: red
721
- 故障中: red
722
- 未上线: gray
723
- 测试机: cyan
724
- 维修中: orange
725
- 运营中: green
726
- variant: default
727
- type: enum
728
- visualWeight: 0
729
- - display: tag
730
- style:
731
- palette:
732
- 下线隔离中: gray
733
- 备用: grayblue
734
- 已下线: gray
735
- 开发机: blue
736
- 报废: red
737
- 故障中: red
738
- 未上线: gray
739
- 测试机: cyan
740
- 维修中: orange
741
- 运营中: green
742
- variant: outline
743
- type: enum
744
- visualWeight: 1
745
- - display: tag
746
- style:
747
- palette:
748
- 下线隔离中: gray
749
- 备用: grayblue
750
- 已下线: gray
751
- 开发机: blue
752
- 报废: red
753
- 故障中: red
754
- 未上线: gray
755
- 测试机: cyan
756
- 维修中: orange
757
- 运营中: green
758
- variant: background
759
- type: enum
760
- visualWeight: 2
761
- - id: time_sync
762
- name: 是否时间同步
763
- enum:
764
- - 是
765
- - 否
766
- candidates:
767
- - display: text
768
- style:
769
- color: var(--text-color-secondary)
770
- size: medium
771
- type: enum
772
- visualWeight: -1
773
- - display: tag
774
- style:
775
- palette:
776
- 否: red
777
- 是: green
778
- variant: default
779
- type: enum
780
- visualWeight: 0
781
- - display: tag
782
- style:
783
- palette:
784
- 否: red
785
- 是: green
786
- variant: outline
787
- type: enum
788
- visualWeight: 1
789
- - display: tag
790
- style:
791
- palette:
792
- 否: red
793
- 是: green
794
- variant: background
795
- type: enum
796
- visualWeight: 2
797
- - id: memSize
798
- name: 内存大小
799
- candidates:
800
- - display: text
801
- formatter:
802
- format: unit
803
- originalUnit: KiB
804
- type: number
805
- style:
806
- color: var(--text-color-secondary)
807
- size: medium
808
- type: integer
809
- visualWeight: -1
810
- - display: text
811
- formatter:
812
- format: unit
813
- originalUnit: MiB
814
- type: number
815
- style:
816
- color: var(--text-color-default)
817
- size: medium
818
- type: integer
819
- visualWeight: 0
820
- - display: text
821
- formatter:
822
- format: unit
823
- originalUnit: GiB
824
- type: number
825
- style:
826
- color: var(--text-color-default)
827
- fontWeight: bold
828
- size: medium
829
- type: integer
830
- visualWeight: 1
831
- - display: text
832
- formatter:
833
- format: unit
834
- originalUnit: GiB
835
- type: number
836
- style:
837
- color: var(--text-color-default)
838
- fontWeight: bold
839
- size: large
840
- type: integer
841
- visualWeight: 2
842
- - id: _startU
843
- name: 起始U位
844
- candidates:
845
- - display: text
846
- style:
847
- color: var(--text-color-secondary)
848
- size: medium
849
- type: integer
850
- visualWeight: -1
851
- - display: text
852
- style:
853
- color: var(--text-color-default)
854
- size: medium
855
- type: integer
856
- visualWeight: 0
857
- - display: text
858
- style:
859
- color: var(--text-color-default)
860
- fontWeight: bold
861
- size: medium
862
- type: integer
863
- visualWeight: 1
864
- - display: text
865
- style:
866
- color: var(--text-color-default)
867
- fontWeight: bold
868
- size: large
869
- type: integer
870
- visualWeight: 2
871
- - id: ip
872
- name: IP
873
- candidates:
874
- - display: text
875
- style:
876
- color: var(--text-color-secondary)
877
- size: medium
878
- type: string
879
- visualWeight: -1
880
- - display: text
881
- style:
882
- color: var(--text-color-default)
883
- size: medium
884
- type: string
885
- visualWeight: 0
886
- - display: text
887
- style:
888
- color: var(--text-color-default)
889
- fontWeight: bold
890
- size: medium
891
- type: string
892
- visualWeight: 1
893
- - display: text
894
- style:
895
- color: var(--text-color-default)
896
- fontWeight: bold
897
- size: large
898
- type: string
899
- visualWeight: 2
900
- - id: cpus
901
- name: 总物理核心数
902
- candidates:
903
- - display: text
904
- style:
905
- color: var(--text-color-secondary)
906
- size: medium
907
- type: integer
908
- visualWeight: -1
909
- - display: text
910
- style:
911
- color: var(--text-color-default)
912
- size: medium
913
- type: integer
914
- visualWeight: 0
915
- - display: text
916
- style:
917
- color: var(--text-color-default)
918
- fontWeight: bold
919
- size: medium
920
- type: integer
921
- visualWeight: 1
922
- - display: text
923
- style:
924
- color: var(--text-color-default)
925
- fontWeight: bold
926
- size: large
927
- type: integer
928
- visualWeight: 2
929
- - id: diskTotal
930
- name: 磁盘容量
931
- candidates:
932
- - display: text
933
- style:
934
- color: var(--text-color-default)
935
- size: medium
936
- type: string
937
- visualWeight: 0
938
- - display: text
939
- style:
940
- color: var(--text-color-default)
941
- fontWeight: bold
942
- size: medium
943
- type: string
944
- visualWeight: 1
945
- - display: text
946
- style:
947
- color: var(--text-color-default)
948
- fontWeight: bold
949
- size: large
950
- type: string
951
- visualWeight: 2
952
- - id: vmType
953
- name: 虚拟化类型
954
- enum:
955
- - physical
956
- - lxc
957
- - kvm
958
- - docker
959
- - vcenter
960
- candidates:
961
- - display: text
962
- style:
963
- color: var(--text-color-secondary)
964
- size: medium
965
- type: enum
966
- visualWeight: -1
967
- - display: tag
968
- style:
969
- palette:
970
- docker: green
971
- kvm: blue
972
- lxc: gray
973
- physical: gray
974
- vcenter: gray
975
- variant: default
976
- type: enum
977
- visualWeight: 0
978
- - display: tag
979
- style:
980
- palette:
981
- docker: green
982
- kvm: blue
983
- lxc: gray
984
- physical: gray
985
- vcenter: gray
986
- variant: outline
987
- type: enum
988
- visualWeight: 1
989
- - display: tag
990
- style:
991
- palette:
992
- docker: green
993
- kvm: blue
994
- lxc: gray
995
- physical: gray
996
- vcenter: gray
997
- variant: background
998
- type: enum
999
- visualWeight: 2
1000
- - id: osDistro
1001
- name: 操作系统发行版本
1002
- candidates:
1003
- - display: text
1004
- style:
1005
- color: var(--text-color-secondary)
1006
- size: medium
1007
- type: string
1008
- visualWeight: -1
1009
- - display: text
1010
- style:
1011
- color: var(--text-color-default)
1012
- size: medium
1013
- type: string
1014
- visualWeight: 0
1015
- - display: text
1016
- style:
1017
- color: var(--text-color-default)
1018
- fontWeight: bold
1019
- size: medium
1020
- type: string
1021
- visualWeight: 1
1022
- - display: text
1023
- style:
1024
- color: var(--text-color-default)
1025
- fontWeight: bold
1026
- size: large
1027
- type: string
1028
- visualWeight: 2
1029
- - id: customer
1030
- name: 所属客户
1031
- candidates:
1032
- - display: text
1033
- style:
1034
- color: var(--text-color-secondary)
1035
- size: medium
1036
- type: string
1037
- visualWeight: -1
1038
- - display: text
1039
- style:
1040
- color: var(--text-color-default)
1041
- size: medium
1042
- type: string
1043
- visualWeight: 0
1044
- - display: text
1045
- style:
1046
- color: var(--text-color-default)
1047
- fontWeight: bold
1048
- size: medium
1049
- type: string
1050
- visualWeight: 1
1051
- - display: text
1052
- style:
1053
- color: var(--text-color-default)
1054
- fontWeight: bold
1055
- size: large
1056
- type: string
1057
- visualWeight: 2
1058
- - id: producer
1059
- name: 服务器厂商
1060
- candidates:
1061
- - display: text
1062
- style:
1063
- color: var(--text-color-secondary)
1064
- size: medium
1065
- type: string
1066
- visualWeight: -1
1067
- - display: text
1068
- style:
1069
- color: var(--text-color-default)
1070
- size: medium
1071
- type: string
1072
- visualWeight: 0
1073
- - display: text
1074
- style:
1075
- color: var(--text-color-default)
1076
- fontWeight: bold
1077
- size: medium
1078
- type: string
1079
- visualWeight: 1
1080
- - display: text
1081
- style:
1082
- color: var(--text-color-default)
1083
- fontWeight: bold
1084
- size: large
1085
- type: string
1086
- visualWeight: 2
1087
- - id: openstack_server_id
1088
- name: OpenStack私有云虚拟机标识
1089
- candidates:
1090
- - display: text
1091
- style:
1092
- color: var(--text-color-secondary)
1093
- size: medium
1094
- type: string
1095
- visualWeight: -1
1096
- - display: text
1097
- style:
1098
- color: var(--text-color-default)
1099
- size: medium
1100
- type: string
1101
- visualWeight: 0
1102
- - display: text
1103
- style:
1104
- color: var(--text-color-default)
1105
- fontWeight: bold
1106
- size: medium
1107
- type: string
1108
- visualWeight: 1
1109
- - display: text
1110
- style:
1111
- color: var(--text-color-default)
1112
- fontWeight: bold
1113
- size: large
1114
- type: string
1115
- visualWeight: 2
1116
- - id: _environment
1117
- name: 主机环境
1118
- enum:
1119
- - 无
1120
- - 开发
1121
- - 测试
1122
- - 预发布
1123
- - 生产
1124
- - 灾备
1125
- candidates:
1126
- - display: text
1127
- style:
1128
- color: var(--text-color-secondary)
1129
- size: medium
1130
- type: enum
1131
- visualWeight: -1
1132
- - display: tag
1133
- style:
1134
- palette:
1135
- 开发: cyan
1136
- 无: gray
1137
- 测试: geekblue
1138
- 灾备: red
1139
- 生产: green
1140
- 预发布: orange
1141
- variant: default
1142
- type: enum
1143
- visualWeight: 0
1144
- - display: tag
1145
- style:
1146
- palette:
1147
- 开发: cyan
1148
- 无: gray
1149
- 测试: geekblue
1150
- 灾备: red
1151
- 生产: green
1152
- 预发布: orange
1153
- variant: outline
1154
- type: enum
1155
- visualWeight: 1
1156
- - display: tag
1157
- style:
1158
- palette:
1159
- 开发: cyan
1160
- 无: gray
1161
- 测试: geekblue
1162
- 灾备: red
1163
- 生产: green
1164
- 预发布: orange
1165
- variant: background
1166
- type: enum
1167
- visualWeight: 2
1168
- - id: asset_id
1169
- name: 固资编号
1170
- candidates:
1171
- - display: text
1172
- style:
1173
- color: var(--text-color-secondary)
1174
- size: medium
1175
- type: string
1176
- visualWeight: -1
1177
- - display: text
1178
- style:
1179
- color: var(--text-color-default)
1180
- size: medium
1181
- type: string
1182
- visualWeight: 0
1183
- - display: text
1184
- style:
1185
- color: var(--text-color-default)
1186
- fontWeight: bold
1187
- size: medium
1188
- type: string
1189
- visualWeight: 1
1190
- - display: text
1191
- style:
1192
- color: var(--text-color-default)
1193
- fontWeight: bold
1194
- size: large
1195
- type: string
1196
- visualWeight: 2
1197
- - id: iptables
1198
- name: iptables
1199
- candidates:
1200
- - countOnly: true
1201
- display: text
1202
- type: struct-list
1203
- visualWeight: -1
1204
- - countOnly: true
1205
- display: link
1206
- type: struct-list
1207
- visualWeight: 0
1208
- - display: tag
1209
- field: chain
1210
- maxItems: 2
1211
- style:
1212
- variant: default
1213
- type: struct-list
1214
- visualWeight: 1
1215
- - display: tag
1216
- field: protocol
1217
- maxItems: 2
1218
- style:
1219
- variant: outline
1220
- type: struct-list
1221
- visualWeight: 2
1222
- - id: use
1223
- name: 用途
1224
- candidates:
1225
- - display: text
1226
- style:
1227
- color: var(--text-color-secondary)
1228
- size: medium
1229
- type: string
1230
- visualWeight: -1
1231
- - display: text
1232
- style:
1233
- color: var(--text-color-default)
1234
- size: medium
1235
- type: string
1236
- visualWeight: 0
1237
- - display: text
1238
- style:
1239
- color: var(--text-color-default)
1240
- fontWeight: bold
1241
- size: medium
1242
- type: string
1243
- visualWeight: 1
1244
- - display: text
1245
- style:
1246
- color: var(--text-color-default)
1247
- fontWeight: bold
1248
- size: large
1249
- type: string
1250
- visualWeight: 2
1251
- - id: aliveDate
1252
- name: 有效日期
1253
- candidates:
1254
- - display: text
1255
- formatter:
1256
- format: relative
1257
- type: date
1258
- type: date
1259
- visualWeight: -1
1260
- - display: text
1261
- formatter:
1262
- format: accurate
1263
- type: date
1264
- type: date
1265
- visualWeight: 0
1266
- - display: text
1267
- formatter:
1268
- format: full
1269
- type: date
1270
- type: date
1271
- visualWeight: 1
1272
- - display: text
1273
- formatter:
1274
- format: full
1275
- type: date
1276
- type: date
1277
- visualWeight: 2
1278
- - id: osArchitecture
1279
- name: 操作系统架构
1280
- candidates:
1281
- - display: text
1282
- style:
1283
- color: var(--text-color-secondary)
1284
- size: medium
1285
- type: string
1286
- visualWeight: -1
1287
- - display: text
1288
- style:
1289
- color: var(--text-color-default)
1290
- size: medium
1291
- type: string
1292
- visualWeight: 0
1293
- - display: text
1294
- style:
1295
- color: var(--text-color-default)
1296
- fontWeight: bold
1297
- size: medium
1298
- type: string
1299
- visualWeight: 1
1300
- - display: text
1301
- style:
1302
- color: var(--text-color-default)
1303
- fontWeight: bold
1304
- size: large
1305
- type: string
1306
- visualWeight: 2
1307
- - id: resourceType
1308
- name: 计算资源类型
1309
- enum:
1310
- - X86虚拟机
1311
- - X86物理机
1312
- - 小型机
1313
- - 其他
1314
- - ARM物理机
1315
- candidates:
1316
- - display: text
1317
- style:
1318
- color: var(--text-color-secondary)
1319
- size: medium
1320
- type: enum
1321
- visualWeight: -1
1322
- - display: tag
1323
- style:
1324
- palette:
1325
- ARM物理机: green
1326
- X86物理机: gray
1327
- X86虚拟机: purple
1328
- 其他: orange
1329
- 小型机: blue
1330
- variant: default
1331
- type: enum
1332
- visualWeight: 0
1333
- - display: tag
1334
- style:
1335
- palette:
1336
- ARM物理机: green
1337
- X86物理机: gray
1338
- X86虚拟机: purple
1339
- 其他: orange
1340
- 小型机: blue
1341
- variant: outline
1342
- type: enum
1343
- visualWeight: 1
1344
- - display: tag
1345
- style:
1346
- palette:
1347
- ARM物理机: green
1348
- X86物理机: gray
1349
- X86虚拟机: purple
1350
- 其他: orange
1351
- 小型机: blue
1352
- variant: background
1353
- type: enum
1354
- visualWeight: 2
1355
- - id: maintenanceState
1356
- name: 维保状态
1357
- enum:
1358
- - 未配置
1359
- - 已到期
1360
- - 维保中
1361
- candidates:
1362
- - display: text
1363
- style:
1364
- color: var(--text-color-secondary)
1365
- size: medium
1366
- type: enum
1367
- visualWeight: -1
1368
- - display: tag
1369
- style:
1370
- palette:
1371
- 已到期: red
1372
- 未配置: gray
1373
- 维保中: green
1374
- variant: default
1375
- type: enum
1376
- visualWeight: 0
1377
- - display: tag
1378
- style:
1379
- palette:
1380
- 已到期: red
1381
- 未配置: gray
1382
- 维保中: green
1383
- variant: outline
1384
- type: enum
1385
- visualWeight: 1
1386
- - display: tag
1387
- style:
1388
- palette:
1389
- 已到期: red
1390
- 未配置: gray
1391
- 维保中: green
1392
- variant: background
1393
- type: enum
1394
- visualWeight: 2
1395
- - id: hostname
1396
- name: 主机名
1397
- candidates:
1398
- - display: text
1399
- style:
1400
- color: var(--text-color-secondary)
1401
- size: medium
1402
- type: string
1403
- visualWeight: -1
1404
- - display: text
1405
- style:
1406
- color: var(--text-color-default)
1407
- size: medium
1408
- type: string
1409
- visualWeight: 0
1410
- - display: text
1411
- style:
1412
- color: var(--text-color-default)
1413
- fontWeight: bold
1414
- size: medium
1415
- type: string
1416
- visualWeight: 1
1417
- - display: text
1418
- style:
1419
- color: var(--text-color-default)
1420
- fontWeight: bold
1421
- size: large
1422
- type: string
1423
- visualWeight: 2
1424
- - id: eth
1425
- name: 网卡信息
1426
- candidates:
1427
- - countOnly: true
1428
- display: text
1429
- type: struct-list
1430
- visualWeight: -1
1431
- - countOnly: true
1432
- display: link
1433
- type: struct-list
1434
- visualWeight: 0
1435
- - display: tag
1436
- field: name
1437
- maxItems: 2
1438
- style:
1439
- variant: default
1440
- type: struct-list
1441
- visualWeight: 1
1442
- - display: tag
1443
- field: name
1444
- maxItems: 2
1445
- style:
1446
- variant: outline
1447
- type: struct-list
1448
- visualWeight: 2
1449
- - id: osVersion
1450
- name: 操作系统
1451
- candidates:
1452
- - display: text
1453
- style:
1454
- color: var(--text-color-default)
1455
- size: medium
1456
- type: string
1457
- visualWeight: 0
1458
- - display: text
1459
- style:
1460
- color: var(--text-color-default)
1461
- fontWeight: bold
1462
- size: medium
1463
- type: string
1464
- visualWeight: 1
1465
- - display: text
1466
- style:
1467
- color: var(--text-color-default)
1468
- fontWeight: bold
1469
- size: large
1470
- type: string
1471
- visualWeight: 2
1472
- - id: NTP
1473
- name: NTP服务器
1474
- candidates:
1475
- - display: text
1476
- style:
1477
- color: var(--text-color-default)
1478
- size: medium
1479
- type: string
1480
- visualWeight: 0
1481
- - display: text
1482
- style:
1483
- color: var(--text-color-default)
1484
- fontWeight: bold
1485
- size: medium
1486
- type: string
1487
- visualWeight: 1
1488
- - display: text
1489
- style:
1490
- color: var(--text-color-default)
1491
- fontWeight: bold
1492
- size: large
1493
- type: string
1494
- visualWeight: 2
1495
- - id: pv
1496
- name: pv信息
1497
- candidates:
1498
- - display: text
1499
- field: PV_Name
1500
- type: struct
1501
- visualWeight: 0
1502
- - display: link
1503
- field: PV_Name
1504
- type: struct
1505
- visualWeight: 1
1506
- - display: tag
1507
- field: PV_Name
1508
- style:
1509
- color: var(--text-color-default)
1510
- variant: outline
1511
- type: struct
1512
- visualWeight: 2
1513
- - display: text
1514
- field: VG_Name
1515
- type: struct
1516
- visualWeight: -1
1517
- - id: outer_ip
1518
- name: 外网ip
1519
- candidates:
1520
- - display: text
1521
- style:
1522
- color: var(--text-color-secondary)
1523
- size: medium
1524
- type: string
1525
- visualWeight: -1
1526
- - display: text
1527
- style:
1528
- color: var(--text-color-default)
1529
- size: medium
1530
- type: string
1531
- visualWeight: 0
1532
- - display: text
1533
- style:
1534
- color: var(--text-color-default)
1535
- fontWeight: bold
1536
- size: medium
1537
- type: string
1538
- visualWeight: 1
1539
- - display: text
1540
- style:
1541
- color: var(--text-color-default)
1542
- fontWeight: bold
1543
- size: large
1544
- type: string
1545
- visualWeight: 2
1546
- - id: appServicePort
1547
- name: 应用服务端口监控
1548
- candidates:
1549
- - display: text
1550
- style:
1551
- color: var(--text-color-secondary)
1552
- size: medium
1553
- type: string
1554
- visualWeight: -1
1555
- - display: text
1556
- style:
1557
- color: var(--text-color-default)
1558
- size: medium
1559
- type: string
1560
- visualWeight: 0
1561
- - display: text
1562
- style:
1563
- color: var(--text-color-default)
1564
- fontWeight: bold
1565
- size: medium
1566
- type: string
1567
- visualWeight: 1
1568
- - display: text
1569
- style:
1570
- color: var(--text-color-default)
1571
- fontWeight: bold
1572
- size: large
1573
- type: string
1574
- visualWeight: 2
1575
- - id: service
1576
- name: 服务信息
1577
- candidates:
1578
- - countOnly: true
1579
- display: text
1580
- type: struct-list
1581
- visualWeight: -1
1582
- - countOnly: true
1583
- display: link
1584
- type: struct-list
1585
- visualWeight: 0
1586
- - display: tag
1587
- field: name
1588
- maxItems: 2
1589
- style:
1590
- variant: default
1591
- type: struct-list
1592
- visualWeight: 1
1593
- - display: tag
1594
- field: name
1595
- maxItems: 2
1596
- style:
1597
- variant: outline
1598
- type: struct-list
1599
- visualWeight: 2
1600
- - id: device_model
1601
- name: 型号
1602
- candidates:
1603
- - display: text
1604
- style:
1605
- color: var(--text-color-default)
1606
- size: medium
1607
- type: string
1608
- visualWeight: 0
1609
- - display: text
1610
- style:
1611
- color: var(--text-color-default)
1612
- fontWeight: bold
1613
- size: medium
1614
- type: string
1615
- visualWeight: 1
1616
- - display: text
1617
- style:
1618
- color: var(--text-color-default)
1619
- fontWeight: bold
1620
- size: large
1621
- type: string
1622
- visualWeight: 2
1623
- - id: sn
1624
- name: 设备SN
1625
- candidates:
1626
- - display: text
1627
- style:
1628
- color: var(--text-color-secondary)
1629
- size: medium
1630
- type: string
1631
- visualWeight: -1
1632
- - display: text
1633
- style:
1634
- color: var(--text-color-default)
1635
- size: medium
1636
- type: string
1637
- visualWeight: 0
1638
- - display: text
1639
- style:
1640
- color: var(--text-color-default)
1641
- fontWeight: bold
1642
- size: medium
1643
- type: string
1644
- visualWeight: 1
1645
- - display: text
1646
- style:
1647
- color: var(--text-color-default)
1648
- fontWeight: bold
1649
- size: large
1650
- type: string
1651
- visualWeight: 2
1652
- - id: time_zone
1653
- name: 时区
1654
- candidates:
1655
- - display: text
1656
- style:
1657
- color: var(--text-color-secondary)
1658
- size: medium
1659
- type: string
1660
- visualWeight: -1
1661
- - display: text
1662
- style:
1663
- color: var(--text-color-default)
1664
- size: medium
1665
- type: string
1666
- visualWeight: 0
1667
- - display: text
1668
- style:
1669
- color: var(--text-color-default)
1670
- fontWeight: bold
1671
- size: medium
1672
- type: string
1673
- visualWeight: 1
1674
- - display: text
1675
- style:
1676
- color: var(--text-color-default)
1677
- fontWeight: bold
1678
- size: large
1679
- type: string
1680
- visualWeight: 2
1681
- - id: usbkey
1682
- name: usbkey
1683
- candidates:
1684
- - display: text
1685
- field: key
1686
- type: struct
1687
- visualWeight: 0
1688
- - display: link
1689
- field: key
1690
- type: struct
1691
- visualWeight: 1
1692
- - display: tag
1693
- field: key_sn
1694
- type: struct
1695
- visualWeight: 2
1696
- - id: disk
1697
- name: 磁盘信息
1698
- candidates:
1699
- - countOnly: true
1700
- display: text
1701
- type: struct-list
1702
- visualWeight: -1
1703
- - countOnly: true
1704
- display: link
1705
- type: struct-list
1706
- visualWeight: 0
1707
- - display: tag
1708
- field: device
1709
- maxItems: 2
1710
- style:
1711
- variant: default
1712
- type: struct-list
1713
- visualWeight: 1
1714
- - display: tag
1715
- field: device
1716
- maxItems: 2
1717
- style:
1718
- variant: outline
1719
- type: struct-list
1720
- visualWeight: 2
1721
- - id: applicant
1722
- name: 申请人
1723
- candidates:
1724
- - display: text
1725
- style:
1726
- color: var(--text-color-secondary)
1727
- size: medium
1728
- type: string
1729
- visualWeight: -1
1730
- - display: text
1731
- style:
1732
- color: var(--text-color-default)
1733
- size: medium
1734
- type: string
1735
- visualWeight: 0
1736
- - display: text
1737
- style:
1738
- color: var(--text-color-default)
1739
- fontWeight: bold
1740
- size: medium
1741
- type: string
1742
- visualWeight: 1
1743
- - display: text
1744
- style:
1745
- color: var(--text-color-default)
1746
- fontWeight: bold
1747
- size: large
1748
- type: string
1749
- visualWeight: 2
1750
- - id: agentVersion
1751
- name: agent版本
1752
- candidates:
1753
- - display: text
1754
- style:
1755
- color: var(--text-color-secondary)
1756
- size: medium
1757
- type: string
1758
- visualWeight: -1
1759
- - display: text
1760
- style:
1761
- color: var(--text-color-default)
1762
- size: medium
1763
- type: string
1764
- visualWeight: 0
1765
- - display: text
1766
- style:
1767
- color: var(--text-color-default)
1768
- fontWeight: bold
1769
- size: medium
1770
- type: string
1771
- visualWeight: 1
1772
- - display: text
1773
- style:
1774
- color: var(--text-color-default)
1775
- fontWeight: bold
1776
- size: large
1777
- type: string
1778
- visualWeight: 2
1779
- - id: host_spec
1780
- name: 主机规格
1781
- candidates:
1782
- - display: text
1783
- style:
1784
- color: var(--text-color-secondary)
1785
- size: medium
1786
- type: string
1787
- visualWeight: -1
1788
- - display: text
1789
- style:
1790
- color: var(--text-color-default)
1791
- size: medium
1792
- type: string
1793
- visualWeight: 0
1794
- - display: text
1795
- style:
1796
- color: var(--text-color-default)
1797
- fontWeight: bold
1798
- size: medium
1799
- type: string
1800
- visualWeight: 1
1801
- - display: text
1802
- style:
1803
- color: var(--text-color-default)
1804
- fontWeight: bold
1805
- size: large
1806
- type: string
1807
- visualWeight: 2
1808
- - id: ticket_num
1809
- name: 工单号
1810
- candidates:
1811
- - display: text
1812
- style:
1813
- color: var(--text-color-secondary)
1814
- size: medium
1815
- type: string
1816
- visualWeight: -1
1817
- - display: text
1818
- style:
1819
- color: var(--text-color-default)
1820
- size: medium
1821
- type: string
1822
- visualWeight: 0
1823
- - display: text
1824
- style:
1825
- color: var(--text-color-default)
1826
- fontWeight: bold
1827
- size: medium
1828
- type: string
1829
- visualWeight: 1
1830
- - display: text
1831
- style:
1832
- color: var(--text-color-default)
1833
- fontWeight: bold
1834
- size: large
1835
- type: string
1836
- visualWeight: 2
1837
- - id: DNS
1838
- name: DNS服务器
1839
- candidates:
1840
- - display: text
1841
- style:
1842
- color: var(--text-color-secondary)
1843
- size: medium
1844
- type: string
1845
- visualWeight: -1
1846
- - display: text
1847
- style:
1848
- color: var(--text-color-default)
1849
- size: medium
1850
- type: string
1851
- visualWeight: 0
1852
- - display: text
1853
- style:
1854
- color: var(--text-color-default)
1855
- fontWeight: bold
1856
- size: medium
1857
- type: string
1858
- visualWeight: 1
1859
- - display: text
1860
- style:
1861
- color: var(--text-color-default)
1862
- fontWeight: bold
1863
- size: large
1864
- type: string
1865
- visualWeight: 2
1866
- - id: samplerVersion
1867
- name: sampler版本
1868
- candidates:
1869
- - display: text
1870
- style:
1871
- color: var(--text-color-secondary)
1872
- size: medium
1873
- type: string
1874
- visualWeight: -1
1875
- - display: text
1876
- style:
1877
- color: var(--text-color-default)
1878
- size: medium
1879
- type: string
1880
- visualWeight: 0
1881
- - display: text
1882
- style:
1883
- color: var(--text-color-default)
1884
- fontWeight: bold
1885
- size: medium
1886
- type: string
1887
- visualWeight: 1
1888
- - display: text
1889
- style:
1890
- color: var(--text-color-default)
1891
- fontWeight: bold
1892
- size: large
1893
- type: string
1894
- visualWeight: 2
1895
- - id: installedPatch
1896
- name: 已安装的补丁信息
1897
- candidates:
1898
- - countOnly: true
1899
- display: text
1900
- type: struct-list
1901
- visualWeight: -1
1902
- - countOnly: true
1903
- display: link
1904
- type: struct-list
1905
- visualWeight: 0
1906
- - display: tag
1907
- field: articleId
1908
- maxItems: 2
1909
- style:
1910
- variant: default
1911
- type: struct-list
1912
- visualWeight: 1
1913
- - display: tag
1914
- field: articleId
1915
- maxItems: 2
1916
- style:
1917
- variant: outline
1918
- type: struct-list
1919
- visualWeight: 2
1920
- - id: businessIP
1921
- name: 业务IP
1922
- candidates:
1923
- - display: text
1924
- style:
1925
- color: var(--text-color-secondary)
1926
- size: medium
1927
- type: string
1928
- visualWeight: -1
1929
- - display: text
1930
- style:
1931
- color: var(--text-color-default)
1932
- size: medium
1933
- type: string
1934
- visualWeight: 0
1935
- - display: text
1936
- style:
1937
- color: var(--text-color-default)
1938
- fontWeight: bold
1939
- size: medium
1940
- type: string
1941
- visualWeight: 1
1942
- - display: text
1943
- style:
1944
- color: var(--text-color-default)
1945
- fontWeight: bold
1946
- size: large
1947
- type: string
1948
- visualWeight: 2
1949
- - id: annotations
1950
- name: 注解
1951
- candidates:
1952
- - countOnly: true
1953
- display: text
1954
- type: struct-list
1955
- visualWeight: -1
1956
- - countOnly: true
1957
- display: link
1958
- type: struct-list
1959
- visualWeight: 0
1960
- - display: tag
1961
- field: key
1962
- maxItems: 2
1963
- style:
1964
- variant: default
1965
- type: struct-list
1966
- visualWeight: 1
1967
- - display: tag
1968
- field: key
1969
- maxItems: 2
1970
- style:
1971
- variant: outline
1972
- type: struct-list
1973
- visualWeight: 2
1974
- - id: nodeLabels
1975
- name: k8s标签
1976
- candidates:
1977
- - countOnly: true
1978
- display: text
1979
- type: struct-list
1980
- visualWeight: -1
1981
- - countOnly: true
1982
- display: link
1983
- type: struct-list
1984
- visualWeight: 0
1985
- - display: tag
1986
- field: key
1987
- maxItems: 2
1988
- style:
1989
- variant: default
1990
- type: struct-list
1991
- visualWeight: 1
1992
- - display: tag
1993
- field: key
1994
- maxItems: 2
1995
- style:
1996
- variant: outline
1997
- type: struct-list
1998
- visualWeight: 2
1999
- - id: nodeStatus
2000
- name: k8s节点状态
2001
- candidates:
2002
- - display: text
2003
- style:
2004
- color: var(--text-color-secondary)
2005
- size: medium
2006
- type: string
2007
- visualWeight: -1
2008
- - display: text
2009
- style:
2010
- color: var(--text-color-default)
2011
- size: medium
2012
- type: string
2013
- visualWeight: 0
2014
- - display: text
2015
- style:
2016
- color: var(--text-color-default)
2017
- fontWeight: bold
2018
- size: medium
2019
- type: string
2020
- visualWeight: 1
2021
- - display: text
2022
- style:
2023
- color: var(--text-color-default)
2024
- fontWeight: bold
2025
- size: large
2026
- type: string
2027
- visualWeight: 2
2028
- - id: filesystem
2029
- name: 文件系统
2030
- candidates:
2031
- - countOnly: true
2032
- display: text
2033
- type: struct-list
2034
- visualWeight: -1
2035
- - countOnly: true
2036
- display: link
2037
- type: struct-list
2038
- visualWeight: 0
2039
- - display: tag
2040
- field: filesystem
2041
- maxItems: 2
2042
- style:
2043
- variant: default
2044
- type: struct-list
2045
- visualWeight: 1
2046
- - display: tag
2047
- field: filesystem
2048
- maxItems: 2
2049
- style:
2050
- variant: outline
2051
- type: struct-list
2052
- visualWeight: 2
2053
- - id: labels
2054
- name: 标签
2055
- candidates:
2056
- - countOnly: true
2057
- display: text
2058
- type: struct-list
2059
- visualWeight: -1
2060
- - countOnly: true
2061
- display: link
2062
- type: struct-list
2063
- visualWeight: 0
2064
- - display: tag
2065
- field: key
2066
- maxItems: 2
2067
- style:
2068
- variant: default
2069
- type: struct-list
2070
- visualWeight: 1
2071
- - display: tag
2072
- field: key
2073
- maxItems: 2
2074
- style:
2075
- variant: outline
2076
- type: struct-list
2077
- visualWeight: 2
2078
- - id: taints
2079
- name: 污点
2080
- candidates:
2081
- - countOnly: true
2082
- display: text
2083
- type: struct-list
2084
- visualWeight: -1
2085
- - countOnly: true
2086
- display: link
2087
- type: struct-list
2088
- visualWeight: 0
2089
- - display: tag
2090
- field: key
2091
- maxItems: 2
2092
- style:
2093
- variant: default
2094
- type: struct-list
2095
- visualWeight: 1
2096
- - display: tag
2097
- field: key
2098
- maxItems: 2
2099
- style:
2100
- variant: outline
2101
- type: struct-list
2102
- visualWeight: 2
2103
- - id: isSinglePower
2104
- name: 是否单电源
2105
- candidates:
2106
- - display: text
2107
- "false":
2108
- style:
2109
- color: var(--text-color-default)
2110
- text: "N"
2111
- "true":
2112
- style:
2113
- color: var(--text-color-default)
2114
- text: "Y"
2115
- type: boolean
2116
- visualWeight: -1
2117
- - display: icon
2118
- "false":
2119
- icon: xmark
2120
- style:
2121
- color: var(--color-error)
2122
- "true":
2123
- icon: check
2124
- style:
2125
- color: var(--color-success)
2126
- type: boolean
2127
- visualWeight: 0
2128
- - display: icon+text
2129
- "false":
2130
- icon: xmark
2131
- style:
2132
- color: var(--color-error)
2133
- text: "No"
2134
- "true":
2135
- icon: check
2136
- style:
2137
- color: var(--color-success)
2138
- text: "Yes"
2139
- type: boolean
2140
- visualWeight: 1
2141
- - display: icon+text
2142
- "false":
2143
- icon: check
2144
- style:
2145
- color: var(--color-success)
2146
- fontWeight: bold
2147
- text: Dual PSU
2148
- "true":
2149
- icon: check
2150
- style:
2151
- color: var(--color-error)
2152
- fontWeight: bold
2153
- text: Single PSU
2154
- type: boolean
2155
- visualWeight: 2
2156
- - id: _agentHeartBeat
2157
- name: agent心跳
2158
- candidates:
2159
- - display: text
2160
- formatter:
2161
- format: relative
2162
- type: date-time
2163
- style:
2164
- color: var(--text-color-secondary)
2165
- size: medium
2166
- type: integer
2167
- visualWeight: -1
2168
- - display: text
2169
- formatter:
2170
- format: accurate
2171
- type: date-time
2172
- style:
2173
- color: var(--text-color-default)
2174
- size: medium
2175
- type: integer
2176
- visualWeight: 0
2177
- - display: text
2178
- formatter:
2179
- format: accurate
2180
- type: date-time
2181
- style:
2182
- color: var(--text-color-default)
2183
- fontWeight: bold
2184
- size: medium
2185
- type: integer
2186
- visualWeight: 1
2187
- - display: text
2188
- formatter:
2189
- format: full
2190
- type: date-time
2191
- style:
2192
- color: var(--text-color-default)
2193
- fontWeight: bold
2194
- size: large
2195
- type: integer
2196
- visualWeight: 2
2197
- - id: maintenance_window
2198
- name: 维护窗口
2199
- candidates:
2200
- - display: text
2201
- style:
2202
- color: var(--text-color-secondary)
2203
- size: medium
2204
- type: string
2205
- visualWeight: -1
2206
- - display: text
2207
- style:
2208
- color: var(--text-color-default)
2209
- size: medium
2210
- type: string
2211
- visualWeight: 0
2212
- - display: text
2213
- style:
2214
- color: var(--text-color-default)
2215
- fontWeight: bold
2216
- size: medium
2217
- type: string
2218
- visualWeight: 1
2219
- - display: text
2220
- style:
2221
- color: var(--text-color-default)
2222
- fontWeight: bold
2223
- size: large
2224
- type: string
2225
- visualWeight: 2
2226
- - id: diskSize
2227
- name: 磁盘大小
2228
- candidates:
2229
- - display: text
2230
- formatter:
2231
- format: unit
2232
- originalUnit: GB
2233
- type: number
2234
- style:
2235
- color: var(--text-color-secondary)
2236
- size: medium
2237
- type: integer
2238
- visualWeight: -1
2239
- - display: text
2240
- formatter:
2241
- format: unit
2242
- originalUnit: GB
2243
- type: number
2244
- style:
2245
- color: var(--text-color-default)
2246
- size: medium
2247
- type: integer
2248
- visualWeight: 0
2249
- - display: text
2250
- formatter:
2251
- format: unit
2252
- originalUnit: GB
2253
- type: number
2254
- style:
2255
- color: var(--text-color-default)
2256
- fontWeight: bold
2257
- size: medium
2258
- type: integer
2259
- visualWeight: 1
2260
- - display: text
2261
- formatter:
2262
- format: unit
2263
- originalUnit: GB
2264
- type: number
2265
- style:
2266
- color: var(--text-color-default)
2267
- fontWeight: bold
2268
- size: large
2269
- type: integer
2270
- visualWeight: 2
2271
- - id: windowsFirewallRules
2272
- name: windows防火墙策略
2273
- candidates:
2274
- - countOnly: true
2275
- display: text
2276
- type: struct-list
2277
- visualWeight: -1
2278
- - countOnly: true
2279
- display: link
2280
- type: struct-list
2281
- visualWeight: 0
2282
- - display: tag
2283
- field: name
2284
- maxItems: 2
2285
- style:
2286
- variant: default
2287
- type: struct-list
2288
- visualWeight: 1
2289
- - display: tag
2290
- field: name
2291
- maxItems: 2
2292
- style:
2293
- variant: outline
2294
- type: struct-list
2295
- visualWeight: 2
2296
- - id: version
2297
- name: 版本
2298
- candidates:
2299
- - display: text
2300
- style:
2301
- color: var(--text-color-secondary)
2302
- size: medium
2303
- type: string
2304
- visualWeight: -1
2305
- - display: text
2306
- style:
2307
- color: var(--text-color-default)
2308
- size: medium
2309
- type: string
2310
- visualWeight: 0
2311
- - display: text
2312
- style:
2313
- color: var(--text-color-default)
2314
- fontWeight: bold
2315
- size: medium
2316
- type: string
2317
- visualWeight: 1
2318
- - display: text
2319
- style:
2320
- color: var(--text-color-default)
2321
- fontWeight: bold
2322
- size: large
2323
- type: string
2324
- visualWeight: 2
2325
- - id: cpuNumber
2326
- name: 总逻辑核心数
2327
- candidates:
2328
- - display: text
2329
- style:
2330
- color: var(--text-color-secondary)
2331
- size: medium
2332
- type: integer
2333
- visualWeight: -1
2334
- - display: text
2335
- style:
2336
- color: var(--text-color-default)
2337
- size: medium
2338
- type: integer
2339
- visualWeight: 0
2340
- - display: text
2341
- style:
2342
- color: var(--text-color-default)
2343
- fontWeight: bold
2344
- size: medium
2345
- type: integer
2346
- visualWeight: 1
2347
- - display: text
2348
- style:
2349
- color: var(--text-color-default)
2350
- fontWeight: bold
2351
- size: large
2352
- type: integer
2353
- visualWeight: 2
2354
- - id: cpuHz
2355
- name: CPU频率
2356
- candidates:
2357
- - display: text
2358
- style:
2359
- color: var(--text-color-secondary)
2360
- size: medium
2361
- type: integer
2362
- visualWeight: -1
2363
- - display: text
2364
- style:
2365
- color: var(--text-color-default)
2366
- size: medium
2367
- type: integer
2368
- visualWeight: 0
2369
- - display: text
2370
- style:
2371
- color: var(--text-color-default)
2372
- fontWeight: bold
2373
- size: medium
2374
- type: integer
2375
- visualWeight: 1
2376
- - display: text
2377
- style:
2378
- color: var(--text-color-default)
2379
- fontWeight: bold
2380
- size: large
2381
- type: integer
2382
- visualWeight: 2
2383
- - id: vmName
2384
- name: 虚拟化实例名称
2385
- candidates:
2386
- - display: text
2387
- style:
2388
- color: var(--text-color-secondary)
2389
- size: medium
2390
- type: string
2391
- visualWeight: -1
2392
- - display: text
2393
- style:
2394
- color: var(--text-color-default)
2395
- size: medium
2396
- type: string
2397
- visualWeight: 0
2398
- - display: text
2399
- style:
2400
- color: var(--text-color-default)
2401
- fontWeight: bold
2402
- size: medium
2403
- type: string
2404
- visualWeight: 1
2405
- - display: text
2406
- style:
2407
- color: var(--text-color-default)
2408
- fontWeight: bold
2409
- size: large
2410
- type: string
2411
- visualWeight: 2
2412
- - id: osRelease
2413
- name: 操作系统内核发行版本
2414
- candidates:
2415
- - display: text
2416
- style:
2417
- color: var(--text-color-secondary)
2418
- size: medium
2419
- type: string
2420
- visualWeight: -1
2421
- - display: text
2422
- style:
2423
- color: var(--text-color-default)
2424
- size: medium
2425
- type: string
2426
- visualWeight: 0
2427
- - display: text
2428
- style:
2429
- color: var(--text-color-default)
2430
- fontWeight: bold
2431
- size: medium
2432
- type: string
2433
- visualWeight: 1
2434
- - display: text
2435
- style:
2436
- color: var(--text-color-default)
2437
- fontWeight: bold
2438
- size: large
2439
- type: string
2440
- visualWeight: 2
2441
- - id: deviceId
2442
- name: 设备ID
2443
- candidates:
2444
- - display: text
2445
- style:
2446
- color: var(--text-color-secondary)
2447
- size: medium
2448
- type: string
2449
- visualWeight: -1
2450
- - display: text
2451
- style:
2452
- color: var(--text-color-default)
2453
- size: medium
2454
- type: string
2455
- visualWeight: 0
2456
- - display: text
2457
- style:
2458
- color: var(--text-color-default)
2459
- fontWeight: bold
2460
- size: medium
2461
- type: string
2462
- visualWeight: 1
2463
- - display: text
2464
- style:
2465
- color: var(--text-color-default)
2466
- fontWeight: bold
2467
- size: large
2468
- type: string
2469
- visualWeight: 2
2470
- - id: uptime
2471
- name: 启动时长
2472
- candidates:
2473
- - display: text
2474
- style:
2475
- color: var(--text-color-secondary)
2476
- size: medium
2477
- type: string
2478
- visualWeight: -1
2479
- - display: text
2480
- style:
2481
- color: var(--text-color-default)
2482
- size: medium
2483
- type: string
2484
- visualWeight: 0
2485
- - display: text
2486
- style:
2487
- color: var(--text-color-default)
2488
- fontWeight: bold
2489
- size: medium
2490
- type: string
2491
- visualWeight: 1
2492
- - display: text
2493
- style:
2494
- color: var(--text-color-default)
2495
- fontWeight: bold
2496
- size: large
2497
- type: string
2498
- visualWeight: 2
2499
- - id: RTO
2500
- name: RTO
2501
- candidates:
2502
- - display: text
2503
- style:
2504
- color: var(--text-color-secondary)
2505
- size: medium
2506
- type: string
2507
- visualWeight: -1
2508
- - display: text
2509
- style:
2510
- color: var(--text-color-default)
2511
- size: medium
2512
- type: string
2513
- visualWeight: 0
2514
- - display: text
2515
- style:
2516
- color: var(--text-color-default)
2517
- fontWeight: bold
2518
- size: medium
2519
- type: string
2520
- visualWeight: 1
2521
- - display: text
2522
- style:
2523
- color: var(--text-color-default)
2524
- fontWeight: bold
2525
- size: large
2526
- type: string
2527
- visualWeight: 2
2528
- - id: _mac
2529
- name: 物理地址
2530
- candidates:
2531
- - display: text
2532
- style:
2533
- color: var(--text-color-secondary)
2534
- size: medium
2535
- type: string
2536
- visualWeight: -1
2537
- - display: text
2538
- style:
2539
- color: var(--text-color-default)
2540
- size: medium
2541
- type: string
2542
- visualWeight: 0
2543
- - display: text
2544
- style:
2545
- color: var(--text-color-default)
2546
- fontWeight: bold
2547
- size: medium
2548
- type: string
2549
- visualWeight: 1
2550
- - display: text
2551
- style:
2552
- color: var(--text-color-default)
2553
- fontWeight: bold
2554
- size: large
2555
- type: string
2556
- visualWeight: 2
2557
- - id: memo
2558
- name: 备注
2559
- candidates:
2560
- - display: text
2561
- style:
2562
- color: var(--text-color-secondary)
2563
- size: medium
2564
- type: string
2565
- visualWeight: -1
2566
- - display: text
2567
- style:
2568
- color: var(--text-color-default)
2569
- size: medium
2570
- type: string
2571
- visualWeight: 0
2572
- - display: text
2573
- style:
2574
- color: var(--text-color-default)
2575
- fontWeight: bold
2576
- size: medium
2577
- type: string
2578
- visualWeight: 1
2579
- - id: provider
2580
- name: 供应商
2581
- candidates:
2582
- - display: text
2583
- style:
2584
- color: var(--text-color-secondary)
2585
- size: medium
2586
- type: string
2587
- visualWeight: -1
2588
- - display: text
2589
- style:
2590
- color: var(--text-color-default)
2591
- size: medium
2592
- type: string
2593
- visualWeight: 0
2594
- - display: text
2595
- style:
2596
- color: var(--text-color-default)
2597
- fontWeight: bold
2598
- size: medium
2599
- type: string
2600
- visualWeight: 1
2601
- - display: text
2602
- style:
2603
- color: var(--text-color-default)
2604
- fontWeight: bold
2605
- size: large
2606
- type: string
2607
- visualWeight: 2
2608
- - id: age
2609
- name: 启动时间
2610
- candidates:
2611
- - display: text
2612
- style:
2613
- color: var(--text-color-secondary)
2614
- size: medium
2615
- type: string
2616
- visualWeight: -1
2617
- - display: text
2618
- style:
2619
- color: var(--text-color-default)
2620
- size: medium
2621
- type: string
2622
- visualWeight: 0
2623
- - display: text
2624
- style:
2625
- color: var(--text-color-default)
2626
- fontWeight: bold
2627
- size: medium
2628
- type: string
2629
- visualWeight: 1
2630
- - display: text
2631
- style:
2632
- color: var(--text-color-default)
2633
- fontWeight: bold
2634
- size: large
2635
- type: string
2636
- visualWeight: 2
2637
- - id: k8sProxyVersion
2638
- name: Kube-Proxy版本
2639
- candidates:
2640
- - display: text
2641
- style:
2642
- color: var(--text-color-secondary)
2643
- size: medium
2644
- type: string
2645
- visualWeight: -1
2646
- - display: text
2647
- style:
2648
- color: var(--text-color-default)
2649
- size: medium
2650
- type: string
2651
- visualWeight: 0
2652
- - display: text
2653
- style:
2654
- color: var(--text-color-default)
2655
- fontWeight: bold
2656
- size: medium
2657
- type: string
2658
- visualWeight: 1
2659
- - display: text
2660
- style:
2661
- color: var(--text-color-default)
2662
- fontWeight: bold
2663
- size: large
2664
- type: string
2665
- visualWeight: 2
2666
- - id: location
2667
- name: 地域
2668
- candidates:
2669
- - display: text
2670
- style:
2671
- color: var(--text-color-secondary)
2672
- size: medium
2673
- type: string
2674
- visualWeight: -1
2675
- - display: text
2676
- style:
2677
- color: var(--text-color-default)
2678
- size: medium
2679
- type: string
2680
- visualWeight: 0
2681
- - display: text
2682
- style:
2683
- color: var(--text-color-default)
2684
- fontWeight: bold
2685
- size: medium
2686
- type: string
2687
- visualWeight: 1
2688
- - display: text
2689
- style:
2690
- color: var(--text-color-default)
2691
- fontWeight: bold
2692
- size: large
2693
- type: string
2694
- visualWeight: 2
2695
- - id: RPO
2696
- name: RPO
2697
- candidates:
2698
- - display: text
2699
- style:
2700
- color: var(--text-color-secondary)
2701
- size: medium
2702
- type: string
2703
- visualWeight: -1
2704
- - display: text
2705
- style:
2706
- color: var(--text-color-default)
2707
- size: medium
2708
- type: string
2709
- visualWeight: 0
2710
- - display: text
2711
- style:
2712
- color: var(--text-color-default)
2713
- fontWeight: bold
2714
- size: medium
2715
- type: string
2716
- visualWeight: 1
2717
- - display: text
2718
- style:
2719
- color: var(--text-color-default)
2720
- fontWeight: bold
2721
- size: large
2722
- type: string
2723
- visualWeight: 2
2724
- - id: remote_ip
2725
- name: 远程管理IP
2726
- candidates:
2727
- - display: text
2728
- style:
2729
- color: var(--text-color-default)
2730
- size: medium
2731
- type: string
2732
- visualWeight: 0
2733
- - display: text
2734
- style:
2735
- color: var(--text-color-default)
2736
- fontWeight: bold
2737
- size: medium
2738
- type: string
2739
- visualWeight: 1
2740
- - display: text
2741
- style:
2742
- color: var(--text-color-default)
2743
- fontWeight: bold
2744
- size: large
2745
- type: string
2746
- visualWeight: 2
2747
- - id: propertyid
2748
- name: 资产编号
2749
- candidates:
2750
- - display: text
2751
- style:
2752
- color: var(--text-color-secondary)
2753
- size: medium
2754
- type: string
2755
- visualWeight: -1
2756
- - display: text
2757
- style:
2758
- color: var(--text-color-default)
2759
- size: medium
2760
- type: string
2761
- visualWeight: 0
2762
- - display: text
2763
- style:
2764
- color: var(--text-color-default)
2765
- fontWeight: bold
2766
- size: medium
2767
- type: string
2768
- visualWeight: 1
2769
- - display: text
2770
- style:
2771
- color: var(--text-color-default)
2772
- fontWeight: bold
2773
- size: large
2774
- type: string
2775
- visualWeight: 2
2776
- - id: maintenance_time_end
2777
- name: 维保结束时间
2778
- candidates:
2779
- - display: text
2780
- formatter:
2781
- format: relative
2782
- type: date
2783
- type: date
2784
- visualWeight: -1
2785
- - display: text
2786
- formatter:
2787
- format: accurate
2788
- type: date
2789
- type: date
2790
- visualWeight: 0
2791
- - display: text
2792
- formatter:
2793
- format: full
2794
- type: date
2795
- type: date
2796
- visualWeight: 1
2797
- - display: text
2798
- formatter:
2799
- format: full
2800
- type: date
2801
- type: date
2802
- visualWeight: 2
2803
- - id: is_database
2804
- name: 是否数据库主机
2805
- candidates:
2806
- - display: text
2807
- "false":
2808
- style:
2809
- color: var(--text-color-default)
2810
- text: "N"
2811
- "true":
2812
- style:
2813
- color: var(--text-color-default)
2814
- text: "Y"
2815
- type: boolean
2816
- visualWeight: -1
2817
- - display: icon
2818
- "false":
2819
- icon: xmark
2820
- style:
2821
- color: var(--color-error)
2822
- "true":
2823
- icon: check
2824
- style:
2825
- color: var(--color-success)
2826
- type: boolean
2827
- visualWeight: 0
2828
- - display: icon+text
2829
- "false":
2830
- icon: xmark
2831
- style:
2832
- color: var(--color-error)
2833
- text: "No"
2834
- "true":
2835
- icon: check
2836
- style:
2837
- color: var(--color-success)
2838
- text: "Yes"
2839
- type: boolean
2840
- visualWeight: 1
2841
- - display: icon+text
2842
- "false":
2843
- icon: xmark
2844
- style:
2845
- color: var(--color-error)
2846
- fontWeight: bold
2847
- text: Not Database Host
2848
- "true":
2849
- icon: check
2850
- style:
2851
- color: var(--color-success)
2852
- fontWeight: bold
2853
- text: Database Host
2854
- type: boolean
2855
- visualWeight: 2
2856
- - id: asset_belong_to
2857
- name: 资产主体
2858
- enum:
2859
- - 鞋类
2860
- - 体育
2861
- - 鞋体公用
2862
- - 物流
2863
- - 新业务
2864
- - 公共
2865
- - 意礴
2866
- candidates:
2867
- - display: text
2868
- style:
2869
- color: var(--text-color-secondary)
2870
- size: medium
2871
- type: enum
2872
- visualWeight: -1
2873
- - display: tag
2874
- style:
2875
- palette:
2876
- 体育: orange
2877
- 公共: red
2878
- 意礴: cyan
2879
- 新业务: purple
2880
- 物流: green
2881
- 鞋体公用: blue
2882
- 鞋类: gray
2883
- variant: default
2884
- type: enum
2885
- visualWeight: 0
2886
- - display: tag
2887
- style:
2888
- palette:
2889
- 体育: orange
2890
- 公共: red
2891
- 意礴: cyan
2892
- 新业务: purple
2893
- 物流: green
2894
- 鞋体公用: blue
2895
- 鞋类: gray
2896
- variant: outline
2897
- type: enum
2898
- visualWeight: 1
2899
- - display: tag
2900
- style:
2901
- palette:
2902
- 体育: orange
2903
- 公共: red
2904
- 意礴: cyan
2905
- 新业务: purple
2906
- 物流: green
2907
- 鞋体公用: blue
2908
- 鞋类: gray
2909
- variant: background
2910
- type: enum
2911
- visualWeight: 2
2912
- - id: hardDevices
2913
- name: 硬盘信息
2914
- candidates:
2915
- - countOnly: true
2916
- display: text
2917
- type: struct-list
2918
- visualWeight: -1
2919
- - countOnly: true
2920
- display: link
2921
- type: struct-list
2922
- visualWeight: 0
2923
- - display: tag
2924
- field: name
2925
- maxItems: 2
2926
- style:
2927
- variant: default
2928
- type: struct-list
2929
- visualWeight: 1
2930
- - display: tag
2931
- field: name
2932
- maxItems: 2
2933
- style:
2934
- variant: outline
2935
- type: struct-list
2936
- visualWeight: 2
2937
- - id: cloud_type
2938
- name: 云类型
2939
- enum:
2940
- - aliyun
2941
- - tencent
2942
- - openstack
2943
- candidates:
2944
- - display: text
2945
- style:
2946
- color: var(--text-color-secondary)
2947
- size: medium
2948
- type: enum
2949
- visualWeight: -1
2950
- - display: tag
2951
- style:
2952
- palette:
2953
- aliyun: blue
2954
- openstack: geekblue
2955
- tencent: cyan
2956
- variant: default
2957
- type: enum
2958
- visualWeight: 0
2959
- - display: tag
2960
- style:
2961
- palette:
2962
- aliyun: blue
2963
- openstack: geekblue
2964
- tencent: cyan
2965
- variant: outline
2966
- type: enum
2967
- visualWeight: 1
2968
- - display: tag
2969
- style:
2970
- palette:
2971
- aliyun: blue
2972
- openstack: geekblue
2973
- tencent: cyan
2974
- variant: background
2975
- type: enum
2976
- visualWeight: 2
2977
- - id: host_price
2978
- name: 主机价格
2979
- candidates:
2980
- - display: text
2981
- formatter:
2982
- currency: CNY
2983
- decimals: 2
2984
- format: currency
2985
- thousandsSeparator: true
2986
- type: number
2987
- style:
2988
- color: var(--text-color-secondary)
2989
- size: medium
2990
- type: float
2991
- visualWeight: -1
2992
- - display: text
2993
- formatter:
2994
- currency: CNY
2995
- decimals: 2
2996
- format: currency
2997
- thousandsSeparator: true
2998
- type: number
2999
- style:
3000
- color: var(--text-color-default)
3001
- size: medium
3002
- type: float
3003
- visualWeight: 0
3004
- - display: text
3005
- formatter:
3006
- currency: CNY
3007
- decimals: 2
3008
- format: currency
3009
- thousandsSeparator: true
3010
- type: number
3011
- style:
3012
- color: var(--text-color-default)
3013
- fontWeight: bold
3014
- size: medium
3015
- type: float
3016
- visualWeight: 1
3017
- - display: text
3018
- formatter:
3019
- currency: CNY
3020
- decimals: 2
3021
- format: currency
3022
- thousandsSeparator: true
3023
- type: number
3024
- style:
3025
- color: var(--text-color-default)
3026
- fontWeight: bold
3027
- size: large
3028
- type: float
3029
- visualWeight: 2
3030
- - id: maintenance_time_start
3031
- name: 维保开始时间
3032
- candidates:
3033
- - display: text
3034
- formatter:
3035
- format: relative
3036
- type: date
3037
- type: date
3038
- visualWeight: -1
3039
- - display: text
3040
- formatter:
3041
- format: accurate
3042
- type: date
3043
- type: date
3044
- visualWeight: 0
3045
- - display: text
3046
- formatter:
3047
- format: full
3048
- type: date
3049
- type: date
3050
- visualWeight: 1
3051
- - display: text
3052
- formatter:
3053
- format: full
3054
- type: date
3055
- type: date
3056
- visualWeight: 2
3057
- - id: cpuModel
3058
- name: CPU型号
3059
- candidates:
3060
- - display: text
3061
- style:
3062
- color: var(--text-color-secondary)
3063
- size: medium
3064
- type: string
3065
- visualWeight: -1
3066
- - display: text
3067
- style:
3068
- color: var(--text-color-default)
3069
- size: medium
3070
- type: string
3071
- visualWeight: 0
3072
- - display: text
3073
- style:
3074
- color: var(--text-color-default)
3075
- fontWeight: bold
3076
- size: medium
3077
- type: string
3078
- visualWeight: 1
3079
- - display: text
3080
- style:
3081
- color: var(--text-color-default)
3082
- fontWeight: bold
3083
- size: large
3084
- type: string
3085
- visualWeight: 2
3086
- - id: vmware_host
3087
- name: 是否为vmware宿主机
3088
- enum:
3089
- - 是
3090
- - 否
3091
- candidates:
3092
- - display: text
3093
- style:
3094
- color: var(--text-color-secondary)
3095
- size: medium
3096
- type: enum
3097
- visualWeight: -1
3098
- - display: tag
3099
- style:
3100
- palette:
3101
- 否: gray
3102
- 是: blue
3103
- variant: default
3104
- type: enum
3105
- visualWeight: 0
3106
- - display: tag
3107
- style:
3108
- palette:
3109
- 否: gray
3110
- 是: blue
3111
- variant: outline
3112
- type: enum
3113
- visualWeight: 1
3114
- - display: tag
3115
- style:
3116
- palette:
3117
- 否: gray
3118
- 是: blue
3119
- variant: background
3120
- type: enum
3121
- visualWeight: 2
3122
- - id: vg
3123
- name: vg信息
3124
- candidates:
3125
- - display: text
3126
- field: VG_Name
3127
- type: struct
3128
- visualWeight: 0
3129
- - display: link
3130
- field: VG_Name
3131
- type: struct
3132
- visualWeight: 1
3133
- - display: tag
3134
- field: VG_Name
3135
- style:
3136
- color: var(--text-color-default)
3137
- variant: outline
3138
- type: struct
3139
- visualWeight: 2
3140
- - display: text
3141
- field: VG_UUID
3142
- type: struct
3143
- visualWeight: -1
3144
- - id: date
3145
- name: 日期
3146
- candidates:
3147
- - display: text
3148
- formatter:
3149
- format: relative
3150
- type: date
3151
- type: date
3152
- visualWeight: -1
3153
- - display: text
3154
- formatter:
3155
- format: accurate
3156
- type: date
3157
- type: date
3158
- visualWeight: 0
3159
- - display: text
3160
- formatter:
3161
- format: full
3162
- type: date
3163
- type: date
3164
- visualWeight: 1
3165
- - display: text
3166
- formatter:
3167
- format: full
3168
- type: date
3169
- type: date
3170
- visualWeight: 2
3171
- - id: maintenanceExpireYearsNumber
3172
- name: 已使用年数
3173
- candidates:
3174
- - display: text
3175
- style:
3176
- color: var(--text-color-secondary)
3177
- size: medium
3178
- type: integer
3179
- visualWeight: -1
3180
- - display: text
3181
- style:
3182
- color: var(--text-color-default)
3183
- size: medium
3184
- type: integer
3185
- visualWeight: 0
3186
- - display: text
3187
- style:
3188
- color: var(--text-color-default)
3189
- fontWeight: bold
3190
- size: medium
3191
- type: integer
3192
- visualWeight: 1
3193
- - display: text
3194
- style:
3195
- color: var(--text-color-default)
3196
- fontWeight: bold
3197
- size: large
3198
- type: integer
3199
- visualWeight: 2
3200
- - id: k8sVersion
3201
- name: k8s版本
3202
- candidates:
3203
- - display: text
3204
- style:
3205
- color: var(--text-color-secondary)
3206
- size: medium
3207
- type: string
3208
- visualWeight: -1
3209
- - display: text
3210
- style:
3211
- color: var(--text-color-default)
3212
- size: medium
3213
- type: string
3214
- visualWeight: 0
3215
- - display: text
3216
- style:
3217
- color: var(--text-color-default)
3218
- fontWeight: bold
3219
- size: medium
3220
- type: string
3221
- visualWeight: 1
3222
- - display: text
3223
- style:
3224
- color: var(--text-color-default)
3225
- fontWeight: bold
3226
- size: large
3227
- type: string
3228
- visualWeight: 2
3229
- - id: charset
3230
- name: 当前字符集
3231
- candidates:
3232
- - display: text
3233
- style:
3234
- color: var(--text-color-secondary)
3235
- size: medium
3236
- type: string
3237
- visualWeight: -1
3238
- - display: text
3239
- style:
3240
- color: var(--text-color-default)
3241
- size: medium
3242
- type: string
3243
- visualWeight: 0
3244
- - display: text
3245
- style:
3246
- color: var(--text-color-default)
3247
- fontWeight: bold
3248
- size: medium
3249
- type: string
3250
- visualWeight: 1
3251
- - display: text
3252
- style:
3253
- color: var(--text-color-default)
3254
- fontWeight: bold
3255
- size: large
3256
- type: string
3257
- visualWeight: 2
3258
- - id: cpu
3259
- name: CPU信息
3260
- candidates:
3261
- - display: text
3262
- field: brand
3263
- type: struct
3264
- visualWeight: 0
3265
- - display: link
3266
- field: brand
3267
- type: struct
3268
- visualWeight: 1
3269
- - display: tag
3270
- field: brand
3271
- style:
3272
- color: var(--color-brand)
3273
- variant: outline
3274
- type: struct
3275
- visualWeight: 2
3276
- - display: text
3277
- field: architecture
3278
- type: struct
3279
- visualWeight: -1
3280
- - id: _agentStatus
3281
- name: agent状态
3282
- enum:
3283
- - 未安装
3284
- - 异常
3285
- - 正常
3286
- - 已卸载
3287
- - 维护中
3288
- candidates:
3289
- - display: tag
3290
- style:
3291
- background: gray
3292
- variant: default
3293
- type: enum
3294
- visualWeight: -1
3295
- - display: tag
3296
- style:
3297
- palette:
3298
- 已卸载: orange
3299
- 异常: red
3300
- 未安装: gray
3301
- 正常: green
3302
- 维护中: blue
3303
- variant: default
3304
- type: enum
3305
- visualWeight: 0
3306
- - display: tag
3307
- style:
3308
- palette:
3309
- 已卸载: orange
3310
- 异常: red
3311
- 未安装: gray
3312
- 正常: green
3313
- 维护中: blue
3314
- variant: outline
3315
- type: enum
3316
- visualWeight: 1
3317
- - display: tag
3318
- style:
3319
- palette:
3320
- 已卸载: orange
3321
- 异常: red
3322
- 未安装: gray
3323
- 正常: green
3324
- 维护中: blue
3325
- variant: background
3326
- type: enum
3327
- visualWeight: 2
3328
- - id: env
3329
- name: 环境
3330
- enum:
3331
- - 开发环境
3332
- - 预发布环境
3333
- candidates:
3334
- - display: text
3335
- style:
3336
- color: var(--text-color-secondary)
3337
- size: medium
3338
- type: enum
3339
- visualWeight: -1
3340
- - display: tag
3341
- style:
3342
- palette:
3343
- 开发环境: blue
3344
- 预发布环境: gray
3345
- variant: default
3346
- type: enum
3347
- visualWeight: 0
3348
- - display: tag
3349
- style:
3350
- palette:
3351
- 开发环境: blue
3352
- 预发布环境: gray
3353
- variant: outline
3354
- type: enum
3355
- visualWeight: 1
3356
- - display: tag
3357
- style:
3358
- palette:
3359
- 开发环境: blue
3360
- 预发布环境: gray
3361
- variant: background
3362
- type: enum
3363
- visualWeight: 2
3364
- - id: creat_time
3365
- name: 创建时间
3366
- candidates:
3367
- - display: text
3368
- formatter:
3369
- format: relative
3370
- type: date-time
3371
- type: date-time
3372
- visualWeight: -1
3373
- - display: text
3374
- formatter:
3375
- format: accurate
3376
- type: date-time
3377
- type: date-time
3378
- visualWeight: 0
3379
- - display: text
3380
- formatter:
3381
- format: full
3382
- type: date-time
3383
- type: date-time
3384
- visualWeight: 1
3385
- - display: text
3386
- formatter:
3387
- format: full
3388
- type: date-time
3389
- type: date-time
3390
- visualWeight: 2
3391
- - id: type
3392
- name: 主机类型
3393
- candidates:
3394
- - display: text
3395
- style:
3396
- color: var(--text-color-secondary)
3397
- size: medium
3398
- type: string
3399
- visualWeight: -1
3400
- - display: text
3401
- style:
3402
- color: var(--text-color-default)
3403
- size: medium
3404
- type: string
3405
- visualWeight: 0
3406
- - display: text
3407
- style:
3408
- color: var(--text-color-default)
3409
- fontWeight: bold
3410
- size: medium
3411
- type: string
3412
- visualWeight: 1
3413
- - display: text
3414
- style:
3415
- color: var(--text-color-default)
3416
- fontWeight: bold
3417
- size: large
3418
- type: string
3419
- visualWeight: 2
3420
- - id: crontabs
3421
- name: 定时任务
3422
- candidates:
3423
- - countOnly: true
3424
- display: text
3425
- type: struct-list
3426
- visualWeight: -1
3427
- - countOnly: true
3428
- display: link
3429
- type: struct-list
3430
- visualWeight: 0
3431
- - display: tag
3432
- field: index
3433
- maxItems: 2
3434
- style:
3435
- variant: default
3436
- type: struct-list
3437
- visualWeight: 1
3438
- - display: tag
3439
- field: index
3440
- maxItems: 2
3441
- style:
3442
- variant: outline
3443
- type: struct-list
3444
- visualWeight: 2
3445
- - id: nodeName
3446
- name: 节点名称
3447
- candidates:
3448
- - display: text
3449
- style:
3450
- color: var(--text-color-default)
3451
- size: medium
3452
- type: string
3453
- visualWeight: 0
3454
- - display: text
3455
- style:
3456
- color: var(--text-color-default)
3457
- fontWeight: bold
3458
- size: medium
3459
- type: string
3460
- visualWeight: 1
3461
- - display: text
3462
- style:
3463
- color: var(--text-color-default)
3464
- fontWeight: bold
3465
- size: large
3466
- type: string
3467
- visualWeight: 2
3468
- children:
3469
- - brick: visual-builder.pre-generated-config
3470
- properties:
3471
- previewUrl: /preview/
3472
- mockList: <% CTX.mockList %>
3473
- attrList: |
3474
- <%
3475
- [
3476
- "hostname",
3477
- "ip",
3478
- "status",
3479
- "_agentStatus",
3480
- "memSize",
3481
- "diskSize",
3482
- "osVersion",
3483
- "create_time",
3484
- "maintenance_time_start",
3485
- "maintenance_time_end",
3486
- ].map((attr) => CTX.attrList.find(a => a.id === attr)).filter(Boolean)
3487
- %>
3488
- containerConfig:
3489
- type: table
3490
- dataName: myData
3491
- events:
3492
- change:
3493
- - target: visual-builder\.pre-generated-config-preview
3494
- multiple: true
3495
- properties:
3496
- attrList: <% EVENT.detail %>
3497
- - brick: h2
3498
- properties:
3499
- textContent: 预览
3500
- style:
3501
- margin: 0
3502
- - brick: visual-builder.pre-generated-config-preview
3503
- properties:
3504
- mockList: <% CTX.mockList %>
3505
- container: table
3506
- previewUrl: /preview/
3507
- - brick: visual-builder.pre-generated-config-preview
3508
- properties:
3509
- mockList: <% CTX.mockList %>
3510
- container: descriptions
3511
- previewUrl: /preview/
3512
- ```