huaweicloud-devkit 1.0.2-dev.9 → 1.0.2-next.10

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 (99) hide show
  1. package/.agents/plugins/marketplace.json +20 -20
  2. package/LICENSE +201 -201
  3. package/README.md +178 -138
  4. package/README.zh-CN.md +176 -138
  5. package/bin/setup.cjs +10 -8
  6. package/integrations/opencode/commands/huaweicloud-doctor.md +14 -14
  7. package/integrations/opencode/opencode.json +11 -14
  8. package/integrations/opencode/skills/huaweicloud-core/SKILL.md +32 -32
  9. package/package.json +60 -44
  10. package/plugins/huaweicloud-core/.claude-plugin/plugin.json +31 -44
  11. package/plugins/huaweicloud-core/.codex-plugin/plugin.json +30 -43
  12. package/plugins/huaweicloud-core/.cursor-plugin/plugin.json +31 -44
  13. package/plugins/huaweicloud-core/.mcp.json +13 -15
  14. package/plugins/huaweicloud-core/.workbuddy-plugin/plugin.json +31 -44
  15. package/plugins/huaweicloud-core/hooks/hooks.json +26 -26
  16. package/plugins/huaweicloud-core/hooks/huaweicloud-safety.py +136 -136
  17. package/plugins/huaweicloud-core/safety/policy.json +76 -100
  18. package/plugins/huaweicloud-core/safety/rules/cloud-risk-rules.json +227 -199
  19. package/plugins/huaweicloud-core/skills/huawei-apig/SKILL.md +164 -164
  20. package/plugins/huaweicloud-core/skills/huawei-billing/SKILL.md +48 -48
  21. package/plugins/huaweicloud-core/skills/huawei-cbr/SKILL.md +50 -50
  22. package/plugins/huaweicloud-core/skills/huawei-cce/SKILL.md +103 -101
  23. package/plugins/huaweicloud-core/skills/huawei-cloud-eye/SKILL.md +90 -90
  24. package/plugins/huaweicloud-core/skills/huawei-cloud-find-skills/SKILL.md +191 -190
  25. package/plugins/huaweicloud-core/skills/huawei-cloud-find-skills/scripts/search-skills.mjs +171 -124
  26. package/plugins/huaweicloud-core/skills/huawei-cts/SKILL.md +55 -55
  27. package/plugins/huaweicloud-core/skills/huawei-dds-dcs/SKILL.md +70 -70
  28. package/plugins/huaweicloud-core/skills/huawei-deployment/SKILL.md +57 -56
  29. package/plugins/huaweicloud-core/skills/huawei-dew/SKILL.md +106 -97
  30. package/plugins/huaweicloud-core/skills/huawei-dew/references/csms-usage.md +36 -29
  31. package/plugins/huaweicloud-core/skills/huawei-dew/references/kms-usage.md +29 -23
  32. package/plugins/huaweicloud-core/skills/huawei-ecs/SKILL.md +188 -185
  33. package/plugins/huaweicloud-core/skills/huawei-ecs/references/create-instance.md +144 -133
  34. package/plugins/huaweicloud-core/skills/huawei-ecs/references/evs.md +31 -31
  35. package/plugins/huaweicloud-core/skills/huawei-ecs/references/flavors.md +57 -55
  36. package/plugins/huaweicloud-core/skills/huawei-ecs/references/troubleshooting.md +52 -52
  37. package/plugins/huaweicloud-core/skills/huawei-functiongraph/SKILL.md +132 -131
  38. package/plugins/huaweicloud-core/skills/huawei-functiongraph/references/apig-event-format.md +60 -58
  39. package/plugins/huaweicloud-core/skills/huawei-functiongraph/references/create-function.md +72 -71
  40. package/plugins/huaweicloud-core/skills/huawei-functiongraph/references/deploy-workflow.md +119 -119
  41. package/plugins/huaweicloud-core/skills/huawei-functiongraph/references/triggers.md +142 -142
  42. package/plugins/huaweicloud-core/skills/huawei-gaussdb/SKILL.md +56 -56
  43. package/plugins/huaweicloud-core/skills/huawei-getting-started/SKILL.md +69 -65
  44. package/plugins/huaweicloud-core/skills/huawei-iam/SKILL.md +111 -111
  45. package/plugins/huaweicloud-core/skills/huawei-iam/references/policy-examples.md +148 -122
  46. package/plugins/huaweicloud-core/skills/huawei-iam/references/quick-ref.md +56 -56
  47. package/plugins/huaweicloud-core/skills/huawei-modelarts/SKILL.md +65 -65
  48. package/plugins/huaweicloud-core/skills/huawei-obs/SKILL.md +134 -127
  49. package/plugins/huaweicloud-core/skills/huawei-obs/references/bucket-create.md +49 -49
  50. package/plugins/huaweicloud-core/skills/huawei-obs/references/bucket-lifecycle.md +31 -26
  51. package/plugins/huaweicloud-core/skills/huawei-obs/references/common-pitfalls.md +101 -100
  52. package/plugins/huaweicloud-core/skills/huawei-obs/references/single-file-share.md +40 -40
  53. package/plugins/huaweicloud-core/skills/huawei-obs/references/static-website.md +56 -56
  54. package/plugins/huaweicloud-core/skills/huawei-rds/SKILL.md +229 -224
  55. package/plugins/huaweicloud-core/skills/huawei-sandbox/SKILL.md +173 -134
  56. package/plugins/huaweicloud-core/skills/huawei-smn-dms/SKILL.md +69 -69
  57. package/plugins/huaweicloud-core/skills/huawei-vpc/SKILL.md +84 -84
  58. package/plugins/huaweicloud-core/skills/huawei-vpc/references/network.md +77 -76
  59. package/plugins/huaweicloud-core/skills/huawei-vpc/references/security-group.md +60 -59
  60. package/plugins/huaweicloud-core/skills/huawei-vpc/references/subnet.md +50 -50
  61. package/plugins/huaweicloud-core/skills/huawei-waf-aad/SKILL.md +63 -63
  62. package/plugins/huaweicloud-core/skills/huaweicloud-api-and-sdk/SKILL.md +56 -56
  63. package/plugins/huaweicloud-core/skills/huaweicloud-api-and-sdk/agents/openai.yaml +4 -4
  64. package/plugins/huaweicloud-core/skills/huaweicloud-capability-discovery/SKILL.md +56 -47
  65. package/plugins/huaweicloud-core/skills/huaweicloud-capability-discovery/agents/openai.yaml +4 -4
  66. package/plugins/huaweicloud-core/skills/huaweicloud-cli-and-auth/SKILL.md +138 -128
  67. package/plugins/huaweicloud-core/skills/huaweicloud-cli-and-auth/agents/openai.yaml +4 -4
  68. package/plugins/huaweicloud-core/skills/huaweicloud-core/SKILL.md +111 -96
  69. package/plugins/huaweicloud-core/skills/huaweicloud-core/agents/openai.yaml +4 -4
  70. package/plugins/huaweicloud-core/skills/huaweicloud-core/references/report-issue.md +20 -20
  71. package/plugins/huaweicloud-core/skills/huaweicloud-core/references/select.md +30 -28
  72. package/plugins/huaweicloud-core/skills/huaweicloud-safety/SKILL.md +59 -60
  73. package/plugins/huaweicloud-core/skills/huaweicloud-safety/agents/openai.yaml +4 -4
  74. package/plugins/huaweicloud-core/skills/huaweicloud-troubleshooting/SKILL.md +83 -83
  75. package/plugins/huaweicloud-core/skills/huaweicloud-troubleshooting/agents/openai.yaml +4 -4
  76. package/plugins/huaweicloud-core/src/auth/agent-registration.mjs +54 -1
  77. package/plugins/huaweicloud-core/src/auth/credentials.mjs +103 -95
  78. package/plugins/huaweicloud-core/src/auth/service.mjs +63 -63
  79. package/plugins/huaweicloud-core/src/data/icons-manifest.v1.json +3517 -0
  80. package/plugins/huaweicloud-core/src/hcloud-cli.mjs +283 -265
  81. package/plugins/huaweicloud-core/src/icon-library.mjs +171 -0
  82. package/plugins/huaweicloud-core/src/mcp-server.mjs +130 -129
  83. package/plugins/huaweicloud-core/src/proxy/proxy-agent.mjs +68 -0
  84. package/plugins/huaweicloud-core/src/proxy/proxy-config.mjs +94 -0
  85. package/plugins/huaweicloud-core/src/risk-rule-engine.mjs +140 -137
  86. package/plugins/huaweicloud-core/src/safety-policy.mjs +356 -302
  87. package/plugins/huaweicloud-core/src/sandbox/hdkitservice-api.mjs +86 -87
  88. package/plugins/huaweicloud-core/src/sandbox/hwlink-api.mjs +150 -153
  89. package/plugins/huaweicloud-core/src/sandbox/session-manager.mjs +196 -105
  90. package/plugins/huaweicloud-core/src/search-market.mjs +208 -169
  91. package/plugins/huaweicloud-core/src/setup-cli.mjs +2622 -1594
  92. package/plugins/huaweicloud-core/src/tools.mjs +463 -111
  93. package/plugins/huaweicloud-core/src/ws-exec/hwlink-exec-client.js +447 -427
  94. package/plugins/huaweicloud-core/src/ws-exec/hwlink-fair-queue.js +128 -132
  95. package/plugins/huaweicloud-core/src/ws-exec/hwlink-multiplexer.js +215 -227
  96. package/plugins/huaweicloud-core/src/ws-exec/hwlink-packet.js +189 -202
  97. package/plugins/huaweicloud-core/src/ws-exec/hwlink-terminal-channel.js +164 -158
  98. package/plugins/huaweicloud-core/src/ws-exec/index.js +19 -19
  99. package/plugins/huaweicloud-core/src/ws-exec/ws-exec-client.js +338 -338
@@ -0,0 +1,3517 @@
1
+ {
2
+ "schema_version": "1.0.0",
3
+ "source_url": "https://www.huaweicloud.com/product/",
4
+ "generated_at": "2026-07-31T17:23:51.479Z",
5
+ "icons": [
6
+ {
7
+ "id": "codeartsdoer",
8
+ "name": "华为云码道(CodeArts)代码智能体",
9
+ "category": "人工智能",
10
+ "subcategory": "智能体",
11
+ "description": "更懂你编码需求的AI研发专家",
12
+ "product_url": "https://codearts.huaweicloud.com/",
13
+ "logo": {
14
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/yunying/header-2025/codeartsdoer.svg",
15
+ "local_path": "icons/assets/logo/codeartsdoer.svg"
16
+ },
17
+ "architecture": {
18
+ "status": "planned",
19
+ "local_path": "icons/assets/architecture/codeartsdoer.svg"
20
+ },
21
+ "aliases": ["codearts", "codeartsdoer"],
22
+ "tags": ["人工智能", "智能体", "codearts", "codeartsdoer"]
23
+ },
24
+ {
25
+ "id": "modelarts-studio",
26
+ "name": "MaaS模型即服务",
27
+ "category": "人工智能",
28
+ "subcategory": "Tokens服务",
29
+ "description": "极致性能,易用好用的Tokens服务",
30
+ "product_url": "https://www.huaweicloud.com/product/modelarts/studio.html",
31
+ "logo": {
32
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/AI/MaaS.png",
33
+ "local_path": "icons/assets/logo/modelarts-studio.png"
34
+ },
35
+ "architecture": {
36
+ "status": "planned",
37
+ "local_path": "icons/assets/architecture/modelarts-studio.svg"
38
+ },
39
+ "aliases": ["maas", "modelarts-studio"],
40
+ "tags": ["人工智能", "Tokens服务", "maas", "modelarts-studio"]
41
+ },
42
+ {
43
+ "id": "modelarts",
44
+ "name": "魔坊(ModelArts)模型训推平台",
45
+ "category": "人工智能",
46
+ "subcategory": "模型开发平台",
47
+ "description": "“数-训-推-强”,一站式AI开发平台",
48
+ "product_url": "https://www.huaweicloud.com/product/modelarts.html",
49
+ "logo": {
50
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/AI/ModelArts.png",
51
+ "local_path": "icons/assets/logo/modelarts.png"
52
+ },
53
+ "architecture": {
54
+ "status": "planned",
55
+ "local_path": "icons/assets/architecture/modelarts.svg"
56
+ },
57
+ "aliases": ["modelarts"],
58
+ "tags": ["人工智能", "模型开发平台", "modelarts"]
59
+ },
60
+ {
61
+ "id": "flexus-l",
62
+ "name": "Flexus应用服务器L实例",
63
+ "category": "计算",
64
+ "subcategory": "",
65
+ "description": "即开即用的轻量型云服务器",
66
+ "product_url": "https://www.huaweicloud.com/product/flexus-l.html",
67
+ "logo": {
68
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Compute/FECSL.png",
69
+ "local_path": "icons/assets/logo/flexus-l.png"
70
+ },
71
+ "architecture": {
72
+ "status": "planned",
73
+ "local_path": "icons/assets/architecture/flexus-l.svg"
74
+ },
75
+ "aliases": ["flexus", "flexus-l"],
76
+ "tags": ["计算", "flexus", "flexus-l"]
77
+ },
78
+ {
79
+ "id": "ecs",
80
+ "name": "弹性云服务器 ECS",
81
+ "category": "计算",
82
+ "subcategory": "",
83
+ "description": "可随时自动获取、弹性伸缩的云服务器",
84
+ "product_url": "https://www.huaweicloud.com/product/ecs.html",
85
+ "logo": {
86
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Compute/ECS.png",
87
+ "local_path": "icons/assets/logo/ecs.png"
88
+ },
89
+ "architecture": {
90
+ "status": "planned",
91
+ "local_path": "icons/assets/architecture/ecs.svg"
92
+ },
93
+ "aliases": ["ecs"],
94
+ "tags": ["计算", "ecs"]
95
+ },
96
+ {
97
+ "id": "mysql",
98
+ "name": "云数据库 RDS for MySQL",
99
+ "category": "数据库",
100
+ "subcategory": "关系型数据库",
101
+ "description": "稳定可靠、安全运行、弹性伸缩",
102
+ "product_url": "https://www.huaweicloud.com/product/mysql.html",
103
+ "logo": {
104
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Databases/RDSforMySQL.png",
105
+ "local_path": "icons/assets/logo/mysql.png"
106
+ },
107
+ "architecture": {
108
+ "status": "planned",
109
+ "local_path": "icons/assets/architecture/mysql.svg"
110
+ },
111
+ "aliases": ["rds", "for", "mysql"],
112
+ "tags": ["数据库", "关系型数据库", "rds", "for", "mysql"]
113
+ },
114
+ {
115
+ "id": "obs",
116
+ "name": "对象存储服务 OBS",
117
+ "category": "存储",
118
+ "subcategory": "",
119
+ "description": "稳定、安全、高效、易用的云存储服务",
120
+ "product_url": "https://www.huaweicloud.com/product/obs.html",
121
+ "logo": {
122
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Storage/OBS.png",
123
+ "local_path": "icons/assets/logo/obs.png"
124
+ },
125
+ "architecture": {
126
+ "status": "planned",
127
+ "local_path": "icons/assets/architecture/obs.svg"
128
+ },
129
+ "aliases": ["obs"],
130
+ "tags": ["存储", "obs"]
131
+ },
132
+ {
133
+ "id": "vpc",
134
+ "name": "虚拟私有云 VPC",
135
+ "category": "网络",
136
+ "subcategory": "",
137
+ "description": "隔离的、私密的虚拟网络环境",
138
+ "product_url": "https://www.huaweicloud.com/product/vpc.html",
139
+ "logo": {
140
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Networking/VPC.png",
141
+ "local_path": "icons/assets/logo/vpc.png"
142
+ },
143
+ "architecture": {
144
+ "status": "planned",
145
+ "local_path": "icons/assets/architecture/vpc.svg"
146
+ },
147
+ "aliases": ["vpc"],
148
+ "tags": ["网络", "vpc"]
149
+ },
150
+ {
151
+ "id": "agentarts",
152
+ "name": "智果AgentArts智能体平台",
153
+ "category": "人工智能",
154
+ "subcategory": "智能体平台",
155
+ "description": "高效敏捷安全的一站式企业级智能体平台",
156
+ "product_url": "https://www.huaweicloud.com/product/agentarts.html",
157
+ "logo": {
158
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/aPaaS/Versatile.svg",
159
+ "local_path": "icons/assets/logo/agentarts.svg"
160
+ },
161
+ "architecture": {
162
+ "status": "planned",
163
+ "local_path": "icons/assets/architecture/agentarts.svg"
164
+ },
165
+ "aliases": ["agentarts"],
166
+ "tags": ["人工智能", "智能体平台", "agentarts"]
167
+ },
168
+ {
169
+ "id": "pangu-nlp",
170
+ "name": "LLM大模型",
171
+ "category": "人工智能",
172
+ "subcategory": "行业大模型",
173
+ "description": "多专家+大稀疏比的MOE新架构",
174
+ "product_url": "https://www.huaweicloud.com/product/pangu/nlp.html",
175
+ "logo": {
176
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/AI/pangu.png",
177
+ "local_path": "icons/assets/logo/pangu-nlp.png"
178
+ },
179
+ "architecture": {
180
+ "status": "planned",
181
+ "local_path": "icons/assets/architecture/pangu-nlp.svg"
182
+ },
183
+ "aliases": ["llm", "pangu-nlp"],
184
+ "tags": ["人工智能", "行业大模型", "llm", "pangu-nlp"]
185
+ },
186
+ {
187
+ "id": "pangu-multimodal",
188
+ "name": "多模态大模型",
189
+ "category": "人工智能",
190
+ "subcategory": "行业大模型",
191
+ "description": "图像理解 | 图像生成 | 视频生成",
192
+ "product_url": "https://www.huaweicloud.com/product/pangu/multimodal.html",
193
+ "logo": {
194
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/AI/pangu.png",
195
+ "local_path": "icons/assets/logo/pangu-multimodal.png"
196
+ },
197
+ "architecture": {
198
+ "status": "planned",
199
+ "local_path": "icons/assets/architecture/pangu-multimodal.svg"
200
+ },
201
+ "aliases": ["pangu-multimodal"],
202
+ "tags": ["人工智能", "行业大模型", "pangu-multimodal"]
203
+ },
204
+ {
205
+ "id": "pangu-cv",
206
+ "name": "视觉大模型",
207
+ "category": "人工智能",
208
+ "subcategory": "行业大模型",
209
+ "description": "支持多行业图像数据合成",
210
+ "product_url": "https://www.huaweicloud.com/product/pangu/cv.html",
211
+ "logo": {
212
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/AI/pangu.png",
213
+ "local_path": "icons/assets/logo/pangu-cv.png"
214
+ },
215
+ "architecture": {
216
+ "status": "planned",
217
+ "local_path": "icons/assets/architecture/pangu-cv.svg"
218
+ },
219
+ "aliases": ["pangu-cv"],
220
+ "tags": ["人工智能", "行业大模型", "pangu-cv"]
221
+ },
222
+ {
223
+ "id": "pangu-predict",
224
+ "name": "预测大模型",
225
+ "category": "人工智能",
226
+ "subcategory": "行业大模型",
227
+ "description": "虚拟测量 | 预测性维护 | 工艺优化…",
228
+ "product_url": "https://www.huaweicloud.com/product/pangu/predict.html",
229
+ "logo": {
230
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/AI/pangu.png",
231
+ "local_path": "icons/assets/logo/pangu-predict.png"
232
+ },
233
+ "architecture": {
234
+ "status": "planned",
235
+ "local_path": "icons/assets/architecture/pangu-predict.svg"
236
+ },
237
+ "aliases": ["pangu-predict"],
238
+ "tags": ["人工智能", "行业大模型", "pangu-predict"]
239
+ },
240
+ {
241
+ "id": "pangu-scientific-computing",
242
+ "name": "气象大模型",
243
+ "category": "人工智能",
244
+ "subcategory": "行业大模型",
245
+ "description": "降水量预测 | 风电预测 | 光伏预测…",
246
+ "product_url": "https://www.huaweicloud.com/product/pangu/scientific-computing.html",
247
+ "logo": {
248
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/AI/pangu.png",
249
+ "local_path": "icons/assets/logo/pangu-scientific-computing.png"
250
+ },
251
+ "architecture": {
252
+ "status": "planned",
253
+ "local_path": "icons/assets/architecture/pangu-scientific-computing.svg"
254
+ },
255
+ "aliases": ["pangu-scientific-computing"],
256
+ "tags": ["人工智能", "行业大模型", "pangu-scientific-computing"]
257
+ },
258
+ {
259
+ "id": "optverse",
260
+ "name": "天筹求解器 OptVerse",
261
+ "category": "人工智能",
262
+ "subcategory": "行业大模型",
263
+ "description": "更好的优化,更优的决策",
264
+ "product_url": "https://www.huaweicloud.com/product/optverse.html",
265
+ "logo": {
266
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/AI/OptVerse.png",
267
+ "local_path": "icons/assets/logo/optverse.png"
268
+ },
269
+ "architecture": {
270
+ "status": "planned",
271
+ "local_path": "icons/assets/architecture/optverse.svg"
272
+ },
273
+ "aliases": ["optverse"],
274
+ "tags": ["人工智能", "行业大模型", "optverse"]
275
+ },
276
+ {
277
+ "id": "cbs",
278
+ "name": "对话机器人服务 CBS",
279
+ "category": "人工智能",
280
+ "subcategory": "AI Kits",
281
+ "description": "支持大模型的企业级对话机器人服务",
282
+ "product_url": "https://www.huaweicloud.com/product/cbs.html",
283
+ "logo": {
284
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/AI/cbs.png",
285
+ "local_path": "icons/assets/logo/cbs.png"
286
+ },
287
+ "architecture": {
288
+ "status": "planned",
289
+ "local_path": "icons/assets/architecture/cbs.svg"
290
+ },
291
+ "aliases": ["cbs"],
292
+ "tags": ["人工智能", "AI Kits", "cbs"]
293
+ },
294
+ {
295
+ "id": "ocr",
296
+ "name": "文字识别 OCR",
297
+ "category": "人工智能",
298
+ "subcategory": "AI Kits",
299
+ "description": "将图片中文字信息识别成可编辑文本",
300
+ "product_url": "https://www.huaweicloud.com/product/ocr.html",
301
+ "logo": {
302
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/AI/OCR.png",
303
+ "local_path": "icons/assets/logo/ocr.png"
304
+ },
305
+ "architecture": {
306
+ "status": "planned",
307
+ "local_path": "icons/assets/architecture/ocr.svg"
308
+ },
309
+ "aliases": ["ocr"],
310
+ "tags": ["人工智能", "AI Kits", "ocr"]
311
+ },
312
+ {
313
+ "id": "sis",
314
+ "name": "语音交互 SIS",
315
+ "category": "人工智能",
316
+ "subcategory": "AI Kits",
317
+ "description": "精准快速语音识别,自然拟人语音合成",
318
+ "product_url": "https://www.huaweicloud.com/product/sis.html",
319
+ "logo": {
320
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/AI/sis.png",
321
+ "local_path": "icons/assets/logo/sis.png"
322
+ },
323
+ "architecture": {
324
+ "status": "planned",
325
+ "local_path": "icons/assets/architecture/sis.svg"
326
+ },
327
+ "aliases": ["sis"],
328
+ "tags": ["人工智能", "AI Kits", "sis"]
329
+ },
330
+ {
331
+ "id": "hilens",
332
+ "name": "华为HiLens",
333
+ "category": "人工智能",
334
+ "subcategory": "AI Kits",
335
+ "description": "端云协同AI应用开发平台",
336
+ "product_url": "https://www.huaweicloud.com/product/hilens.html",
337
+ "logo": {
338
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/AI/hilens.png",
339
+ "local_path": "icons/assets/logo/hilens.png"
340
+ },
341
+ "architecture": {
342
+ "status": "planned",
343
+ "local_path": "icons/assets/architecture/hilens.svg"
344
+ },
345
+ "aliases": ["hilens"],
346
+ "tags": ["人工智能", "AI Kits", "hilens"]
347
+ },
348
+ {
349
+ "id": "ges",
350
+ "name": "图引擎服务 GES",
351
+ "category": "人工智能",
352
+ "subcategory": "AI Kits",
353
+ "description": "针对图结构数据,进行查询分析",
354
+ "product_url": "https://www.huaweicloud.com/product/ges.html",
355
+ "logo": {
356
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/AI/ges.png",
357
+ "local_path": "icons/assets/logo/ges.png"
358
+ },
359
+ "architecture": {
360
+ "status": "planned",
361
+ "local_path": "icons/assets/architecture/ges.svg"
362
+ },
363
+ "aliases": ["ges"],
364
+ "tags": ["人工智能", "AI Kits", "ges"]
365
+ },
366
+ {
367
+ "id": "face",
368
+ "name": "人脸识别服务 FRS",
369
+ "category": "人工智能",
370
+ "subcategory": "AI Kits",
371
+ "description": "快速实现人脸的精确比对和检索",
372
+ "product_url": "https://www.huaweicloud.com/product/face.html",
373
+ "logo": {
374
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/AI/FRS.png",
375
+ "local_path": "icons/assets/logo/face.png"
376
+ },
377
+ "architecture": {
378
+ "status": "planned",
379
+ "local_path": "icons/assets/architecture/face.svg"
380
+ },
381
+ "aliases": ["frs", "face"],
382
+ "tags": ["人工智能", "AI Kits", "frs", "face"]
383
+ },
384
+ {
385
+ "id": "ivs",
386
+ "name": "人证核身服务 IVS",
387
+ "category": "人工智能",
388
+ "subcategory": "AI Kits",
389
+ "description": "实现对身份真实性的精准核验",
390
+ "product_url": "https://www.huaweicloud.com/product/ivs.html",
391
+ "logo": {
392
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/AI/ivs.png",
393
+ "local_path": "icons/assets/logo/ivs.png"
394
+ },
395
+ "architecture": {
396
+ "status": "planned",
397
+ "local_path": "icons/assets/architecture/ivs.svg"
398
+ },
399
+ "aliases": ["ivs"],
400
+ "tags": ["人工智能", "AI Kits", "ivs"]
401
+ },
402
+ {
403
+ "id": "moderation",
404
+ "name": "内容审核 Moderation",
405
+ "category": "人工智能",
406
+ "subcategory": "AI Kits",
407
+ "description": "提供文本、图像、视频中的内容检测功能",
408
+ "product_url": "https://www.huaweicloud.com/product/moderation.html",
409
+ "logo": {
410
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/AI/Moderation.png",
411
+ "local_path": "icons/assets/logo/moderation.png"
412
+ },
413
+ "architecture": {
414
+ "status": "planned",
415
+ "local_path": "icons/assets/architecture/moderation.svg"
416
+ },
417
+ "aliases": ["moderation"],
418
+ "tags": ["人工智能", "AI Kits", "moderation"]
419
+ },
420
+ {
421
+ "id": "vias",
422
+ "name": "视频智能分析服务 VIAS",
423
+ "category": "人工智能",
424
+ "subcategory": "AI Kits",
425
+ "description": "多项能力一体化平台服务",
426
+ "product_url": "https://www.huaweicloud.com/product/vias.html",
427
+ "logo": {
428
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/AI/VIAS.png",
429
+ "local_path": "icons/assets/logo/vias.png"
430
+ },
431
+ "architecture": {
432
+ "status": "planned",
433
+ "local_path": "icons/assets/architecture/vias.svg"
434
+ },
435
+ "aliases": ["vias"],
436
+ "tags": ["人工智能", "AI Kits", "vias"]
437
+ },
438
+ {
439
+ "id": "octopus",
440
+ "name": "八爪鱼自动驾驶云服务 Octopus",
441
+ "category": "人工智能",
442
+ "subcategory": "AI Kits",
443
+ "description": "自动驾驶端到端开发工具链",
444
+ "product_url": "https://www.huaweicloud.com/product/octopus.html",
445
+ "logo": {
446
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/AI/Octopus.png",
447
+ "local_path": "icons/assets/logo/octopus.png"
448
+ },
449
+ "architecture": {
450
+ "status": "planned",
451
+ "local_path": "icons/assets/architecture/octopus.svg"
452
+ },
453
+ "aliases": ["octopus"],
454
+ "tags": ["人工智能", "AI Kits", "octopus"]
455
+ },
456
+ {
457
+ "id": "flexus",
458
+ "name": "Flexus云服务",
459
+ "category": "计算",
460
+ "subcategory": "",
461
+ "description": "新一代性能倍增、体验跃级的云服务系列",
462
+ "product_url": "https://www.huaweicloud.com/product/flexus.html",
463
+ "logo": {
464
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Compute/Flexus.png",
465
+ "local_path": "icons/assets/logo/flexus.png"
466
+ },
467
+ "architecture": {
468
+ "status": "planned",
469
+ "local_path": "icons/assets/architecture/flexus.svg"
470
+ },
471
+ "aliases": ["flexus"],
472
+ "tags": ["计算", "flexus"]
473
+ },
474
+ {
475
+ "id": "flexus-x",
476
+ "name": "Flexus云服务器X实例",
477
+ "category": "计算",
478
+ "subcategory": "",
479
+ "description": "柔性算力,六倍性能,旗舰体验",
480
+ "product_url": "https://www.huaweicloud.com/product/flexus-x.html",
481
+ "logo": {
482
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Compute/FECSX.png",
483
+ "local_path": "icons/assets/logo/flexus-x.png"
484
+ },
485
+ "architecture": {
486
+ "status": "planned",
487
+ "local_path": "icons/assets/architecture/flexus-x.svg"
488
+ },
489
+ "aliases": ["flexus", "flexus-x"],
490
+ "tags": ["计算", "flexus", "flexus-x"]
491
+ },
492
+ {
493
+ "id": "gpu",
494
+ "name": "GPU加速云服务器 GACS",
495
+ "category": "计算",
496
+ "subcategory": "",
497
+ "description": "提供GPU计算资源的弹性云服务器",
498
+ "product_url": "https://www.huaweicloud.com/product/gpu.html",
499
+ "logo": {
500
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Compute/GACS.png",
501
+ "local_path": "icons/assets/logo/gpu.png"
502
+ },
503
+ "architecture": {
504
+ "status": "planned",
505
+ "local_path": "icons/assets/architecture/gpu.svg"
506
+ },
507
+ "aliases": ["gpu", "gacs"],
508
+ "tags": ["计算", "gpu", "gacs"]
509
+ },
510
+ {
511
+ "id": "facs",
512
+ "name": "FPGA加速云服务器 FACS",
513
+ "category": "计算",
514
+ "subcategory": "",
515
+ "description": "提供FPGA计算资源的弹性云服务器",
516
+ "product_url": "https://www.huaweicloud.com/product/facs.html",
517
+ "logo": {
518
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Compute/FACS.png",
519
+ "local_path": "icons/assets/logo/facs.png"
520
+ },
521
+ "architecture": {
522
+ "status": "planned",
523
+ "local_path": "icons/assets/architecture/facs.svg"
524
+ },
525
+ "aliases": ["fpga", "facs"],
526
+ "tags": ["计算", "fpga", "facs"]
527
+ },
528
+ {
529
+ "id": "bms",
530
+ "name": "裸金属服务器 BMS",
531
+ "category": "计算",
532
+ "subcategory": "",
533
+ "description": "高性能、高安全的云上物理服务器",
534
+ "product_url": "https://www.huaweicloud.com/product/bms.html",
535
+ "logo": {
536
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Compute/BMS.png",
537
+ "local_path": "icons/assets/logo/bms.png"
538
+ },
539
+ "architecture": {
540
+ "status": "planned",
541
+ "local_path": "icons/assets/architecture/bms.svg"
542
+ },
543
+ "aliases": ["bms"],
544
+ "tags": ["计算", "bms"]
545
+ },
546
+ {
547
+ "id": "cloudphone",
548
+ "name": "云手机服务器 CPH",
549
+ "category": "计算",
550
+ "subcategory": "",
551
+ "description": "具有虚拟手机功能的云服务器",
552
+ "product_url": "https://www.huaweicloud.com/product/cloudphone.html",
553
+ "logo": {
554
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Compute/CPH.png",
555
+ "local_path": "icons/assets/logo/cloudphone.png"
556
+ },
557
+ "architecture": {
558
+ "status": "planned",
559
+ "local_path": "icons/assets/architecture/cloudphone.svg"
560
+ },
561
+ "aliases": ["cph", "cloudphone"],
562
+ "tags": ["计算", "cph", "cloudphone"]
563
+ },
564
+ {
565
+ "id": "deh",
566
+ "name": "专属主机 DeH",
567
+ "category": "计算",
568
+ "subcategory": "",
569
+ "description": "专属物理主机创建的云服务器",
570
+ "product_url": "https://www.huaweicloud.com/product/deh.html",
571
+ "logo": {
572
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Compute/DeH.png",
573
+ "local_path": "icons/assets/logo/deh.png"
574
+ },
575
+ "architecture": {
576
+ "status": "planned",
577
+ "local_path": "icons/assets/architecture/deh.svg"
578
+ },
579
+ "aliases": ["deh"],
580
+ "tags": ["计算", "deh"]
581
+ },
582
+ {
583
+ "id": "as",
584
+ "name": "弹性伸缩 AS",
585
+ "category": "计算",
586
+ "subcategory": "",
587
+ "description": "根据预设策略自动调整计算资源的服务",
588
+ "product_url": "https://www.huaweicloud.com/product/as.html",
589
+ "logo": {
590
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Compute/AS.png",
591
+ "local_path": "icons/assets/logo/as.png"
592
+ },
593
+ "architecture": {
594
+ "status": "planned",
595
+ "local_path": "icons/assets/architecture/as.svg"
596
+ },
597
+ "aliases": ["as"],
598
+ "tags": ["计算", "as"]
599
+ },
600
+ {
601
+ "id": "ims",
602
+ "name": "镜像服务 IMS",
603
+ "category": "计算",
604
+ "subcategory": "",
605
+ "description": "提供完善的镜像管理能力",
606
+ "product_url": "https://www.huaweicloud.com/product/ims.html",
607
+ "logo": {
608
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Compute/IMS.png",
609
+ "local_path": "icons/assets/logo/ims.png"
610
+ },
611
+ "architecture": {
612
+ "status": "planned",
613
+ "local_path": "icons/assets/architecture/ims.svg"
614
+ },
615
+ "aliases": ["ims"],
616
+ "tags": ["计算", "ims"]
617
+ },
618
+ {
619
+ "id": "functiongraph",
620
+ "name": "函数工作流 FunctionGraph",
621
+ "category": "计算",
622
+ "subcategory": "",
623
+ "description": "自动运行代码,无需配置或管理服务器",
624
+ "product_url": "https://www.huaweicloud.com/product/functiongraph.html",
625
+ "logo": {
626
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Compute/FunctionGraph.png",
627
+ "local_path": "icons/assets/logo/functiongraph.png"
628
+ },
629
+ "architecture": {
630
+ "status": "planned",
631
+ "local_path": "icons/assets/architecture/functiongraph.svg"
632
+ },
633
+ "aliases": ["functiongraph"],
634
+ "tags": ["计算", "functiongraph"]
635
+ },
636
+ {
637
+ "id": "hce",
638
+ "name": "Huawei Cloud EulerOS",
639
+ "category": "计算",
640
+ "subcategory": "",
641
+ "description": "充分发挥华为云优势的操作系统",
642
+ "product_url": "https://www.huaweicloud.com/product/hce.html",
643
+ "logo": {
644
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Compute/HuaweiCloudEulerOS.png",
645
+ "local_path": "icons/assets/logo/hce.png"
646
+ },
647
+ "architecture": {
648
+ "status": "planned",
649
+ "local_path": "icons/assets/architecture/hce.svg"
650
+ },
651
+ "aliases": ["huawei", "cloud", "euleros", "hce"],
652
+ "tags": ["计算", "huawei", "cloud", "euleros", "hce"]
653
+ },
654
+ {
655
+ "id": "clouddc",
656
+ "name": "云化数据中心 CloudDC",
657
+ "category": "计算",
658
+ "subcategory": "",
659
+ "description": "助力自持资产客户快速云化转型",
660
+ "product_url": "https://www.huaweicloud.com/product/clouddc.html",
661
+ "logo": {
662
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Compute/CloudDC.svg",
663
+ "local_path": "icons/assets/logo/clouddc.svg"
664
+ },
665
+ "architecture": {
666
+ "status": "planned",
667
+ "local_path": "icons/assets/architecture/clouddc.svg"
668
+ },
669
+ "aliases": ["clouddc"],
670
+ "tags": ["计算", "clouddc"]
671
+ },
672
+ {
673
+ "id": "flexus-obs",
674
+ "name": "Flexus对象存储",
675
+ "category": "存储",
676
+ "subcategory": "",
677
+ "description": "成本最优,极致安全可靠的数据底座",
678
+ "product_url": "https://www.huaweicloud.com/product/flexus-obs.html",
679
+ "logo": {
680
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Storage/FlexusOBS.svg",
681
+ "local_path": "icons/assets/logo/flexus-obs.svg"
682
+ },
683
+ "architecture": {
684
+ "status": "planned",
685
+ "local_path": "icons/assets/architecture/flexus-obs.svg"
686
+ },
687
+ "aliases": ["flexus", "flexus-obs"],
688
+ "tags": ["存储", "flexus", "flexus-obs"]
689
+ },
690
+ {
691
+ "id": "evs",
692
+ "name": "云硬盘 EVS",
693
+ "category": "存储",
694
+ "subcategory": "",
695
+ "description": "为计算服务提供持久性块存储的服务",
696
+ "product_url": "https://www.huaweicloud.com/product/evs.html",
697
+ "logo": {
698
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Storage/EVS.png",
699
+ "local_path": "icons/assets/logo/evs.png"
700
+ },
701
+ "architecture": {
702
+ "status": "planned",
703
+ "local_path": "icons/assets/architecture/evs.svg"
704
+ },
705
+ "aliases": ["evs"],
706
+ "tags": ["存储", "evs"]
707
+ },
708
+ {
709
+ "id": "cbr",
710
+ "name": "云备份 CBR",
711
+ "category": "存储",
712
+ "subcategory": "",
713
+ "description": "为云服务器、云硬盘等提供备份服务",
714
+ "product_url": "https://www.huaweicloud.com/product/cbr.html",
715
+ "logo": {
716
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Storage/CBR.png",
717
+ "local_path": "icons/assets/logo/cbr.png"
718
+ },
719
+ "architecture": {
720
+ "status": "planned",
721
+ "local_path": "icons/assets/architecture/cbr.svg"
722
+ },
723
+ "aliases": ["cbr"],
724
+ "tags": ["存储", "cbr"]
725
+ },
726
+ {
727
+ "id": "kvs",
728
+ "name": "键值存储服务 KVS",
729
+ "category": "存储",
730
+ "subcategory": "",
731
+ "description": "Serverless KV存储服务",
732
+ "product_url": "https://www.huaweicloud.com/product/kvs.html",
733
+ "logo": {
734
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Storage/KVS.png",
735
+ "local_path": "icons/assets/logo/kvs.png"
736
+ },
737
+ "architecture": {
738
+ "status": "planned",
739
+ "local_path": "icons/assets/architecture/kvs.svg"
740
+ },
741
+ "aliases": ["kvs"],
742
+ "tags": ["存储", "kvs"]
743
+ },
744
+ {
745
+ "id": "dwr",
746
+ "name": "数据工坊 DWR",
747
+ "category": "存储",
748
+ "subcategory": "",
749
+ "description": "开放的近数据处理服务",
750
+ "product_url": "https://www.huaweicloud.com/product/dwr.html",
751
+ "logo": {
752
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Storage/DWR.png",
753
+ "local_path": "icons/assets/logo/dwr.png"
754
+ },
755
+ "architecture": {
756
+ "status": "planned",
757
+ "local_path": "icons/assets/architecture/dwr.svg"
758
+ },
759
+ "aliases": ["dwr"],
760
+ "tags": ["存储", "dwr"]
761
+ },
762
+ {
763
+ "id": "sfs",
764
+ "name": "弹性文件服务 SFS",
765
+ "category": "存储",
766
+ "subcategory": "",
767
+ "description": "为计算实例提供完全托管的NAS文件存储",
768
+ "product_url": "https://www.huaweicloud.com/product/sfs.html",
769
+ "logo": {
770
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Storage/SFS.png",
771
+ "local_path": "icons/assets/logo/sfs.png"
772
+ },
773
+ "architecture": {
774
+ "status": "planned",
775
+ "local_path": "icons/assets/architecture/sfs.svg"
776
+ },
777
+ "aliases": ["sfs"],
778
+ "tags": ["存储", "sfs"]
779
+ },
780
+ {
781
+ "id": "sfsturbo",
782
+ "name": "高性能弹性文件服务 SFS Turbo",
783
+ "category": "存储",
784
+ "subcategory": "",
785
+ "description": "高带宽、低时延的全托管文件服务",
786
+ "product_url": "https://www.huaweicloud.com/product/sfsturbo.html",
787
+ "logo": {
788
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Storage/SFSTurbo.png",
789
+ "local_path": "icons/assets/logo/sfsturbo.png"
790
+ },
791
+ "architecture": {
792
+ "status": "planned",
793
+ "local_path": "icons/assets/architecture/sfsturbo.svg"
794
+ },
795
+ "aliases": ["sfs", "turbo", "sfsturbo"],
796
+ "tags": ["存储", "sfs", "turbo", "sfsturbo"]
797
+ },
798
+ {
799
+ "id": "dss",
800
+ "name": "专属分布式存储服务 DSS",
801
+ "category": "存储",
802
+ "subcategory": "",
803
+ "description": "提供独享的物理存储资源",
804
+ "product_url": "https://www.huaweicloud.com/product/dss.html",
805
+ "logo": {
806
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Storage/DSS.png",
807
+ "local_path": "icons/assets/logo/dss.png"
808
+ },
809
+ "architecture": {
810
+ "status": "planned",
811
+ "local_path": "icons/assets/architecture/dss.svg"
812
+ },
813
+ "aliases": ["dss"],
814
+ "tags": ["存储", "dss"]
815
+ },
816
+ {
817
+ "id": "sdrs",
818
+ "name": "业务恢复服务 BRS",
819
+ "category": "存储",
820
+ "subcategory": "",
821
+ "description": "为ECS提供跨可用区RPO=0的容灾保护",
822
+ "product_url": "https://www.huaweicloud.com/product/sdrs.html",
823
+ "logo": {
824
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Storage/SDRS.png",
825
+ "local_path": "icons/assets/logo/sdrs.png"
826
+ },
827
+ "architecture": {
828
+ "status": "planned",
829
+ "local_path": "icons/assets/architecture/sdrs.svg"
830
+ },
831
+ "aliases": ["brs", "sdrs"],
832
+ "tags": ["存储", "brs", "sdrs"]
833
+ },
834
+ {
835
+ "id": "csbs",
836
+ "name": "云服务器备份 CSBS",
837
+ "category": "存储",
838
+ "subcategory": "",
839
+ "description": "为所有云硬盘创建一致性在线备份",
840
+ "product_url": "https://www.huaweicloud.com/product/csbs.html",
841
+ "logo": {
842
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Storage/CSBS.png",
843
+ "local_path": "icons/assets/logo/csbs.png"
844
+ },
845
+ "architecture": {
846
+ "status": "planned",
847
+ "local_path": "icons/assets/architecture/csbs.svg"
848
+ },
849
+ "aliases": ["csbs"],
850
+ "tags": ["存储", "csbs"]
851
+ },
852
+ {
853
+ "id": "csg",
854
+ "name": "云存储网关 CSG",
855
+ "category": "存储",
856
+ "subcategory": "",
857
+ "description": "为企业应用提供标准的文件存储访问入口",
858
+ "product_url": "https://www.huaweicloud.com/product/csg.html",
859
+ "logo": {
860
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Storage/CSG.png",
861
+ "local_path": "icons/assets/logo/csg.png"
862
+ },
863
+ "architecture": {
864
+ "status": "planned",
865
+ "local_path": "icons/assets/architecture/csg.svg"
866
+ },
867
+ "aliases": ["csg"],
868
+ "tags": ["存储", "csg"]
869
+ },
870
+ {
871
+ "id": "ems",
872
+ "name": "弹性内存存储 EMS",
873
+ "category": "存储",
874
+ "subcategory": "",
875
+ "description": "高带宽、低时延的内存存储服务",
876
+ "product_url": "https://www.huaweicloud.com/product/ems.html",
877
+ "logo": {
878
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Storage/EMS.svg",
879
+ "local_path": "icons/assets/logo/ems.svg"
880
+ },
881
+ "architecture": {
882
+ "status": "planned",
883
+ "local_path": "icons/assets/architecture/ems.svg"
884
+ },
885
+ "aliases": ["ems"],
886
+ "tags": ["存储", "ems"]
887
+ },
888
+ {
889
+ "id": "eip",
890
+ "name": "弹性公网IP EIP",
891
+ "category": "网络",
892
+ "subcategory": "",
893
+ "description": "提供独立的公网IP资源服务",
894
+ "product_url": "https://www.huaweicloud.com/product/eip.html",
895
+ "logo": {
896
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Networking/EIP.png",
897
+ "local_path": "icons/assets/logo/eip.png"
898
+ },
899
+ "architecture": {
900
+ "status": "planned",
901
+ "local_path": "icons/assets/architecture/eip.svg"
902
+ },
903
+ "aliases": ["ip", "eip"],
904
+ "tags": ["网络", "ip", "eip"]
905
+ },
906
+ {
907
+ "id": "elb",
908
+ "name": "弹性负载均衡 ELB",
909
+ "category": "网络",
910
+ "subcategory": "",
911
+ "description": "将流量自动分发到多台云服务器",
912
+ "product_url": "https://www.huaweicloud.com/product/elb.html",
913
+ "logo": {
914
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Networking/ELB.png",
915
+ "local_path": "icons/assets/logo/elb.png"
916
+ },
917
+ "architecture": {
918
+ "status": "planned",
919
+ "local_path": "icons/assets/architecture/elb.svg"
920
+ },
921
+ "aliases": ["elb"],
922
+ "tags": ["网络", "elb"]
923
+ },
924
+ {
925
+ "id": "dc",
926
+ "name": "云专线 DC",
927
+ "category": "网络",
928
+ "subcategory": "",
929
+ "description": "搭建本地数据中心与VPC间的专属连接通道",
930
+ "product_url": "https://www.huaweicloud.com/product/dc.html",
931
+ "logo": {
932
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Networking/DC.png",
933
+ "local_path": "icons/assets/logo/dc.png"
934
+ },
935
+ "architecture": {
936
+ "status": "planned",
937
+ "local_path": "icons/assets/architecture/dc.svg"
938
+ },
939
+ "aliases": ["dc"],
940
+ "tags": ["网络", "dc"]
941
+ },
942
+ {
943
+ "id": "vpn",
944
+ "name": "虚拟专用网络 VPN",
945
+ "category": "网络",
946
+ "subcategory": "",
947
+ "description": "数据中心与华为云的IPsec加密连接通道",
948
+ "product_url": "https://www.huaweicloud.com/product/vpn.html",
949
+ "logo": {
950
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Networking/VPN.png",
951
+ "local_path": "icons/assets/logo/vpn.png"
952
+ },
953
+ "architecture": {
954
+ "status": "planned",
955
+ "local_path": "icons/assets/architecture/vpn.svg"
956
+ },
957
+ "aliases": ["vpn"],
958
+ "tags": ["网络", "vpn"]
959
+ },
960
+ {
961
+ "id": "esw",
962
+ "name": "企业交换机 ESW",
963
+ "category": "网络",
964
+ "subcategory": "",
965
+ "description": "云上与云下的大二层连接通道",
966
+ "product_url": "https://www.huaweicloud.com/product/esw.html",
967
+ "logo": {
968
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Networking/ESW.png",
969
+ "local_path": "icons/assets/logo/esw.png"
970
+ },
971
+ "architecture": {
972
+ "status": "planned",
973
+ "local_path": "icons/assets/architecture/esw.svg"
974
+ },
975
+ "aliases": ["esw"],
976
+ "tags": ["网络", "esw"]
977
+ },
978
+ {
979
+ "id": "cc",
980
+ "name": "云连接 CC",
981
+ "category": "网络",
982
+ "subcategory": "",
983
+ "description": "支持多Region VPC互通的混合云组网",
984
+ "product_url": "https://www.huaweicloud.com/product/cc.html",
985
+ "logo": {
986
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Networking/CC.png",
987
+ "local_path": "icons/assets/logo/cc.png"
988
+ },
989
+ "architecture": {
990
+ "status": "planned",
991
+ "local_path": "icons/assets/architecture/cc.svg"
992
+ },
993
+ "aliases": ["cc"],
994
+ "tags": ["网络", "cc"]
995
+ },
996
+ {
997
+ "id": "nat",
998
+ "name": "NAT网关 NAT",
999
+ "category": "网络",
1000
+ "subcategory": "",
1001
+ "description": "提供网络地址转换服务",
1002
+ "product_url": "https://www.huaweicloud.com/product/nat.html",
1003
+ "logo": {
1004
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Networking/NAT.png",
1005
+ "local_path": "icons/assets/logo/nat.png"
1006
+ },
1007
+ "architecture": {
1008
+ "status": "planned",
1009
+ "local_path": "icons/assets/architecture/nat.svg"
1010
+ },
1011
+ "aliases": ["nat"],
1012
+ "tags": ["网络", "nat"]
1013
+ },
1014
+ {
1015
+ "id": "vpcep",
1016
+ "name": "VPC终端节点 VPCEP",
1017
+ "category": "网络",
1018
+ "subcategory": "",
1019
+ "description": "提供VPC之间的私密连接通道",
1020
+ "product_url": "https://www.huaweicloud.com/product/vpcep.html",
1021
+ "logo": {
1022
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Networking/VPCEP.png",
1023
+ "local_path": "icons/assets/logo/vpcep.png"
1024
+ },
1025
+ "architecture": {
1026
+ "status": "planned",
1027
+ "local_path": "icons/assets/architecture/vpcep.svg"
1028
+ },
1029
+ "aliases": ["vpc", "vpcep"],
1030
+ "tags": ["网络", "vpc", "vpcep"]
1031
+ },
1032
+ {
1033
+ "id": "er",
1034
+ "name": "企业路由器 ER",
1035
+ "category": "网络",
1036
+ "subcategory": "",
1037
+ "description": "提供高可靠的集中路由管理能力",
1038
+ "product_url": "https://www.huaweicloud.com/product/er.html",
1039
+ "logo": {
1040
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Networking/ER.png",
1041
+ "local_path": "icons/assets/logo/er.png"
1042
+ },
1043
+ "architecture": {
1044
+ "status": "planned",
1045
+ "local_path": "icons/assets/architecture/er.svg"
1046
+ },
1047
+ "aliases": ["er"],
1048
+ "tags": ["网络", "er"]
1049
+ },
1050
+ {
1051
+ "id": "ga",
1052
+ "name": "全球加速 GA",
1053
+ "category": "网络",
1054
+ "subcategory": "",
1055
+ "description": "提供SLA稳定的加速传输",
1056
+ "product_url": "https://www.huaweicloud.com/product/ga.html",
1057
+ "logo": {
1058
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Networking/GA.png",
1059
+ "local_path": "icons/assets/logo/ga.png"
1060
+ },
1061
+ "architecture": {
1062
+ "status": "planned",
1063
+ "local_path": "icons/assets/architecture/ga.svg"
1064
+ },
1065
+ "aliases": ["ga"],
1066
+ "tags": ["网络", "ga"]
1067
+ },
1068
+ {
1069
+ "id": "dns",
1070
+ "name": "云解析服务 DNS",
1071
+ "category": "网络",
1072
+ "subcategory": "",
1073
+ "description": "提供高可用,高扩展的DNS和管理服务",
1074
+ "product_url": "https://www.huaweicloud.com/product/dns.html",
1075
+ "logo": {
1076
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/BusinessApplications/DNS.png",
1077
+ "local_path": "icons/assets/logo/dns.png"
1078
+ },
1079
+ "architecture": {
1080
+ "status": "planned",
1081
+ "local_path": "icons/assets/architecture/dns.svg"
1082
+ },
1083
+ "aliases": ["dns"],
1084
+ "tags": ["网络", "dns"]
1085
+ },
1086
+ {
1087
+ "id": "aad",
1088
+ "name": "DDoS防护 AAD",
1089
+ "category": "安全",
1090
+ "subcategory": "保护您的应用服务",
1091
+ "description": "快速缓解对业务造成瘫痪的网络攻击",
1092
+ "product_url": "https://www.huaweicloud.com/product/aad.html",
1093
+ "logo": {
1094
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/SecurityCompliance/AAD.png",
1095
+ "local_path": "icons/assets/logo/aad.png"
1096
+ },
1097
+ "architecture": {
1098
+ "status": "planned",
1099
+ "local_path": "icons/assets/architecture/aad.svg"
1100
+ },
1101
+ "aliases": ["ddos", "aad"],
1102
+ "tags": ["安全", "保护您的应用服务", "ddos", "aad"]
1103
+ },
1104
+ {
1105
+ "id": "waf",
1106
+ "name": "Web应用防火墙 WAF",
1107
+ "category": "安全",
1108
+ "subcategory": "保护您的应用服务",
1109
+ "description": "识别恶意请求特征和防御未知威胁",
1110
+ "product_url": "https://www.huaweicloud.com/product/waf.html",
1111
+ "logo": {
1112
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/SecurityCompliance/WAF.png",
1113
+ "local_path": "icons/assets/logo/waf.png"
1114
+ },
1115
+ "architecture": {
1116
+ "status": "planned",
1117
+ "local_path": "icons/assets/architecture/waf.svg"
1118
+ },
1119
+ "aliases": ["web", "waf"],
1120
+ "tags": ["安全", "保护您的应用服务", "web", "waf"]
1121
+ },
1122
+ {
1123
+ "id": "cfw",
1124
+ "name": "云防火墙 CFW",
1125
+ "category": "安全",
1126
+ "subcategory": "保护您的应用服务",
1127
+ "description": "网络流量管控与入侵安全防护",
1128
+ "product_url": "https://www.huaweicloud.com/product/cfw.html",
1129
+ "logo": {
1130
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/SecurityCompliance/CFW.png",
1131
+ "local_path": "icons/assets/logo/cfw.png"
1132
+ },
1133
+ "architecture": {
1134
+ "status": "planned",
1135
+ "local_path": "icons/assets/architecture/cfw.svg"
1136
+ },
1137
+ "aliases": ["cfw"],
1138
+ "tags": ["安全", "保护您的应用服务", "cfw"]
1139
+ },
1140
+ {
1141
+ "id": "edgesec",
1142
+ "name": "边缘安全 EdgeSec",
1143
+ "category": "安全",
1144
+ "subcategory": "保护您的应用服务",
1145
+ "description": "保护边缘应用安全,提升安全加速体验",
1146
+ "product_url": "https://www.huaweicloud.com/product/edgesec.html",
1147
+ "logo": {
1148
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/SecurityCompliance/EdgeSec.png",
1149
+ "local_path": "icons/assets/logo/edgesec.png"
1150
+ },
1151
+ "architecture": {
1152
+ "status": "planned",
1153
+ "local_path": "icons/assets/architecture/edgesec.svg"
1154
+ },
1155
+ "aliases": ["edgesec"],
1156
+ "tags": ["安全", "保护您的应用服务", "edgesec"]
1157
+ },
1158
+ {
1159
+ "id": "hss",
1160
+ "name": "企业主机安全 HSS",
1161
+ "category": "安全",
1162
+ "subcategory": "保护您的云工作负载",
1163
+ "description": "服务器贴身安全管家",
1164
+ "product_url": "https://www.huaweicloud.com/product/hss.html",
1165
+ "logo": {
1166
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/SecurityCompliance/HSS.png",
1167
+ "local_path": "icons/assets/logo/hss.png"
1168
+ },
1169
+ "architecture": {
1170
+ "status": "planned",
1171
+ "local_path": "icons/assets/architecture/hss.svg"
1172
+ },
1173
+ "aliases": ["hss"],
1174
+ "tags": ["安全", "保护您的云工作负载", "hss"]
1175
+ },
1176
+ {
1177
+ "id": "cbh",
1178
+ "name": "云堡垒机 CBH",
1179
+ "category": "安全",
1180
+ "subcategory": "保护您的云工作负载",
1181
+ "description": "主机管理、权限控制、运维审计",
1182
+ "product_url": "https://www.huaweicloud.com/product/cbh.html",
1183
+ "logo": {
1184
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/SecurityCompliance/CBH.png",
1185
+ "local_path": "icons/assets/logo/cbh.png"
1186
+ },
1187
+ "architecture": {
1188
+ "status": "planned",
1189
+ "local_path": "icons/assets/architecture/cbh.svg"
1190
+ },
1191
+ "aliases": ["cbh"],
1192
+ "tags": ["安全", "保护您的云工作负载", "cbh"]
1193
+ },
1194
+ {
1195
+ "id": "dbss",
1196
+ "name": "数据库安全服务 DBSS",
1197
+ "category": "安全",
1198
+ "subcategory": "保护您的数据资产",
1199
+ "description": "数据库审计,SQL注入攻击检测",
1200
+ "product_url": "https://www.huaweicloud.com/product/dbss.html",
1201
+ "logo": {
1202
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/SecurityCompliance/DBSS.png",
1203
+ "local_path": "icons/assets/logo/dbss.png"
1204
+ },
1205
+ "architecture": {
1206
+ "status": "planned",
1207
+ "local_path": "icons/assets/architecture/dbss.svg"
1208
+ },
1209
+ "aliases": ["dbss"],
1210
+ "tags": ["安全", "保护您的数据资产", "dbss"]
1211
+ },
1212
+ {
1213
+ "id": "dew",
1214
+ "name": "密码安全中心 DEW",
1215
+ "category": "安全",
1216
+ "subcategory": "保护您的数据资产",
1217
+ "description": "云上数据加密和密钥托管服务",
1218
+ "product_url": "https://www.huaweicloud.com/product/dew.html",
1219
+ "logo": {
1220
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/SecurityCompliance/DEW.png",
1221
+ "local_path": "icons/assets/logo/dew.png"
1222
+ },
1223
+ "architecture": {
1224
+ "status": "planned",
1225
+ "local_path": "icons/assets/architecture/dew.svg"
1226
+ },
1227
+ "aliases": ["dew"],
1228
+ "tags": ["安全", "保护您的数据资产", "dew"]
1229
+ },
1230
+ {
1231
+ "id": "ccm",
1232
+ "name": "云证书与管理服务 CCM",
1233
+ "category": "安全",
1234
+ "subcategory": "保护您的数据资产",
1235
+ "description": "SSL证书和私有证书管理",
1236
+ "product_url": "https://www.huaweicloud.com/product/ccm.html",
1237
+ "logo": {
1238
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/SecurityCompliance/SSL.png",
1239
+ "local_path": "icons/assets/logo/ccm.png"
1240
+ },
1241
+ "architecture": {
1242
+ "status": "planned",
1243
+ "local_path": "icons/assets/architecture/ccm.svg"
1244
+ },
1245
+ "aliases": ["ccm"],
1246
+ "tags": ["安全", "保护您的数据资产", "ccm"]
1247
+ },
1248
+ {
1249
+ "id": "dsc",
1250
+ "name": "数据安全中心 DSC",
1251
+ "category": "安全",
1252
+ "subcategory": "保护您的数据资产",
1253
+ "description": "云原生数据安全治理平台",
1254
+ "product_url": "https://www.huaweicloud.com/product/dsc.html",
1255
+ "logo": {
1256
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/SecurityCompliance/DSC.png",
1257
+ "local_path": "icons/assets/logo/dsc.png"
1258
+ },
1259
+ "architecture": {
1260
+ "status": "planned",
1261
+ "local_path": "icons/assets/architecture/dsc.svg"
1262
+ },
1263
+ "aliases": ["dsc"],
1264
+ "tags": ["安全", "保护您的数据资产", "dsc"]
1265
+ },
1266
+ {
1267
+ "id": "tics",
1268
+ "name": "可信智能计算服务 TICS",
1269
+ "category": "安全",
1270
+ "subcategory": "保护您的数据资产",
1271
+ "description": "一站式数据可信流通平台服务",
1272
+ "product_url": "https://www.huaweicloud.com/product/tics.html",
1273
+ "logo": {
1274
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Analytics/TICS.png",
1275
+ "local_path": "icons/assets/logo/tics.png"
1276
+ },
1277
+ "architecture": {
1278
+ "status": "planned",
1279
+ "local_path": "icons/assets/architecture/tics.svg"
1280
+ },
1281
+ "aliases": ["tics"],
1282
+ "tags": ["安全", "保护您的数据资产", "tics"]
1283
+ },
1284
+ {
1285
+ "id": "bcs",
1286
+ "name": "区块链服务 BCS",
1287
+ "category": "安全",
1288
+ "subcategory": "保护您的数据资产",
1289
+ "description": "高性能、高安全的区块链技术平台服务",
1290
+ "product_url": "https://www.huaweicloud.com/product/bcs.html",
1291
+ "logo": {
1292
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Blockchain/BCS.png",
1293
+ "local_path": "icons/assets/logo/bcs.png"
1294
+ },
1295
+ "architecture": {
1296
+ "status": "planned",
1297
+ "local_path": "icons/assets/architecture/bcs.svg"
1298
+ },
1299
+ "aliases": ["bcs"],
1300
+ "tags": ["安全", "保护您的数据资产", "bcs"]
1301
+ },
1302
+ {
1303
+ "id": "secmaster",
1304
+ "name": "安全云脑 SecMaster",
1305
+ "category": "安全",
1306
+ "subcategory": "管理您系统的安全态势",
1307
+ "description": "云原生的新一代智能安全运营中心",
1308
+ "product_url": "https://www.huaweicloud.com/product/secmaster.html",
1309
+ "logo": {
1310
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/SecurityCompliance/SecMaster.png",
1311
+ "local_path": "icons/assets/logo/secmaster.png"
1312
+ },
1313
+ "architecture": {
1314
+ "status": "planned",
1315
+ "local_path": "icons/assets/architecture/secmaster.svg"
1316
+ },
1317
+ "aliases": ["secmaster"],
1318
+ "tags": ["安全", "管理您系统的安全态势", "secmaster"]
1319
+ },
1320
+ {
1321
+ "id": "ucs",
1322
+ "name": "华为云UCS",
1323
+ "category": "容器与中间件",
1324
+ "subcategory": "容器",
1325
+ "description": "提供无处不在的云原生服务",
1326
+ "product_url": "https://www.huaweicloud.com/product/ucs.html",
1327
+ "logo": {
1328
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Containers/UCS.png",
1329
+ "local_path": "icons/assets/logo/ucs.png"
1330
+ },
1331
+ "architecture": {
1332
+ "status": "planned",
1333
+ "local_path": "icons/assets/architecture/ucs.svg"
1334
+ },
1335
+ "aliases": ["ucs"],
1336
+ "tags": ["容器与中间件", "容器", "ucs"]
1337
+ },
1338
+ {
1339
+ "id": "cce",
1340
+ "name": "云容器引擎 CCE",
1341
+ "category": "容器与中间件",
1342
+ "subcategory": "容器",
1343
+ "description": "提供高可靠的企业级容器应用管理服务",
1344
+ "product_url": "https://www.huaweicloud.com/product/cce.html",
1345
+ "logo": {
1346
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Containers/CCE.png",
1347
+ "local_path": "icons/assets/logo/cce.png"
1348
+ },
1349
+ "architecture": {
1350
+ "status": "planned",
1351
+ "local_path": "icons/assets/architecture/cce.svg"
1352
+ },
1353
+ "aliases": ["cce"],
1354
+ "tags": ["容器与中间件", "容器", "cce"]
1355
+ },
1356
+ {
1357
+ "id": "cci",
1358
+ "name": "云容器实例 CCI",
1359
+ "category": "容器与中间件",
1360
+ "subcategory": "容器",
1361
+ "description": "提供敏捷安全的Serverless容器服务",
1362
+ "product_url": "https://www.huaweicloud.com/product/cci.html",
1363
+ "logo": {
1364
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Containers/CCI.png",
1365
+ "local_path": "icons/assets/logo/cci.png"
1366
+ },
1367
+ "architecture": {
1368
+ "status": "planned",
1369
+ "local_path": "icons/assets/architecture/cci.svg"
1370
+ },
1371
+ "aliases": ["cci"],
1372
+ "tags": ["容器与中间件", "容器", "cci"]
1373
+ },
1374
+ {
1375
+ "id": "flexus-cci",
1376
+ "name": "Flexus云容器实例",
1377
+ "category": "容器与中间件",
1378
+ "subcategory": "容器",
1379
+ "description": "开箱即用的轻量级容器产品",
1380
+ "product_url": "https://www.huaweicloud.com/product/flexus-cci.html",
1381
+ "logo": {
1382
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Compute/FCCI.png",
1383
+ "local_path": "icons/assets/logo/flexus-cci.png"
1384
+ },
1385
+ "architecture": {
1386
+ "status": "planned",
1387
+ "local_path": "icons/assets/architecture/flexus-cci.svg"
1388
+ },
1389
+ "aliases": ["flexus", "flexus-cci"],
1390
+ "tags": ["容器与中间件", "容器", "flexus", "flexus-cci"]
1391
+ },
1392
+ {
1393
+ "id": "swr",
1394
+ "name": "容器镜像服务 SWR",
1395
+ "category": "容器与中间件",
1396
+ "subcategory": "容器",
1397
+ "description": "一种支持容器镜像全生命周期管理的服务",
1398
+ "product_url": "https://www.huaweicloud.com/product/swr.html",
1399
+ "logo": {
1400
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Containers/SWR.png",
1401
+ "local_path": "icons/assets/logo/swr.png"
1402
+ },
1403
+ "architecture": {
1404
+ "status": "planned",
1405
+ "local_path": "icons/assets/architecture/swr.svg"
1406
+ },
1407
+ "aliases": ["swr"],
1408
+ "tags": ["容器与中间件", "容器", "swr"]
1409
+ },
1410
+ {
1411
+ "id": "ief",
1412
+ "name": "智能边缘平台 IEF",
1413
+ "category": "容器与中间件",
1414
+ "subcategory": "容器",
1415
+ "description": "边云协同操作系统,提供边缘应用托管",
1416
+ "product_url": "https://www.huaweicloud.com/product/ief.html",
1417
+ "logo": {
1418
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Containers/IEF.png",
1419
+ "local_path": "icons/assets/logo/ief.png"
1420
+ },
1421
+ "architecture": {
1422
+ "status": "planned",
1423
+ "local_path": "icons/assets/architecture/ief.svg"
1424
+ },
1425
+ "aliases": ["ief"],
1426
+ "tags": ["容器与中间件", "容器", "ief"]
1427
+ },
1428
+ {
1429
+ "id": "cse",
1430
+ "name": "微服务引擎 CSE",
1431
+ "category": "容器与中间件",
1432
+ "subcategory": "应用中间件",
1433
+ "description": "微服务快速注册发现、配置管理及治理",
1434
+ "product_url": "https://www.huaweicloud.com/product/cse.html",
1435
+ "logo": {
1436
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Middleware/CSE.png",
1437
+ "local_path": "icons/assets/logo/cse.png"
1438
+ },
1439
+ "architecture": {
1440
+ "status": "planned",
1441
+ "local_path": "icons/assets/architecture/cse.svg"
1442
+ },
1443
+ "aliases": ["cse"],
1444
+ "tags": ["容器与中间件", "应用中间件", "cse"]
1445
+ },
1446
+ {
1447
+ "id": "dcsmem",
1448
+ "name": "分布式缓存服务Memcached版",
1449
+ "category": "容器与中间件",
1450
+ "subcategory": "应用中间件",
1451
+ "description": "一个高性能、分布式的缓存系统",
1452
+ "product_url": "https://www.huaweicloud.com/product/dcsmem.html",
1453
+ "logo": {
1454
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Middleware/Memcached.png",
1455
+ "local_path": "icons/assets/logo/dcsmem.png"
1456
+ },
1457
+ "architecture": {
1458
+ "status": "planned",
1459
+ "local_path": "icons/assets/architecture/dcsmem.svg"
1460
+ },
1461
+ "aliases": ["memcached", "dcsmem"],
1462
+ "tags": ["容器与中间件", "应用中间件", "memcached", "dcsmem"]
1463
+ },
1464
+ {
1465
+ "id": "dms",
1466
+ "name": "分布式消息服务 DMS",
1467
+ "category": "容器与中间件",
1468
+ "subcategory": "应用中间件",
1469
+ "description": "完全托管的高性能消息队列服务",
1470
+ "product_url": "https://www.huaweicloud.com/product/dms.html",
1471
+ "logo": {
1472
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Middleware/DMS.png",
1473
+ "local_path": "icons/assets/logo/dms.png"
1474
+ },
1475
+ "architecture": {
1476
+ "status": "planned",
1477
+ "local_path": "icons/assets/architecture/dms.svg"
1478
+ },
1479
+ "aliases": ["dms"],
1480
+ "tags": ["容器与中间件", "应用中间件", "dms"]
1481
+ },
1482
+ {
1483
+ "id": "dmskafka",
1484
+ "name": "分布式消息服务Kafka版",
1485
+ "category": "容器与中间件",
1486
+ "subcategory": "应用中间件",
1487
+ "description": "高吞吐、高可用的消息中间件服务",
1488
+ "product_url": "https://www.huaweicloud.com/product/dmskafka.html",
1489
+ "logo": {
1490
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Middleware/Kafka.png",
1491
+ "local_path": "icons/assets/logo/dmskafka.png"
1492
+ },
1493
+ "architecture": {
1494
+ "status": "planned",
1495
+ "local_path": "icons/assets/architecture/dmskafka.svg"
1496
+ },
1497
+ "aliases": ["kafka", "dmskafka"],
1498
+ "tags": ["容器与中间件", "应用中间件", "kafka", "dmskafka"]
1499
+ },
1500
+ {
1501
+ "id": "rabbitmq",
1502
+ "name": "分布式消息服务RabbitMQ版",
1503
+ "category": "容器与中间件",
1504
+ "subcategory": "应用中间件",
1505
+ "description": "支持AMQP协议,兼容RabbitMQ生态",
1506
+ "product_url": "https://www.huaweicloud.com/product/rabbitmq.html",
1507
+ "logo": {
1508
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Middleware/RabbitMQ.png",
1509
+ "local_path": "icons/assets/logo/rabbitmq.png"
1510
+ },
1511
+ "architecture": {
1512
+ "status": "planned",
1513
+ "local_path": "icons/assets/architecture/rabbitmq.svg"
1514
+ },
1515
+ "aliases": ["rabbitmq"],
1516
+ "tags": ["容器与中间件", "应用中间件", "rabbitmq"]
1517
+ },
1518
+ {
1519
+ "id": "dms-hrm",
1520
+ "name": "分布式消息服务RocketMQ版",
1521
+ "category": "容器与中间件",
1522
+ "subcategory": "应用中间件",
1523
+ "description": "低延迟、高可靠,兼容开源RocketMQ",
1524
+ "product_url": "https://www.huaweicloud.com/product/dms-hrm.html",
1525
+ "logo": {
1526
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Middleware/ROCKETMQ.png",
1527
+ "local_path": "icons/assets/logo/dms-hrm.png"
1528
+ },
1529
+ "architecture": {
1530
+ "status": "planned",
1531
+ "local_path": "icons/assets/architecture/dms-hrm.svg"
1532
+ },
1533
+ "aliases": ["rocketmq", "dms-hrm"],
1534
+ "tags": ["容器与中间件", "应用中间件", "rocketmq", "dms-hrm"]
1535
+ },
1536
+ {
1537
+ "id": "apig",
1538
+ "name": "API网关 APIG",
1539
+ "category": "容器与中间件",
1540
+ "subcategory": "应用中间件",
1541
+ "description": "构建、管理和部署任意规模的API服务",
1542
+ "product_url": "https://www.huaweicloud.com/product/apig.html",
1543
+ "logo": {
1544
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Middleware/APIG.png",
1545
+ "local_path": "icons/assets/logo/apig.png"
1546
+ },
1547
+ "architecture": {
1548
+ "status": "planned",
1549
+ "local_path": "icons/assets/architecture/apig.svg"
1550
+ },
1551
+ "aliases": ["api", "apig"],
1552
+ "tags": ["容器与中间件", "应用中间件", "api", "apig"]
1553
+ },
1554
+ {
1555
+ "id": "mas",
1556
+ "name": "多活高可用服务 MAS",
1557
+ "category": "容器与中间件",
1558
+ "subcategory": "应用中间件",
1559
+ "description": "提供端到端业务故障切换及容灾演练能力",
1560
+ "product_url": "https://www.huaweicloud.com/product/mas.html",
1561
+ "logo": {
1562
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Middleware/MAS.png",
1563
+ "local_path": "icons/assets/logo/mas.png"
1564
+ },
1565
+ "architecture": {
1566
+ "status": "planned",
1567
+ "local_path": "icons/assets/architecture/mas.svg"
1568
+ },
1569
+ "aliases": ["mas"],
1570
+ "tags": ["容器与中间件", "应用中间件", "mas"]
1571
+ },
1572
+ {
1573
+ "id": "eventgrid",
1574
+ "name": "事件网格 EG",
1575
+ "category": "容器与中间件",
1576
+ "subcategory": "应用中间件",
1577
+ "description": "兼容CloudEvents的事件驱动架构服务",
1578
+ "product_url": "https://www.huaweicloud.com/product/eventgrid.html",
1579
+ "logo": {
1580
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Middleware/EG.png",
1581
+ "local_path": "icons/assets/logo/eventgrid.png"
1582
+ },
1583
+ "architecture": {
1584
+ "status": "planned",
1585
+ "local_path": "icons/assets/architecture/eventgrid.svg"
1586
+ },
1587
+ "aliases": ["eg", "eventgrid"],
1588
+ "tags": ["容器与中间件", "应用中间件", "eg", "eventgrid"]
1589
+ },
1590
+ {
1591
+ "id": "taurusdb",
1592
+ "name": "云数据库 TaurusDB",
1593
+ "category": "数据库",
1594
+ "subcategory": "关系型数据库",
1595
+ "description": "新一代完全兼容MySQL的企业级数据库",
1596
+ "product_url": "https://www.huaweicloud.com/product/taurusdb.html",
1597
+ "logo": {
1598
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Databases/GaussDBforMySQL.png",
1599
+ "local_path": "icons/assets/logo/taurusdb.png"
1600
+ },
1601
+ "architecture": {
1602
+ "status": "planned",
1603
+ "local_path": "icons/assets/architecture/taurusdb.svg"
1604
+ },
1605
+ "aliases": ["taurusdb"],
1606
+ "tags": ["数据库", "关系型数据库", "taurusdb"]
1607
+ },
1608
+ {
1609
+ "id": "pg",
1610
+ "name": "云数据库 RDS for PostgreSQL",
1611
+ "category": "数据库",
1612
+ "subcategory": "关系型数据库",
1613
+ "description": "开源数据库,保证数据的可靠性和完整性",
1614
+ "product_url": "https://www.huaweicloud.com/product/pg.html",
1615
+ "logo": {
1616
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Databases/RDSforPostgreSQL.png",
1617
+ "local_path": "icons/assets/logo/pg.png"
1618
+ },
1619
+ "architecture": {
1620
+ "status": "planned",
1621
+ "local_path": "icons/assets/architecture/pg.svg"
1622
+ },
1623
+ "aliases": ["rds", "for", "postgresql", "pg"],
1624
+ "tags": ["数据库", "关系型数据库", "rds", "for", "postgresql", "pg"]
1625
+ },
1626
+ {
1627
+ "id": "mssql",
1628
+ "name": "云数据库 RDS for SQLServer",
1629
+ "category": "数据库",
1630
+ "subcategory": "关系型数据库",
1631
+ "description": "世界上广受欢迎的商用关系型数据库之一",
1632
+ "product_url": "https://www.huaweicloud.com/product/mssql.html",
1633
+ "logo": {
1634
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Databases/RDSforSQLServer.png",
1635
+ "local_path": "icons/assets/logo/mssql.png"
1636
+ },
1637
+ "architecture": {
1638
+ "status": "planned",
1639
+ "local_path": "icons/assets/architecture/mssql.svg"
1640
+ },
1641
+ "aliases": ["rds", "for", "sqlserver", "mssql"],
1642
+ "tags": ["数据库", "关系型数据库", "rds", "for", "sqlserver", "mssql"]
1643
+ },
1644
+ {
1645
+ "id": "gaussdb",
1646
+ "name": "云数据库 GaussDB",
1647
+ "category": "数据库",
1648
+ "subcategory": "关系型数据库",
1649
+ "description": "新一代企业级分布式关系型数据库产品",
1650
+ "product_url": "https://www.huaweicloud.com/product/gaussdb.html",
1651
+ "logo": {
1652
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Databases/GaussDB.png",
1653
+ "local_path": "icons/assets/logo/gaussdb.png"
1654
+ },
1655
+ "architecture": {
1656
+ "status": "planned",
1657
+ "local_path": "icons/assets/architecture/gaussdb.svg"
1658
+ },
1659
+ "aliases": ["gaussdb"],
1660
+ "tags": ["数据库", "关系型数据库", "gaussdb"]
1661
+ },
1662
+ {
1663
+ "id": "mariadb",
1664
+ "name": "云数据库 RDS for MariaDB",
1665
+ "category": "数据库",
1666
+ "subcategory": "关系型数据库",
1667
+ "description": "开源数据库、即开即用、稳定可靠",
1668
+ "product_url": "https://www.huaweicloud.com/product/mariadb.html",
1669
+ "logo": {
1670
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Databases/RDSforMariaDB.png",
1671
+ "local_path": "icons/assets/logo/mariadb.png"
1672
+ },
1673
+ "architecture": {
1674
+ "status": "planned",
1675
+ "local_path": "icons/assets/architecture/mariadb.svg"
1676
+ },
1677
+ "aliases": ["rds", "for", "mariadb"],
1678
+ "tags": ["数据库", "关系型数据库", "rds", "for", "mariadb"]
1679
+ },
1680
+ {
1681
+ "id": "flexus-rds",
1682
+ "name": "Flexus云数据库RDS",
1683
+ "category": "数据库",
1684
+ "subcategory": "关系型数据库",
1685
+ "description": "基于开源MySQL内核的轻量级数据库",
1686
+ "product_url": "https://www.huaweicloud.com/product/flexus-rds.html",
1687
+ "logo": {
1688
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Compute/FRDS.png",
1689
+ "local_path": "icons/assets/logo/flexus-rds.png"
1690
+ },
1691
+ "architecture": {
1692
+ "status": "planned",
1693
+ "local_path": "icons/assets/architecture/flexus-rds.svg"
1694
+ },
1695
+ "aliases": ["flexus", "rds", "flexus-rds"],
1696
+ "tags": ["数据库", "关系型数据库", "flexus", "rds", "flexus-rds"]
1697
+ },
1698
+ {
1699
+ "id": "geminidb",
1700
+ "name": "云数据库 GeminiDB",
1701
+ "category": "数据库",
1702
+ "subcategory": "非关系型数据库",
1703
+ "description": "云原生多模数据库,兼容主流NoSQL协议",
1704
+ "product_url": "https://www.huaweicloud.com/product/geminidb.html",
1705
+ "logo": {
1706
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Databases/GaussDBfornosql.png",
1707
+ "local_path": "icons/assets/logo/geminidb.png"
1708
+ },
1709
+ "architecture": {
1710
+ "status": "planned",
1711
+ "local_path": "icons/assets/architecture/geminidb.svg"
1712
+ },
1713
+ "aliases": ["geminidb"],
1714
+ "tags": ["数据库", "非关系型数据库", "geminidb"]
1715
+ },
1716
+ {
1717
+ "id": "dds",
1718
+ "name": "文档数据库服务 DDS",
1719
+ "category": "数据库",
1720
+ "subcategory": "非关系型数据库",
1721
+ "description": "支持集群和副本集部署,弹性伸缩",
1722
+ "product_url": "https://www.huaweicloud.com/product/dds.html",
1723
+ "logo": {
1724
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Databases/DDS.png",
1725
+ "local_path": "icons/assets/logo/dds.png"
1726
+ },
1727
+ "architecture": {
1728
+ "status": "planned",
1729
+ "local_path": "icons/assets/architecture/dds.svg"
1730
+ },
1731
+ "aliases": ["dds"],
1732
+ "tags": ["数据库", "非关系型数据库", "dds"]
1733
+ },
1734
+ {
1735
+ "id": "dcs",
1736
+ "name": "分布式缓存服务 DCS",
1737
+ "category": "数据库",
1738
+ "subcategory": "非关系型数据库",
1739
+ "description": "兼容Redis®的高速内存数据处理引擎",
1740
+ "product_url": "https://www.huaweicloud.com/product/dcs.html",
1741
+ "logo": {
1742
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Middleware/Redis.png",
1743
+ "local_path": "icons/assets/logo/dcs.png"
1744
+ },
1745
+ "architecture": {
1746
+ "status": "planned",
1747
+ "local_path": "icons/assets/architecture/dcs.svg"
1748
+ },
1749
+ "aliases": ["dcs"],
1750
+ "tags": ["数据库", "非关系型数据库", "dcs"]
1751
+ },
1752
+ {
1753
+ "id": "drs",
1754
+ "name": "数据复制服务 DRS",
1755
+ "category": "数据库",
1756
+ "subcategory": "数据库生态工具&中间件",
1757
+ "description": "业务不停机中完成数据库迁移上云",
1758
+ "product_url": "https://www.huaweicloud.com/product/drs.html",
1759
+ "logo": {
1760
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Databases/DRS.png",
1761
+ "local_path": "icons/assets/logo/drs.png"
1762
+ },
1763
+ "architecture": {
1764
+ "status": "planned",
1765
+ "local_path": "icons/assets/architecture/drs.svg"
1766
+ },
1767
+ "aliases": ["drs"],
1768
+ "tags": ["数据库", "数据库生态工具&中间件", "drs"]
1769
+ },
1770
+ {
1771
+ "id": "das",
1772
+ "name": "数据管理服务 DAS",
1773
+ "category": "数据库",
1774
+ "subcategory": "数据库生态工具&中间件",
1775
+ "description": "数据库管理专家",
1776
+ "product_url": "https://www.huaweicloud.com/product/das.html",
1777
+ "logo": {
1778
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Databases/DAS.png",
1779
+ "local_path": "icons/assets/logo/das.png"
1780
+ },
1781
+ "architecture": {
1782
+ "status": "planned",
1783
+ "local_path": "icons/assets/architecture/das.svg"
1784
+ },
1785
+ "aliases": ["das"],
1786
+ "tags": ["数据库", "数据库生态工具&中间件", "das"]
1787
+ },
1788
+ {
1789
+ "id": "ugo",
1790
+ "name": "数据库和应用迁移 UGO",
1791
+ "category": "数据库",
1792
+ "subcategory": "数据库生态工具&中间件",
1793
+ "description": "异构数据库结构和应用迁移的专业工具",
1794
+ "product_url": "https://www.huaweicloud.com/product/ugo.html",
1795
+ "logo": {
1796
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Databases/UGO.png",
1797
+ "local_path": "icons/assets/logo/ugo.png"
1798
+ },
1799
+ "architecture": {
1800
+ "status": "planned",
1801
+ "local_path": "icons/assets/architecture/ugo.svg"
1802
+ },
1803
+ "aliases": ["ugo"],
1804
+ "tags": ["数据库", "数据库生态工具&中间件", "ugo"]
1805
+ },
1806
+ {
1807
+ "id": "ddm",
1808
+ "name": "分布式数据库中间件 DDM",
1809
+ "category": "数据库",
1810
+ "subcategory": "数据库生态工具&中间件",
1811
+ "description": "突破容量和性能瓶颈,支持高并发访问",
1812
+ "product_url": "https://www.huaweicloud.com/product/ddm.html",
1813
+ "logo": {
1814
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Databases/DDM.png",
1815
+ "local_path": "icons/assets/logo/ddm.png"
1816
+ },
1817
+ "architecture": {
1818
+ "status": "planned",
1819
+ "local_path": "icons/assets/architecture/ddm.svg"
1820
+ },
1821
+ "aliases": ["ddm"],
1822
+ "tags": ["数据库", "数据库生态工具&中间件", "ddm"]
1823
+ },
1824
+ {
1825
+ "id": "mrs",
1826
+ "name": "MapReduce服务 MRS",
1827
+ "category": "大数据",
1828
+ "subcategory": "大数据计算",
1829
+ "description": "企业级大数据集群云服务",
1830
+ "product_url": "https://www.huaweicloud.com/product/mrs.html",
1831
+ "logo": {
1832
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Analytics/MapReduce.png",
1833
+ "local_path": "icons/assets/logo/mrs.png"
1834
+ },
1835
+ "architecture": {
1836
+ "status": "planned",
1837
+ "local_path": "icons/assets/architecture/mrs.svg"
1838
+ },
1839
+ "aliases": ["mapreduce", "mrs"],
1840
+ "tags": ["大数据", "大数据计算", "mapreduce", "mrs"]
1841
+ },
1842
+ {
1843
+ "id": "dli",
1844
+ "name": "数据湖探索 DLI",
1845
+ "category": "大数据",
1846
+ "subcategory": "大数据计算",
1847
+ "description": "流处理,批处理和交互式的融合处理",
1848
+ "product_url": "https://www.huaweicloud.com/product/dli.html",
1849
+ "logo": {
1850
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Analytics/DLI.png",
1851
+ "local_path": "icons/assets/logo/dli.png"
1852
+ },
1853
+ "architecture": {
1854
+ "status": "planned",
1855
+ "local_path": "icons/assets/architecture/dli.svg"
1856
+ },
1857
+ "aliases": ["dli"],
1858
+ "tags": ["大数据", "大数据计算", "dli"]
1859
+ },
1860
+ {
1861
+ "id": "cs",
1862
+ "name": "实时流计算服务 CS",
1863
+ "category": "大数据",
1864
+ "subcategory": "大数据计算",
1865
+ "description": "实时大数据分析平台",
1866
+ "product_url": "https://www.huaweicloud.com/product/cs.html",
1867
+ "logo": {
1868
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Analytics/CS.png",
1869
+ "local_path": "icons/assets/logo/cs.png"
1870
+ },
1871
+ "architecture": {
1872
+ "status": "planned",
1873
+ "local_path": "icons/assets/architecture/cs.svg"
1874
+ },
1875
+ "aliases": ["cs"],
1876
+ "tags": ["大数据", "大数据计算", "cs"]
1877
+ },
1878
+ {
1879
+ "id": "dws",
1880
+ "name": "数据仓库服务 DWS",
1881
+ "category": "大数据",
1882
+ "subcategory": "大数据计算",
1883
+ "description": "极致性能、稳定、按需扩展的数据仓库",
1884
+ "product_url": "https://www.huaweicloud.com/product/dws.html",
1885
+ "logo": {
1886
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Analytics/DWS.png",
1887
+ "local_path": "icons/assets/logo/dws.png"
1888
+ },
1889
+ "architecture": {
1890
+ "status": "planned",
1891
+ "local_path": "icons/assets/architecture/dws.svg"
1892
+ },
1893
+ "aliases": ["dws"],
1894
+ "tags": ["大数据", "大数据计算", "dws"]
1895
+ },
1896
+ {
1897
+ "id": "cloudtable",
1898
+ "name": "表格存储服务 CloudTable",
1899
+ "category": "大数据",
1900
+ "subcategory": "大数据计算",
1901
+ "description": "企业级托管型云数仓产品",
1902
+ "product_url": "https://www.huaweicloud.com/product/cloudtable.html",
1903
+ "logo": {
1904
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Analytics/CloudTable.png",
1905
+ "local_path": "icons/assets/logo/cloudtable.png"
1906
+ },
1907
+ "architecture": {
1908
+ "status": "planned",
1909
+ "local_path": "icons/assets/architecture/cloudtable.svg"
1910
+ },
1911
+ "aliases": ["cloudtable"],
1912
+ "tags": ["大数据", "大数据计算", "cloudtable"]
1913
+ },
1914
+ {
1915
+ "id": "aidatalake",
1916
+ "name": "智能数据湖 AIDataLake",
1917
+ "category": "大数据",
1918
+ "subcategory": "大数据计算",
1919
+ "description": "企业级多模态智能数据分析与管理平台",
1920
+ "product_url": "https://www.huaweicloud.com/product/aidatalake.html",
1921
+ "logo": {
1922
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/yunying/DataArtsFabric.png",
1923
+ "local_path": "icons/assets/logo/aidatalake.png"
1924
+ },
1925
+ "architecture": {
1926
+ "status": "planned",
1927
+ "local_path": "icons/assets/architecture/aidatalake.svg"
1928
+ },
1929
+ "aliases": ["aidatalake"],
1930
+ "tags": ["大数据", "大数据计算", "aidatalake"]
1931
+ },
1932
+ {
1933
+ "id": "es",
1934
+ "name": "云搜索服务 CSS",
1935
+ "category": "大数据",
1936
+ "subcategory": "大数据搜索与分析",
1937
+ "description": "提供多条件检索与分析能力",
1938
+ "product_url": "https://www.huaweicloud.com/product/es.html",
1939
+ "logo": {
1940
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Analytics/CSS.png",
1941
+ "local_path": "icons/assets/logo/es.png"
1942
+ },
1943
+ "architecture": {
1944
+ "status": "planned",
1945
+ "local_path": "icons/assets/architecture/es.svg"
1946
+ },
1947
+ "aliases": ["css", "es"],
1948
+ "tags": ["大数据", "大数据搜索与分析", "css", "es"]
1949
+ },
1950
+ {
1951
+ "id": "flexus-search-service",
1952
+ "name": "Flexus企业搜索服务",
1953
+ "category": "大数据",
1954
+ "subcategory": "大数据搜索与分析",
1955
+ "description": "基于开源Elasticsearch提供在线分布式搜索",
1956
+ "product_url": "https://www.huaweicloud.com/product/flexus-search-service.html",
1957
+ "logo": {
1958
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Analytics/FlexusCSS.svg",
1959
+ "local_path": "icons/assets/logo/flexus-search-service.svg"
1960
+ },
1961
+ "architecture": {
1962
+ "status": "planned",
1963
+ "local_path": "icons/assets/architecture/flexus-search-service.svg"
1964
+ },
1965
+ "aliases": ["flexus", "flexus-search-service"],
1966
+ "tags": ["大数据", "大数据搜索与分析", "flexus", "flexus-search-service"]
1967
+ },
1968
+ {
1969
+ "id": "log",
1970
+ "name": "日志分析服务 Log",
1971
+ "category": "大数据",
1972
+ "subcategory": "大数据搜索与分析",
1973
+ "description": "提供开箱即用的ELK日志解决方案",
1974
+ "product_url": "https://www.huaweicloud.com/product/log.html",
1975
+ "logo": {
1976
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Analytics/Log.png",
1977
+ "local_path": "icons/assets/logo/log.png"
1978
+ },
1979
+ "architecture": {
1980
+ "status": "planned",
1981
+ "local_path": "icons/assets/architecture/log.svg"
1982
+ },
1983
+ "aliases": ["log"],
1984
+ "tags": ["大数据", "大数据搜索与分析", "log"]
1985
+ },
1986
+ {
1987
+ "id": "dlv",
1988
+ "name": "数据可视化 DLV",
1989
+ "category": "大数据",
1990
+ "subcategory": "数据可视化",
1991
+ "description": "提供可视化组件定制和应用数据大屏",
1992
+ "product_url": "https://www.huaweicloud.com/product/dlv.html",
1993
+ "logo": {
1994
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Analytics/DLV.png",
1995
+ "local_path": "icons/assets/logo/dlv.png"
1996
+ },
1997
+ "architecture": {
1998
+ "status": "planned",
1999
+ "local_path": "icons/assets/architecture/dlv.svg"
2000
+ },
2001
+ "aliases": ["dlv"],
2002
+ "tags": ["大数据", "数据可视化", "dlv"]
2003
+ },
2004
+ {
2005
+ "id": "dataartsinsight",
2006
+ "name": "智能数据洞察 DataArts Insight",
2007
+ "category": "大数据",
2008
+ "subcategory": "数据可视化",
2009
+ "description": "新一代BI服务,支撑业务实时高效决策",
2010
+ "product_url": "https://www.huaweicloud.com/product/dataartsinsight.html",
2011
+ "logo": {
2012
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Analytics/DataArts-Insight.png",
2013
+ "local_path": "icons/assets/logo/dataartsinsight.png"
2014
+ },
2015
+ "architecture": {
2016
+ "status": "planned",
2017
+ "local_path": "icons/assets/architecture/dataartsinsight.svg"
2018
+ },
2019
+ "aliases": ["dataarts", "insight", "dataartsinsight"],
2020
+ "tags": ["大数据", "数据可视化", "dataarts", "insight", "dataartsinsight"]
2021
+ },
2022
+ {
2023
+ "id": "flexus-intelligent-data-insight",
2024
+ "name": "Flexus智能数据洞察",
2025
+ "category": "大数据",
2026
+ "subcategory": "数据可视化",
2027
+ "description": "支撑业务实时高效决策的BI服务",
2028
+ "product_url": "https://www.huaweicloud.com/product/flexus-intelligent-data-insight.html",
2029
+ "logo": {
2030
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Compute/FlexusInsight.svg",
2031
+ "local_path": "icons/assets/logo/flexus-intelligent-data-insight.svg"
2032
+ },
2033
+ "architecture": {
2034
+ "status": "planned",
2035
+ "local_path": "icons/assets/architecture/flexus-intelligent-data-insight.svg"
2036
+ },
2037
+ "aliases": ["flexus", "flexus-intelligent-data-insight"],
2038
+ "tags": ["大数据", "数据可视化", "flexus", "flexus-intelligent-data-insight"]
2039
+ },
2040
+ {
2041
+ "id": "dayu",
2042
+ "name": "数据治理中心 DataArts Studio",
2043
+ "category": "大数据",
2044
+ "subcategory": "大数据治理与开发",
2045
+ "description": "一站式数据开发与治理平台",
2046
+ "product_url": "https://www.huaweicloud.com/product/dayu.html",
2047
+ "logo": {
2048
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Analytics/DataArts.png",
2049
+ "local_path": "icons/assets/logo/dayu.png"
2050
+ },
2051
+ "architecture": {
2052
+ "status": "planned",
2053
+ "local_path": "icons/assets/architecture/dayu.svg"
2054
+ },
2055
+ "aliases": ["dataarts", "studio", "dayu"],
2056
+ "tags": ["大数据", "大数据治理与开发", "dataarts", "studio", "dayu"]
2057
+ },
2058
+ {
2059
+ "id": "lakeformation",
2060
+ "name": "湖仓构建 LakeFormation",
2061
+ "category": "大数据",
2062
+ "subcategory": "大数据治理与开发",
2063
+ "description": "高效搭建数智融合一体化解决方案",
2064
+ "product_url": "https://www.huaweicloud.com/product/lakeformation.html",
2065
+ "logo": {
2066
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Analytics/LakeFormation.png",
2067
+ "local_path": "icons/assets/logo/lakeformation.png"
2068
+ },
2069
+ "architecture": {
2070
+ "status": "planned",
2071
+ "local_path": "icons/assets/architecture/lakeformation.svg"
2072
+ },
2073
+ "aliases": ["lakeformation"],
2074
+ "tags": ["大数据", "大数据治理与开发", "lakeformation"]
2075
+ },
2076
+ {
2077
+ "id": "dis",
2078
+ "name": "数据接入服务 DIS",
2079
+ "category": "大数据",
2080
+ "subcategory": "大数据治理与开发",
2081
+ "description": "实时数据接入、处理、转储服务",
2082
+ "product_url": "https://www.huaweicloud.com/product/dis.html",
2083
+ "logo": {
2084
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Analytics/DIS.png",
2085
+ "local_path": "icons/assets/logo/dis.png"
2086
+ },
2087
+ "architecture": {
2088
+ "status": "planned",
2089
+ "local_path": "icons/assets/architecture/dis.svg"
2090
+ },
2091
+ "aliases": ["dis"],
2092
+ "tags": ["大数据", "大数据治理与开发", "dis"]
2093
+ },
2094
+ {
2095
+ "id": "cdn",
2096
+ "name": "内容分发网络 CDN",
2097
+ "category": "CDN与边缘计算",
2098
+ "subcategory": "",
2099
+ "description": "就近获得所需内容,改善网络拥挤状况",
2100
+ "product_url": "https://www.huaweicloud.com/product/cdn.html",
2101
+ "logo": {
2102
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/ContentDeliveryEdgeComputing/CDN.png",
2103
+ "local_path": "icons/assets/logo/cdn.png"
2104
+ },
2105
+ "architecture": {
2106
+ "status": "planned",
2107
+ "local_path": "icons/assets/architecture/cdn.svg"
2108
+ },
2109
+ "aliases": ["cdn"],
2110
+ "tags": ["CDN与边缘计算", "cdn"]
2111
+ },
2112
+ {
2113
+ "id": "wsa",
2114
+ "name": "全站加速 WSA",
2115
+ "category": "CDN与边缘计算",
2116
+ "subcategory": "",
2117
+ "description": "提升网络传输的性能、稳定性和访问体验",
2118
+ "product_url": "https://www.huaweicloud.com/product/wsa.html",
2119
+ "logo": {
2120
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/ContentDeliveryEdgeComputing/WSA.png",
2121
+ "local_path": "icons/assets/logo/wsa.png"
2122
+ },
2123
+ "architecture": {
2124
+ "status": "planned",
2125
+ "local_path": "icons/assets/architecture/wsa.svg"
2126
+ },
2127
+ "aliases": ["wsa"],
2128
+ "tags": ["CDN与边缘计算", "wsa"]
2129
+ },
2130
+ {
2131
+ "id": "iec",
2132
+ "name": "智能边缘云 IEC",
2133
+ "category": "CDN与边缘计算",
2134
+ "subcategory": "",
2135
+ "description": "部署在距用户更近的位置,提供低时延体验",
2136
+ "product_url": "https://www.huaweicloud.com/product/iec.html",
2137
+ "logo": {
2138
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/ContentDeliveryEdgeComputing/IEC.png",
2139
+ "local_path": "icons/assets/logo/iec.png"
2140
+ },
2141
+ "architecture": {
2142
+ "status": "planned",
2143
+ "local_path": "icons/assets/architecture/iec.svg"
2144
+ },
2145
+ "aliases": ["iec"],
2146
+ "tags": ["CDN与边缘计算", "iec"]
2147
+ },
2148
+ {
2149
+ "id": "ies",
2150
+ "name": "CloudPond",
2151
+ "category": "CDN与边缘计算",
2152
+ "subcategory": "",
2153
+ "description": "将云基础设施部署到机房用于边缘计算",
2154
+ "product_url": "https://www.huaweicloud.com/product/ies.html",
2155
+ "logo": {
2156
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/ContentDeliveryEdgeComputing/IES.png",
2157
+ "local_path": "icons/assets/logo/ies.png"
2158
+ },
2159
+ "architecture": {
2160
+ "status": "planned",
2161
+ "local_path": "icons/assets/architecture/ies.svg"
2162
+ },
2163
+ "aliases": ["cloudpond", "ies"],
2164
+ "tags": ["CDN与边缘计算", "cloudpond", "ies"]
2165
+ },
2166
+ {
2167
+ "id": "live",
2168
+ "name": "视频直播 Live",
2169
+ "category": "媒体服务",
2170
+ "subcategory": "",
2171
+ "description": "端到端视频直播解决方案",
2172
+ "product_url": "https://www.huaweicloud.com/product/live.html",
2173
+ "logo": {
2174
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/MediaServices/Live.png",
2175
+ "local_path": "icons/assets/logo/live.png"
2176
+ },
2177
+ "architecture": {
2178
+ "status": "planned",
2179
+ "local_path": "icons/assets/architecture/live.svg"
2180
+ },
2181
+ "aliases": ["live"],
2182
+ "tags": ["媒体服务", "live"]
2183
+ },
2184
+ {
2185
+ "id": "vod",
2186
+ "name": "视频点播 VOD",
2187
+ "category": "媒体服务",
2188
+ "subcategory": "",
2189
+ "description": "视频上传、处理、加速和播放",
2190
+ "product_url": "https://www.huaweicloud.com/product/vod.html",
2191
+ "logo": {
2192
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/MediaServices/VOD.png",
2193
+ "local_path": "icons/assets/logo/vod.png"
2194
+ },
2195
+ "architecture": {
2196
+ "status": "planned",
2197
+ "local_path": "icons/assets/architecture/vod.svg"
2198
+ },
2199
+ "aliases": ["vod"],
2200
+ "tags": ["媒体服务", "vod"]
2201
+ },
2202
+ {
2203
+ "id": "mpc",
2204
+ "name": "媒体处理 MPC",
2205
+ "category": "媒体服务",
2206
+ "subcategory": "",
2207
+ "description": "经济、高效、弹性的音视频转码和处理",
2208
+ "product_url": "https://www.huaweicloud.com/product/mpc.html",
2209
+ "logo": {
2210
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/MediaServices/MPC.png",
2211
+ "local_path": "icons/assets/logo/mpc.png"
2212
+ },
2213
+ "architecture": {
2214
+ "status": "planned",
2215
+ "local_path": "icons/assets/architecture/mpc.svg"
2216
+ },
2217
+ "aliases": ["mpc"],
2218
+ "tags": ["媒体服务", "mpc"]
2219
+ },
2220
+ {
2221
+ "id": "ivm",
2222
+ "name": "行业视频管理服务 IVM",
2223
+ "category": "媒体服务",
2224
+ "subcategory": "",
2225
+ "description": "面向机器视觉设备提供统一的设备管理",
2226
+ "product_url": "https://www.huaweicloud.com/product/ivm.html",
2227
+ "logo": {
2228
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/SecurityCompliance/IVM.png",
2229
+ "local_path": "icons/assets/logo/ivm.png"
2230
+ },
2231
+ "architecture": {
2232
+ "status": "planned",
2233
+ "local_path": "icons/assets/architecture/ivm.svg"
2234
+ },
2235
+ "aliases": ["ivm"],
2236
+ "tags": ["媒体服务", "ivm"]
2237
+ },
2238
+ {
2239
+ "id": "mdh",
2240
+ "name": "数字内容生产线 MetaStudio",
2241
+ "category": "媒体服务",
2242
+ "subcategory": "",
2243
+ "description": "提供一站式数字内容生产解决方案",
2244
+ "product_url": "https://www.huaweicloud.com/product/mdh.html",
2245
+ "logo": {
2246
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/MediaServices/MetaStudio.png",
2247
+ "local_path": "icons/assets/logo/mdh.png"
2248
+ },
2249
+ "architecture": {
2250
+ "status": "planned",
2251
+ "local_path": "icons/assets/architecture/mdh.svg"
2252
+ },
2253
+ "aliases": ["metastudio", "mdh"],
2254
+ "tags": ["媒体服务", "metastudio", "mdh"]
2255
+ },
2256
+ {
2257
+ "id": "flexus-metastudio",
2258
+ "name": "Flexus数字人",
2259
+ "category": "媒体服务",
2260
+ "subcategory": "",
2261
+ "description": "制作简单,高性价比的分身数字人",
2262
+ "product_url": "https://www.huaweicloud.com/product/flexus-metastudio.html",
2263
+ "logo": {
2264
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Compute/FlexusMetastudio.svg",
2265
+ "local_path": "icons/assets/logo/flexus-metastudio.svg"
2266
+ },
2267
+ "architecture": {
2268
+ "status": "planned",
2269
+ "local_path": "icons/assets/architecture/flexus-metastudio.svg"
2270
+ },
2271
+ "aliases": ["flexus", "flexus-metastudio"],
2272
+ "tags": ["媒体服务", "flexus", "flexus-metastudio"]
2273
+ },
2274
+ {
2275
+ "id": "codearts",
2276
+ "name": "华为云码道 CodeArts",
2277
+ "category": "开发工具",
2278
+ "subcategory": "华为云码道",
2279
+ "description": "内置华为实践的一站式软件开发平台",
2280
+ "product_url": "https://www.huaweicloud.com/devcloud/",
2281
+ "logo": {
2282
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/CodeArts.png",
2283
+ "local_path": "icons/assets/logo/codearts.png"
2284
+ },
2285
+ "architecture": {
2286
+ "status": "planned",
2287
+ "local_path": "icons/assets/architecture/codearts.svg"
2288
+ },
2289
+ "aliases": ["codearts"],
2290
+ "tags": ["开发工具", "华为云码道", "codearts"]
2291
+ },
2292
+ {
2293
+ "id": "projectman",
2294
+ "name": "需求管理 CodeArts Req",
2295
+ "category": "开发工具",
2296
+ "subcategory": "华为云码道",
2297
+ "description": "为研发团队提供高效需求管理服务",
2298
+ "product_url": "https://www.huaweicloud.com/product/projectman.html",
2299
+ "logo": {
2300
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/CodeArtsReq.png",
2301
+ "local_path": "icons/assets/logo/projectman.png"
2302
+ },
2303
+ "architecture": {
2304
+ "status": "planned",
2305
+ "local_path": "icons/assets/architecture/projectman.svg"
2306
+ },
2307
+ "aliases": ["codearts", "req", "projectman"],
2308
+ "tags": ["开发工具", "华为云码道", "codearts", "req", "projectman"]
2309
+ },
2310
+ {
2311
+ "id": "codehub",
2312
+ "name": "代码托管 CodeArts Repo",
2313
+ "category": "开发工具",
2314
+ "subcategory": "华为云码道",
2315
+ "description": "提供基于Git的在线代码托管服务",
2316
+ "product_url": "https://www.huaweicloud.com/product/codehub.html",
2317
+ "logo": {
2318
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/CodeArtsRepo.png",
2319
+ "local_path": "icons/assets/logo/codehub.png"
2320
+ },
2321
+ "architecture": {
2322
+ "status": "planned",
2323
+ "local_path": "icons/assets/architecture/codehub.svg"
2324
+ },
2325
+ "aliases": ["codearts", "repo", "codehub"],
2326
+ "tags": ["开发工具", "华为云码道", "codearts", "repo", "codehub"]
2327
+ },
2328
+ {
2329
+ "id": "cloudpipeline",
2330
+ "name": "流水线 CodeArts Pipeline",
2331
+ "category": "开发工具",
2332
+ "subcategory": "华为云码道",
2333
+ "description": "可视化、可定制的持续交付发布软件",
2334
+ "product_url": "https://www.huaweicloud.com/product/cloudpipeline.html",
2335
+ "logo": {
2336
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/CodeArtsPipeline.png",
2337
+ "local_path": "icons/assets/logo/cloudpipeline.png"
2338
+ },
2339
+ "architecture": {
2340
+ "status": "planned",
2341
+ "local_path": "icons/assets/architecture/cloudpipeline.svg"
2342
+ },
2343
+ "aliases": ["codearts", "pipeline", "cloudpipeline"],
2344
+ "tags": ["开发工具", "华为云码道", "codearts", "pipeline", "cloudpipeline"]
2345
+ },
2346
+ {
2347
+ "id": "codecheck",
2348
+ "name": "代码检查 CodeArts Check",
2349
+ "category": "开发工具",
2350
+ "subcategory": "华为云码道",
2351
+ "description": "基于云端实现代码质量管理的服务",
2352
+ "product_url": "https://www.huaweicloud.com/product/codecheck.html",
2353
+ "logo": {
2354
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/CodeArtsCheck.png",
2355
+ "local_path": "icons/assets/logo/codecheck.png"
2356
+ },
2357
+ "architecture": {
2358
+ "status": "planned",
2359
+ "local_path": "icons/assets/architecture/codecheck.svg"
2360
+ },
2361
+ "aliases": ["codearts", "check", "codecheck"],
2362
+ "tags": ["开发工具", "华为云码道", "codearts", "check", "codecheck"]
2363
+ },
2364
+ {
2365
+ "id": "cloudbuild",
2366
+ "name": "编译构建 CodeArts Build",
2367
+ "category": "开发工具",
2368
+ "subcategory": "华为云码道",
2369
+ "description": "提供开箱即用、快速的构建能力",
2370
+ "product_url": "https://www.huaweicloud.com/product/cloudbuild.html",
2371
+ "logo": {
2372
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/CodeArtsBuild.png",
2373
+ "local_path": "icons/assets/logo/cloudbuild.png"
2374
+ },
2375
+ "architecture": {
2376
+ "status": "planned",
2377
+ "local_path": "icons/assets/architecture/cloudbuild.svg"
2378
+ },
2379
+ "aliases": ["codearts", "build", "cloudbuild"],
2380
+ "tags": ["开发工具", "华为云码道", "codearts", "build", "cloudbuild"]
2381
+ },
2382
+ {
2383
+ "id": "clouddeploy",
2384
+ "name": "部署 CodeArts Deploy",
2385
+ "category": "开发工具",
2386
+ "subcategory": "华为云码道",
2387
+ "description": "提供可视化、一键式部署服务",
2388
+ "product_url": "https://www.huaweicloud.com/product/clouddeploy.html",
2389
+ "logo": {
2390
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/CodeArtsDeploy.png",
2391
+ "local_path": "icons/assets/logo/clouddeploy.png"
2392
+ },
2393
+ "architecture": {
2394
+ "status": "planned",
2395
+ "local_path": "icons/assets/architecture/clouddeploy.svg"
2396
+ },
2397
+ "aliases": ["codearts", "deploy", "clouddeploy"],
2398
+ "tags": ["开发工具", "华为云码道", "codearts", "deploy", "clouddeploy"]
2399
+ },
2400
+ {
2401
+ "id": "cloudtest",
2402
+ "name": "测试计划 CodeArts TestPlan",
2403
+ "category": "开发工具",
2404
+ "subcategory": "华为云码道",
2405
+ "description": "面向开发者提供的一站式测试管理平台",
2406
+ "product_url": "https://www.huaweicloud.com/product/cloudtest.html",
2407
+ "logo": {
2408
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/CodeArtsTestPlan.png",
2409
+ "local_path": "icons/assets/logo/cloudtest.png"
2410
+ },
2411
+ "architecture": {
2412
+ "status": "planned",
2413
+ "local_path": "icons/assets/architecture/cloudtest.svg"
2414
+ },
2415
+ "aliases": ["codearts", "testplan", "cloudtest"],
2416
+ "tags": ["开发工具", "华为云码道", "codearts", "testplan", "cloudtest"]
2417
+ },
2418
+ {
2419
+ "id": "codeartsartifact",
2420
+ "name": "制品仓库 CodeArts Artifact",
2421
+ "category": "开发工具",
2422
+ "subcategory": "华为云码道",
2423
+ "description": "提供多类型、安全可靠的软件制品仓库",
2424
+ "product_url": "https://www.huaweicloud.com/product/codeartsartifact.html",
2425
+ "logo": {
2426
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/CodeArtsArtifact.png",
2427
+ "local_path": "icons/assets/logo/codeartsartifact.png"
2428
+ },
2429
+ "architecture": {
2430
+ "status": "planned",
2431
+ "local_path": "icons/assets/architecture/codeartsartifact.svg"
2432
+ },
2433
+ "aliases": ["codearts", "artifact", "codeartsartifact"],
2434
+ "tags": ["开发工具", "华为云码道", "codearts", "artifact", "codeartsartifact"]
2435
+ },
2436
+ {
2437
+ "id": "mobileapptest",
2438
+ "name": "移动应用测试 MobileAPPTest",
2439
+ "category": "开发工具",
2440
+ "subcategory": "华为云码道",
2441
+ "description": "提供移动兼容性测试服务",
2442
+ "product_url": "https://www.huaweicloud.com/product/mobileapptest.html",
2443
+ "logo": {
2444
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/MobileAPPTest.png",
2445
+ "local_path": "icons/assets/logo/mobileapptest.png"
2446
+ },
2447
+ "architecture": {
2448
+ "status": "planned",
2449
+ "local_path": "icons/assets/architecture/mobileapptest.svg"
2450
+ },
2451
+ "aliases": ["mobileapptest"],
2452
+ "tags": ["开发工具", "华为云码道", "mobileapptest"]
2453
+ },
2454
+ {
2455
+ "id": "cloudide",
2456
+ "name": "CodeArts IDE Online",
2457
+ "category": "开发工具",
2458
+ "subcategory": "华为云码道",
2459
+ "description": "面向云原生的轻量级WebIDE",
2460
+ "product_url": "https://www.huaweicloud.com/product/cloudide.html",
2461
+ "logo": {
2462
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/CodeArtsIDEOnline.png",
2463
+ "local_path": "icons/assets/logo/cloudide.png"
2464
+ },
2465
+ "architecture": {
2466
+ "status": "planned",
2467
+ "local_path": "icons/assets/architecture/cloudide.svg"
2468
+ },
2469
+ "aliases": ["codearts", "ide", "online", "cloudide"],
2470
+ "tags": ["开发工具", "华为云码道", "codearts", "ide", "online", "cloudide"]
2471
+ },
2472
+ {
2473
+ "id": "mirrors",
2474
+ "name": "华为开源镜像站 Mirrors",
2475
+ "category": "开发工具",
2476
+ "subcategory": "华为云码道",
2477
+ "description": "开源组件、操作系统及DevOps工具",
2478
+ "product_url": "https://www.huaweicloud.com/product/mirrors.html",
2479
+ "logo": {
2480
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/Mirrors.png",
2481
+ "local_path": "icons/assets/logo/mirrors.png"
2482
+ },
2483
+ "architecture": {
2484
+ "status": "planned",
2485
+ "local_path": "icons/assets/architecture/mirrors.svg"
2486
+ },
2487
+ "aliases": ["mirrors"],
2488
+ "tags": ["开发工具", "华为云码道", "mirrors"]
2489
+ },
2490
+ {
2491
+ "id": "codeartside",
2492
+ "name": "CodeArts IDE",
2493
+ "category": "开发工具",
2494
+ "subcategory": "华为云码道",
2495
+ "description": "智能化集成开发环境",
2496
+ "product_url": "https://www.huaweicloud.com/product/codeartside.html",
2497
+ "logo": {
2498
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/CodeArtsIDE.png",
2499
+ "local_path": "icons/assets/logo/codeartside.png"
2500
+ },
2501
+ "architecture": {
2502
+ "status": "planned",
2503
+ "local_path": "icons/assets/architecture/codeartside.svg"
2504
+ },
2505
+ "aliases": ["codearts", "ide", "codeartside"],
2506
+ "tags": ["开发工具", "华为云码道", "codearts", "ide", "codeartside"]
2507
+ },
2508
+ {
2509
+ "id": "vss",
2510
+ "name": "漏洞管理服务 CodeArts Inspector",
2511
+ "category": "开发工具",
2512
+ "subcategory": "华为云码道",
2513
+ "description": "满足合规要求,让安全弱点无所遁形",
2514
+ "product_url": "https://www.huaweicloud.com/product/vss.html",
2515
+ "logo": {
2516
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/SecurityCompliance/VSS.png",
2517
+ "local_path": "icons/assets/logo/vss.png"
2518
+ },
2519
+ "architecture": {
2520
+ "status": "planned",
2521
+ "local_path": "icons/assets/architecture/vss.svg"
2522
+ },
2523
+ "aliases": ["codearts", "inspector", "vss"],
2524
+ "tags": ["开发工具", "华为云码道", "codearts", "inspector", "vss"]
2525
+ },
2526
+ {
2527
+ "id": "devsecurity",
2528
+ "name": "开源治理服务 CodeArts Governance",
2529
+ "category": "开发工具",
2530
+ "subcategory": "华为云码道",
2531
+ "description": "识别开源软件风险,高效安全的使用开源",
2532
+ "product_url": "https://www.huaweicloud.com/product/devsecurity.html",
2533
+ "logo": {
2534
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/DevSecurity.png",
2535
+ "local_path": "icons/assets/logo/devsecurity.png"
2536
+ },
2537
+ "architecture": {
2538
+ "status": "planned",
2539
+ "local_path": "icons/assets/architecture/devsecurity.svg"
2540
+ },
2541
+ "aliases": ["codearts", "governance", "devsecurity"],
2542
+ "tags": ["开发工具", "华为云码道", "codearts", "governance", "devsecurity"]
2543
+ },
2544
+ {
2545
+ "id": "servicestage",
2546
+ "name": "应用管理与运维平台 ServiceStage",
2547
+ "category": "开发工具",
2548
+ "subcategory": "应用运行",
2549
+ "description": "面向企业的一站式PaaS平台服务",
2550
+ "product_url": "https://www.huaweicloud.com/product/servicestage.html",
2551
+ "logo": {
2552
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/ServiceStage.png",
2553
+ "local_path": "icons/assets/logo/servicestage.png"
2554
+ },
2555
+ "architecture": {
2556
+ "status": "planned",
2557
+ "local_path": "icons/assets/architecture/servicestage.svg"
2558
+ },
2559
+ "aliases": ["servicestage"],
2560
+ "tags": ["开发工具", "应用运行", "servicestage"]
2561
+ },
2562
+ {
2563
+ "id": "cae",
2564
+ "name": "云应用引擎 CAE",
2565
+ "category": "开发工具",
2566
+ "subcategory": "应用运行",
2567
+ "description": "面向应用的Serverless极简托管引擎",
2568
+ "product_url": "https://www.huaweicloud.com/product/cae.html",
2569
+ "logo": {
2570
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/CAE.png",
2571
+ "local_path": "icons/assets/logo/cae.png"
2572
+ },
2573
+ "architecture": {
2574
+ "status": "planned",
2575
+ "local_path": "icons/assets/architecture/cae.svg"
2576
+ },
2577
+ "aliases": ["cae"],
2578
+ "tags": ["开发工具", "应用运行", "cae"]
2579
+ },
2580
+ {
2581
+ "id": "cpts",
2582
+ "name": "性能测试 CodeArts PerfTest",
2583
+ "category": "开发工具",
2584
+ "subcategory": "应用运行",
2585
+ "description": "为应用的接口和全链路提供性能测试服务",
2586
+ "product_url": "https://www.huaweicloud.com/product/cpts.html",
2587
+ "logo": {
2588
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/CodeArtsPerfTest.png",
2589
+ "local_path": "icons/assets/logo/cpts.png"
2590
+ },
2591
+ "architecture": {
2592
+ "status": "planned",
2593
+ "local_path": "icons/assets/architecture/cpts.svg"
2594
+ },
2595
+ "aliases": ["codearts", "perftest", "cpts"],
2596
+ "tags": ["开发工具", "应用运行", "codearts", "perftest", "cpts"]
2597
+ },
2598
+ {
2599
+ "id": "astroflow",
2600
+ "name": "华为云Astro工作流",
2601
+ "category": "开发工具",
2602
+ "subcategory": "",
2603
+ "description": "一站式自动化工作流应用构建工具",
2604
+ "product_url": "https://www.huaweicloud.com/product/astroflow.html",
2605
+ "logo": {
2606
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/Flow.png",
2607
+ "local_path": "icons/assets/logo/astroflow.png"
2608
+ },
2609
+ "architecture": {
2610
+ "status": "planned",
2611
+ "local_path": "icons/assets/architecture/astroflow.svg"
2612
+ },
2613
+ "aliases": ["astro", "astroflow"],
2614
+ "tags": ["开发工具", "astro", "astroflow"]
2615
+ },
2616
+ {
2617
+ "id": "appcube",
2618
+ "name": "华为云Astro轻应用",
2619
+ "category": "开发工具",
2620
+ "subcategory": "",
2621
+ "description": "快速搭建低代码轻应用",
2622
+ "product_url": "https://www.huaweicloud.com/product/appcube.html",
2623
+ "logo": {
2624
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/AstroZero.png",
2625
+ "local_path": "icons/assets/logo/appcube.png"
2626
+ },
2627
+ "architecture": {
2628
+ "status": "planned",
2629
+ "local_path": "icons/assets/architecture/appcube.svg"
2630
+ },
2631
+ "aliases": ["astro", "appcube"],
2632
+ "tags": ["开发工具", "astro", "appcube"]
2633
+ },
2634
+ {
2635
+ "id": "astropro",
2636
+ "name": "华为云Astro企业应用",
2637
+ "category": "开发工具",
2638
+ "subcategory": "",
2639
+ "description": "快速构建企业核心业务应用",
2640
+ "product_url": "https://www.huaweicloud.com/product/astropro.html",
2641
+ "logo": {
2642
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/AstroPro.png",
2643
+ "local_path": "icons/assets/logo/astropro.png"
2644
+ },
2645
+ "architecture": {
2646
+ "status": "planned",
2647
+ "local_path": "icons/assets/architecture/astropro.svg"
2648
+ },
2649
+ "aliases": ["astro", "astropro"],
2650
+ "tags": ["开发工具", "astro", "astropro"]
2651
+ },
2652
+ {
2653
+ "id": "meeting",
2654
+ "name": "华为云会议 Meeting",
2655
+ "category": "企业应用",
2656
+ "subcategory": "企业协同",
2657
+ "description": "提供全场景端云协同视频会议解决方案",
2658
+ "product_url": "https://www.huaweicloud.com/product/meeting.html",
2659
+ "logo": {
2660
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/BusinessApplications/Meeting.png",
2661
+ "local_path": "icons/assets/logo/meeting.png"
2662
+ },
2663
+ "architecture": {
2664
+ "status": "planned",
2665
+ "local_path": "icons/assets/architecture/meeting.svg"
2666
+ },
2667
+ "aliases": ["meeting"],
2668
+ "tags": ["企业应用", "企业协同", "meeting"]
2669
+ },
2670
+ {
2671
+ "id": "flexus-meeting",
2672
+ "name": "Flexus云会议",
2673
+ "category": "企业应用",
2674
+ "subcategory": "企业协同",
2675
+ "description": "高性价比的云会议,高清、稳定、安全",
2676
+ "product_url": "https://www.huaweicloud.com/product/flexus-meeting.html",
2677
+ "logo": {
2678
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Compute/FlexusMeeting.svg",
2679
+ "local_path": "icons/assets/logo/flexus-meeting.svg"
2680
+ },
2681
+ "architecture": {
2682
+ "status": "planned",
2683
+ "local_path": "icons/assets/architecture/flexus-meeting.svg"
2684
+ },
2685
+ "aliases": ["flexus", "flexus-meeting"],
2686
+ "tags": ["企业应用", "企业协同", "flexus", "flexus-meeting"]
2687
+ },
2688
+ {
2689
+ "id": "welink",
2690
+ "name": "华为云WeLink",
2691
+ "category": "企业应用",
2692
+ "subcategory": "企业协同",
2693
+ "description": "安全、智能、数字化协同办公平台",
2694
+ "product_url": "https://www.huaweicloud.com/product/welink.html",
2695
+ "logo": {
2696
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/BusinessApplications/WeLink.png",
2697
+ "local_path": "icons/assets/logo/welink.png"
2698
+ },
2699
+ "architecture": {
2700
+ "status": "planned",
2701
+ "local_path": "icons/assets/architecture/welink.svg"
2702
+ },
2703
+ "aliases": ["welink"],
2704
+ "tags": ["企业应用", "企业协同", "welink"]
2705
+ },
2706
+ {
2707
+ "id": "workspace",
2708
+ "name": "云桌面 Workspace",
2709
+ "category": "企业应用",
2710
+ "subcategory": "企业应用",
2711
+ "description": "安全高效、即开即用的云上虚拟桌面服务",
2712
+ "product_url": "https://www.huaweicloud.com/product/workspace.html",
2713
+ "logo": {
2714
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/BusinessApplications/Workspace.png",
2715
+ "local_path": "icons/assets/logo/workspace.png"
2716
+ },
2717
+ "architecture": {
2718
+ "status": "planned",
2719
+ "local_path": "icons/assets/architecture/workspace.svg"
2720
+ },
2721
+ "aliases": ["workspace"],
2722
+ "tags": ["企业应用", "workspace"]
2723
+ },
2724
+ {
2725
+ "id": "flexus-workspace",
2726
+ "name": "Flexus云桌面",
2727
+ "category": "企业应用",
2728
+ "subcategory": "企业应用",
2729
+ "description": "按需弹性,更适合中小企业的云办公",
2730
+ "product_url": "https://www.huaweicloud.com/product/flexus-workspace.html",
2731
+ "logo": {
2732
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Compute/FlexusWorkspace.svg",
2733
+ "local_path": "icons/assets/logo/flexus-workspace.svg"
2734
+ },
2735
+ "architecture": {
2736
+ "status": "planned",
2737
+ "local_path": "icons/assets/architecture/flexus-workspace.svg"
2738
+ },
2739
+ "aliases": ["flexus", "flexus-workspace"],
2740
+ "tags": ["企业应用", "flexus", "flexus-workspace"]
2741
+ },
2742
+ {
2743
+ "id": "innostageworkbench",
2744
+ "name": "解决方案工作台 InnoStage Workbench",
2745
+ "category": "企业应用",
2746
+ "subcategory": "企业应用",
2747
+ "description": "支持解决方案设计、验证、交付等",
2748
+ "product_url": "https://www.huaweicloud.com/product/innostageworkbench.html",
2749
+ "logo": {
2750
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/BusinessApplications/HaydnCSF.png",
2751
+ "local_path": "icons/assets/logo/innostageworkbench.png"
2752
+ },
2753
+ "architecture": {
2754
+ "status": "planned",
2755
+ "local_path": "icons/assets/architecture/innostageworkbench.svg"
2756
+ },
2757
+ "aliases": ["innostage", "workbench", "innostageworkbench"],
2758
+ "tags": ["企业应用", "innostage", "workbench", "innostageworkbench"]
2759
+ },
2760
+ {
2761
+ "id": "cec",
2762
+ "name": "云客服 CEC",
2763
+ "category": "企业应用",
2764
+ "subcategory": "智能客服",
2765
+ "description": "提供呼叫中心云服务,高效联络用户",
2766
+ "product_url": "https://www.huaweicloud.com/product/cec.html",
2767
+ "logo": {
2768
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/BusinessApplications/CEC.png",
2769
+ "local_path": "icons/assets/logo/cec.png"
2770
+ },
2771
+ "architecture": {
2772
+ "status": "planned",
2773
+ "local_path": "icons/assets/architecture/cec.svg"
2774
+ },
2775
+ "aliases": ["cec"],
2776
+ "tags": ["企业应用", "智能客服", "cec"]
2777
+ },
2778
+ {
2779
+ "id": "esm",
2780
+ "name": "政企自服务管理服务 ESM",
2781
+ "category": "企业应用",
2782
+ "subcategory": "专属云",
2783
+ "description": "提升HCSO客户自主运营管理能力",
2784
+ "product_url": "https://www.huaweicloud.com/product/esm.html",
2785
+ "logo": {
2786
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/BusinessApplications/esm.png",
2787
+ "local_path": "icons/assets/logo/esm.png"
2788
+ },
2789
+ "architecture": {
2790
+ "status": "planned",
2791
+ "local_path": "icons/assets/architecture/esm.svg"
2792
+ },
2793
+ "aliases": ["esm"],
2794
+ "tags": ["企业应用", "专属云", "esm"]
2795
+ },
2796
+ {
2797
+ "id": "roma",
2798
+ "name": "应用与数据集成平台 ROMAConnect",
2799
+ "category": "企业应用",
2800
+ "subcategory": "应用与数据集成",
2801
+ "description": "无缝联接应用、消息、数据、API、设备",
2802
+ "product_url": "https://www.huaweicloud.com/product/roma.html",
2803
+ "logo": {
2804
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/BusinessApplications/ROMAConnect.png",
2805
+ "local_path": "icons/assets/logo/roma.png"
2806
+ },
2807
+ "architecture": {
2808
+ "status": "planned",
2809
+ "local_path": "icons/assets/architecture/roma.svg"
2810
+ },
2811
+ "aliases": ["romaconnect", "roma"],
2812
+ "tags": ["企业应用", "应用与数据集成", "romaconnect", "roma"]
2813
+ },
2814
+ {
2815
+ "id": "domain",
2816
+ "name": "域名注册服务 Domains",
2817
+ "category": "企业应用",
2818
+ "subcategory": "域名与网站",
2819
+ "description": "提供域名注册、续费、转入以及管理服务",
2820
+ "product_url": "https://www.huaweicloud.com/product/domain.html",
2821
+ "logo": {
2822
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/BusinessApplications/Domains.png",
2823
+ "local_path": "icons/assets/logo/domain.png"
2824
+ },
2825
+ "architecture": {
2826
+ "status": "planned",
2827
+ "local_path": "icons/assets/architecture/domain.svg"
2828
+ },
2829
+ "aliases": ["domains", "domain"],
2830
+ "tags": ["企业应用", "域名与网站", "domains", "domain"]
2831
+ },
2832
+ {
2833
+ "id": "cloudsite",
2834
+ "name": "企业门户 EWP",
2835
+ "category": "企业应用",
2836
+ "subcategory": "域名与网站",
2837
+ "description": "无需代码,快速拖拽搭建网站的服务",
2838
+ "product_url": "https://www.huaweicloud.com/product/cloudsite.html",
2839
+ "logo": {
2840
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/BusinessApplications/Cloudsite.png",
2841
+ "local_path": "icons/assets/logo/cloudsite.png"
2842
+ },
2843
+ "architecture": {
2844
+ "status": "planned",
2845
+ "local_path": "icons/assets/architecture/cloudsite.svg"
2846
+ },
2847
+ "aliases": ["ewp", "cloudsite"],
2848
+ "tags": ["企业应用", "域名与网站", "ewp", "cloudsite"]
2849
+ },
2850
+ {
2851
+ "id": "iothub",
2852
+ "name": "设备接入 IoTDA",
2853
+ "category": "企业应用",
2854
+ "subcategory": "物联网",
2855
+ "description": "安全可靠接入海量设备",
2856
+ "product_url": "https://www.huaweicloud.com/product/iothub.html",
2857
+ "logo": {
2858
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/InternetofThings/IoTDA.png",
2859
+ "local_path": "icons/assets/logo/iothub.png"
2860
+ },
2861
+ "architecture": {
2862
+ "status": "planned",
2863
+ "local_path": "icons/assets/architecture/iothub.svg"
2864
+ },
2865
+ "aliases": ["iotda", "iothub"],
2866
+ "tags": ["企业应用", "物联网", "iotda", "iothub"]
2867
+ },
2868
+ {
2869
+ "id": "iotedge",
2870
+ "name": "IoT边缘 IoTEdge",
2871
+ "category": "企业应用",
2872
+ "subcategory": "物联网",
2873
+ "description": "就近接入、数据预处理和边缘应用管理",
2874
+ "product_url": "https://www.huaweicloud.com/product/iotedge.html",
2875
+ "logo": {
2876
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/InternetofThings/IoTEdge.png",
2877
+ "local_path": "icons/assets/logo/iotedge.png"
2878
+ },
2879
+ "architecture": {
2880
+ "status": "planned",
2881
+ "local_path": "icons/assets/architecture/iotedge.svg"
2882
+ },
2883
+ "aliases": ["iot", "iotedge"],
2884
+ "tags": ["企业应用", "物联网", "iot", "iotedge"]
2885
+ },
2886
+ {
2887
+ "id": "iotstage",
2888
+ "name": "IoT行业生态工作台 IoTStage",
2889
+ "category": "企业应用",
2890
+ "subcategory": "物联网",
2891
+ "description": "物联网解决方案一站式交付服务",
2892
+ "product_url": "https://www.huaweicloud.com/product/iotstage.html",
2893
+ "logo": {
2894
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/InternetofThings/IoTStage.png",
2895
+ "local_path": "icons/assets/logo/iotstage.png"
2896
+ },
2897
+ "architecture": {
2898
+ "status": "planned",
2899
+ "local_path": "icons/assets/architecture/iotstage.svg"
2900
+ },
2901
+ "aliases": ["iot", "iotstage"],
2902
+ "tags": ["企业应用", "物联网", "iot", "iotstage"]
2903
+ },
2904
+ {
2905
+ "id": "idt",
2906
+ "name": "工业数字模型驱动引擎 iDME",
2907
+ "category": "企业应用",
2908
+ "subcategory": "工业软件",
2909
+ "description": "使能工业软件SaaS化数据模型驱动引擎",
2910
+ "product_url": "https://www.huaweicloud.com/product/idt.html",
2911
+ "logo": {
2912
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Industrialsoftware/IDT.png",
2913
+ "local_path": "icons/assets/logo/idt.png"
2914
+ },
2915
+ "architecture": {
2916
+ "status": "planned",
2917
+ "local_path": "icons/assets/architecture/idt.svg"
2918
+ },
2919
+ "aliases": ["idme", "idt"],
2920
+ "tags": ["企业应用", "工业软件", "idme", "idt"]
2921
+ },
2922
+ {
2923
+ "id": "ipdcenter",
2924
+ "name": "硬件开发工具链平台云服务 CraftArts IPDCenter",
2925
+ "category": "企业应用",
2926
+ "subcategory": "工业软件",
2927
+ "description": "使能打造硬件开发工具链",
2928
+ "product_url": "https://www.huaweicloud.com/product/ipdcenter.html",
2929
+ "logo": {
2930
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Industrialsoftware/IPDCenter.png",
2931
+ "local_path": "icons/assets/logo/ipdcenter.png"
2932
+ },
2933
+ "architecture": {
2934
+ "status": "planned",
2935
+ "local_path": "icons/assets/architecture/ipdcenter.svg"
2936
+ },
2937
+ "aliases": ["craftarts", "ipdcenter"],
2938
+ "tags": ["企业应用", "工业软件", "craftarts", "ipdcenter"]
2939
+ },
2940
+ {
2941
+ "id": "idee",
2942
+ "name": "工业数据转换引擎云服务 iDEE",
2943
+ "category": "企业应用",
2944
+ "subcategory": "工业软件",
2945
+ "description": "赋能异构工业软件高效数据转换",
2946
+ "product_url": "https://www.huaweicloud.com/product/idee.html",
2947
+ "logo": {
2948
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Industrialsoftware/iDEE.png",
2949
+ "local_path": "icons/assets/logo/idee.png"
2950
+ },
2951
+ "architecture": {
2952
+ "status": "planned",
2953
+ "local_path": "icons/assets/architecture/idee.svg"
2954
+ },
2955
+ "aliases": ["idee"],
2956
+ "tags": ["企业应用", "工业软件", "idee"]
2957
+ },
2958
+ {
2959
+ "id": "romaexchange",
2960
+ "name": "ROMA资产中心 ROMAExchange",
2961
+ "category": "企业应用",
2962
+ "subcategory": "应用平台",
2963
+ "description": "企业数字资产管理和运营的统一平台",
2964
+ "product_url": "https://www.huaweicloud.com/product/romaexchange.html",
2965
+ "logo": {
2966
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/BusinessApplications/ROMAExchange.png",
2967
+ "local_path": "icons/assets/logo/romaexchange.png"
2968
+ },
2969
+ "architecture": {
2970
+ "status": "planned",
2971
+ "local_path": "icons/assets/architecture/romaexchange.svg"
2972
+ },
2973
+ "aliases": ["roma", "romaexchange"],
2974
+ "tags": ["企业应用", "应用平台", "roma", "romaexchange"]
2975
+ },
2976
+ {
2977
+ "id": "appstage",
2978
+ "name": "应用平台 AppStage",
2979
+ "category": "企业应用",
2980
+ "subcategory": "应用平台",
2981
+ "description": "应用全生命周期管理",
2982
+ "product_url": "https://www.huaweicloud.com/product/appstage.html",
2983
+ "logo": {
2984
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/aPaaS/AppStage.png",
2985
+ "local_path": "icons/assets/logo/appstage.png"
2986
+ },
2987
+ "architecture": {
2988
+ "status": "planned",
2989
+ "local_path": "icons/assets/architecture/appstage.svg"
2990
+ },
2991
+ "aliases": ["appstage"],
2992
+ "tags": ["企业应用", "应用平台", "appstage"]
2993
+ },
2994
+ {
2995
+ "id": "msse",
2996
+ "name": "开天企业工作台 MSSE",
2997
+ "category": "企业应用",
2998
+ "subcategory": "应用平台",
2999
+ "description": "企业一站式数字化工作台",
3000
+ "product_url": "https://www.huaweicloud.com/product/msse.html",
3001
+ "logo": {
3002
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/aPaaS/MSSE.png",
3003
+ "local_path": "icons/assets/logo/msse.png"
3004
+ },
3005
+ "architecture": {
3006
+ "status": "planned",
3007
+ "local_path": "icons/assets/architecture/msse.svg"
3008
+ },
3009
+ "aliases": ["msse"],
3010
+ "tags": ["企业应用", "应用平台", "msse"]
3011
+ },
3012
+ {
3013
+ "id": "mssi",
3014
+ "name": "开天集成工作台 MSSI",
3015
+ "category": "企业应用",
3016
+ "subcategory": "应用平台",
3017
+ "description": "统一的行业资产智能协作平台",
3018
+ "product_url": "https://www.huaweicloud.com/product/mssi.html",
3019
+ "logo": {
3020
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/aPaaS/MSSI.png",
3021
+ "local_path": "icons/assets/logo/mssi.png"
3022
+ },
3023
+ "architecture": {
3024
+ "status": "planned",
3025
+ "local_path": "icons/assets/architecture/mssi.svg"
3026
+ },
3027
+ "aliases": ["mssi"],
3028
+ "tags": ["企业应用", "应用平台", "mssi"]
3029
+ },
3030
+ {
3031
+ "id": "koomessage",
3032
+ "name": "云消息服务 KooMessage",
3033
+ "category": "企业应用",
3034
+ "subcategory": "应用平台",
3035
+ "description": "全场景、全终端客户触达",
3036
+ "product_url": "https://www.huaweicloud.com/product/koomessage.html",
3037
+ "logo": {
3038
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/aPaaS/KooMessage.png",
3039
+ "local_path": "icons/assets/logo/koomessage.png"
3040
+ },
3041
+ "architecture": {
3042
+ "status": "planned",
3043
+ "local_path": "icons/assets/architecture/koomessage.svg"
3044
+ },
3045
+ "aliases": ["koomessage"],
3046
+ "tags": ["企业应用", "应用平台", "koomessage"]
3047
+ },
3048
+ {
3049
+ "id": "koomap",
3050
+ "name": "云地图服务 KooMap",
3051
+ "category": "企业应用",
3052
+ "subcategory": "应用平台",
3053
+ "description": "使能数字孪生的云地图服务",
3054
+ "product_url": "https://www.huaweicloud.com/product/koomap.html",
3055
+ "logo": {
3056
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/aPaaS/KooMap.png",
3057
+ "local_path": "icons/assets/logo/koomap.png"
3058
+ },
3059
+ "architecture": {
3060
+ "status": "planned",
3061
+ "local_path": "icons/assets/architecture/koomap.svg"
3062
+ },
3063
+ "aliases": ["koomap"],
3064
+ "tags": ["企业应用", "应用平台", "koomap"]
3065
+ },
3066
+ {
3067
+ "id": "koophone",
3068
+ "name": "云手机服务 KooPhone",
3069
+ "category": "企业应用",
3070
+ "subcategory": "应用平台",
3071
+ "description": "优体验、高安全的政企云手机服务",
3072
+ "product_url": "https://www.huaweicloud.com/product/koophone.html",
3073
+ "logo": {
3074
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/aPaaS/KooPhone.png",
3075
+ "local_path": "icons/assets/logo/koophone.png"
3076
+ },
3077
+ "architecture": {
3078
+ "status": "planned",
3079
+ "local_path": "icons/assets/architecture/koophone.svg"
3080
+ },
3081
+ "aliases": ["koophone"],
3082
+ "tags": ["企业应用", "应用平台", "koophone"]
3083
+ },
3084
+ {
3085
+ "id": "orgid",
3086
+ "name": "组织成员帐号 OrgID",
3087
+ "category": "企业应用",
3088
+ "subcategory": "应用平台",
3089
+ "description": "为企业提供统一帐号、应用授权管理",
3090
+ "product_url": "https://www.huaweicloud.com/product/orgid.html",
3091
+ "logo": {
3092
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/aPaaS/OrgID.png",
3093
+ "local_path": "icons/assets/logo/orgid.png"
3094
+ },
3095
+ "architecture": {
3096
+ "status": "planned",
3097
+ "local_path": "icons/assets/architecture/orgid.svg"
3098
+ },
3099
+ "aliases": ["orgid"],
3100
+ "tags": ["企业应用", "应用平台", "orgid"]
3101
+ },
3102
+ {
3103
+ "id": "koodrive",
3104
+ "name": "云空间服务 KooDrive",
3105
+ "category": "企业应用",
3106
+ "subcategory": "应用平台",
3107
+ "description": "数字内容中枢,内容协作更高效",
3108
+ "product_url": "https://www.huaweicloud.com/product/koodrive.html",
3109
+ "logo": {
3110
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/aPaaS/KooDrive.png",
3111
+ "local_path": "icons/assets/logo/koodrive.png"
3112
+ },
3113
+ "architecture": {
3114
+ "status": "planned",
3115
+ "local_path": "icons/assets/architecture/koodrive.svg"
3116
+ },
3117
+ "aliases": ["koodrive"],
3118
+ "tags": ["企业应用", "应用平台", "koodrive"]
3119
+ },
3120
+ {
3121
+ "id": "privatenumber",
3122
+ "name": "隐私保护通话 PrivateNumber",
3123
+ "category": "企业应用",
3124
+ "subcategory": "云通信",
3125
+ "description": "不增加SIM卡,隐藏号码,保护个人隐私",
3126
+ "product_url": "https://www.huaweicloud.com/product/privatenumber.html",
3127
+ "logo": {
3128
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/BusinessApplications/PrivateNumber.png",
3129
+ "local_path": "icons/assets/logo/privatenumber.png"
3130
+ },
3131
+ "architecture": {
3132
+ "status": "planned",
3133
+ "local_path": "icons/assets/architecture/privatenumber.svg"
3134
+ },
3135
+ "aliases": ["privatenumber"],
3136
+ "tags": ["企业应用", "云通信", "privatenumber"]
3137
+ },
3138
+ {
3139
+ "id": "voice",
3140
+ "name": "语音通话 VoiceCall",
3141
+ "category": "企业应用",
3142
+ "subcategory": "云通信",
3143
+ "description": "携手全球运营商提供语音服务",
3144
+ "product_url": "https://www.huaweicloud.com/product/voice.html",
3145
+ "logo": {
3146
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/BusinessApplications/VoiceCall.png",
3147
+ "local_path": "icons/assets/logo/voice.png"
3148
+ },
3149
+ "architecture": {
3150
+ "status": "planned",
3151
+ "local_path": "icons/assets/architecture/voice.svg"
3152
+ },
3153
+ "aliases": ["voicecall", "voice"],
3154
+ "tags": ["企业应用", "云通信", "voicecall", "voice"]
3155
+ },
3156
+ {
3157
+ "id": "msgsms",
3158
+ "name": "消息&短信 MSGSMS",
3159
+ "category": "企业应用",
3160
+ "subcategory": "云通信",
3161
+ "description": "携手全球运营商和渠道提供短信服务",
3162
+ "product_url": "https://www.huaweicloud.com/product/msgsms.html",
3163
+ "logo": {
3164
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/DeveloperServices/MSGSMS.png",
3165
+ "local_path": "icons/assets/logo/msgsms.png"
3166
+ },
3167
+ "architecture": {
3168
+ "status": "planned",
3169
+ "local_path": "icons/assets/architecture/msgsms.svg"
3170
+ },
3171
+ "aliases": ["msgsms"],
3172
+ "tags": ["企业应用", "云通信", "msgsms"]
3173
+ },
3174
+ {
3175
+ "id": "iam",
3176
+ "name": "统一身份认证服务 IAM",
3177
+ "category": "运维管理与迁移",
3178
+ "subcategory": "运维管理",
3179
+ "description": "提供身份认证和权限管理功能",
3180
+ "product_url": "https://www.huaweicloud.com/product/iam.html",
3181
+ "logo": {
3182
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/ManagementGovernance/IAM.png",
3183
+ "local_path": "icons/assets/logo/iam.png"
3184
+ },
3185
+ "architecture": {
3186
+ "status": "planned",
3187
+ "local_path": "icons/assets/architecture/iam.svg"
3188
+ },
3189
+ "aliases": ["iam"],
3190
+ "tags": ["运维管理与迁移", "运维管理", "iam"]
3191
+ },
3192
+ {
3193
+ "id": "oneaccess",
3194
+ "name": "应用身份管理服务 OneAccess",
3195
+ "category": "运维管理与迁移",
3196
+ "subcategory": "运维管理",
3197
+ "description": "具备集中式的身份管理、认证和授权能力",
3198
+ "product_url": "https://www.huaweicloud.com/product/oneaccess.html",
3199
+ "logo": {
3200
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/ManagementGovernance/OneAccess.png",
3201
+ "local_path": "icons/assets/logo/oneaccess.png"
3202
+ },
3203
+ "architecture": {
3204
+ "status": "planned",
3205
+ "local_path": "icons/assets/architecture/oneaccess.svg"
3206
+ },
3207
+ "aliases": ["oneaccess"],
3208
+ "tags": ["运维管理与迁移", "运维管理", "oneaccess"]
3209
+ },
3210
+ {
3211
+ "id": "smn",
3212
+ "name": "消息通知服务 SMN",
3213
+ "category": "运维管理与迁移",
3214
+ "subcategory": "运维管理",
3215
+ "description": "依据用户的需求主动推送通知消息",
3216
+ "product_url": "https://www.huaweicloud.com/product/smn.html",
3217
+ "logo": {
3218
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/ManagementGovernance/SMN.png",
3219
+ "local_path": "icons/assets/logo/smn.png"
3220
+ },
3221
+ "architecture": {
3222
+ "status": "planned",
3223
+ "local_path": "icons/assets/architecture/smn.svg"
3224
+ },
3225
+ "aliases": ["smn"],
3226
+ "tags": ["运维管理与迁移", "运维管理", "smn"]
3227
+ },
3228
+ {
3229
+ "id": "ces",
3230
+ "name": "云监控服务 CES",
3231
+ "category": "运维管理与迁移",
3232
+ "subcategory": "运维管理",
3233
+ "description": "提供云上及本地资源的立体化监控平台",
3234
+ "product_url": "https://www.huaweicloud.com/product/ces.html",
3235
+ "logo": {
3236
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/ManagementGovernance/CES.png",
3237
+ "local_path": "icons/assets/logo/ces.png"
3238
+ },
3239
+ "architecture": {
3240
+ "status": "planned",
3241
+ "local_path": "icons/assets/architecture/ces.svg"
3242
+ },
3243
+ "aliases": ["ces"],
3244
+ "tags": ["运维管理与迁移", "运维管理", "ces"]
3245
+ },
3246
+ {
3247
+ "id": "aom",
3248
+ "name": "应用运维管理 AOM",
3249
+ "category": "运维管理与迁移",
3250
+ "subcategory": "运维管理",
3251
+ "description": "提供立体运维平台,实时监控应用",
3252
+ "product_url": "https://www.huaweicloud.com/product/aom.html",
3253
+ "logo": {
3254
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/ManagementGovernance/AOM.png",
3255
+ "local_path": "icons/assets/logo/aom.png"
3256
+ },
3257
+ "architecture": {
3258
+ "status": "planned",
3259
+ "local_path": "icons/assets/architecture/aom.svg"
3260
+ },
3261
+ "aliases": ["aom"],
3262
+ "tags": ["运维管理与迁移", "运维管理", "aom"]
3263
+ },
3264
+ {
3265
+ "id": "apm",
3266
+ "name": "应用性能管理 APM",
3267
+ "category": "运维管理与迁移",
3268
+ "subcategory": "运维管理",
3269
+ "description": "实时监控并管理企业应用性能和故障",
3270
+ "product_url": "https://www.huaweicloud.com/product/apm.html",
3271
+ "logo": {
3272
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/ManagementGovernance/APM.png",
3273
+ "local_path": "icons/assets/logo/apm.png"
3274
+ },
3275
+ "architecture": {
3276
+ "status": "planned",
3277
+ "local_path": "icons/assets/architecture/apm.svg"
3278
+ },
3279
+ "aliases": ["apm"],
3280
+ "tags": ["运维管理与迁移", "运维管理", "apm"]
3281
+ },
3282
+ {
3283
+ "id": "lts",
3284
+ "name": "云日志服务 LTS",
3285
+ "category": "运维管理与迁移",
3286
+ "subcategory": "运维管理",
3287
+ "description": "提供日志收集、实时查询、存储等功能",
3288
+ "product_url": "https://www.huaweicloud.com/product/lts.html",
3289
+ "logo": {
3290
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/ManagementGovernance/LTS.png",
3291
+ "local_path": "icons/assets/logo/lts.png"
3292
+ },
3293
+ "architecture": {
3294
+ "status": "planned",
3295
+ "local_path": "icons/assets/architecture/lts.svg"
3296
+ },
3297
+ "aliases": ["lts"],
3298
+ "tags": ["运维管理与迁移", "运维管理", "lts"]
3299
+ },
3300
+ {
3301
+ "id": "cts",
3302
+ "name": "云审计服务 CTS",
3303
+ "category": "运维管理与迁移",
3304
+ "subcategory": "运维管理",
3305
+ "description": "为您提供云账户下资源的操作记录",
3306
+ "product_url": "https://www.huaweicloud.com/product/cts.html",
3307
+ "logo": {
3308
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/ManagementGovernance/CTS.png",
3309
+ "local_path": "icons/assets/logo/cts.png"
3310
+ },
3311
+ "architecture": {
3312
+ "status": "planned",
3313
+ "local_path": "icons/assets/architecture/cts.svg"
3314
+ },
3315
+ "aliases": ["cts"],
3316
+ "tags": ["运维管理与迁移", "运维管理", "cts"]
3317
+ },
3318
+ {
3319
+ "id": "ram",
3320
+ "name": "资源访问管理 RAM",
3321
+ "category": "运维管理与迁移",
3322
+ "subcategory": "运维管理",
3323
+ "description": "提供安全的跨账号共享资源的能力",
3324
+ "product_url": "https://www.huaweicloud.com/product/ram.html",
3325
+ "logo": {
3326
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/ManagementGovernance/RAM.png",
3327
+ "local_path": "icons/assets/logo/ram.png"
3328
+ },
3329
+ "architecture": {
3330
+ "status": "planned",
3331
+ "local_path": "icons/assets/architecture/ram.svg"
3332
+ },
3333
+ "aliases": ["ram"],
3334
+ "tags": ["运维管理与迁移", "运维管理", "ram"]
3335
+ },
3336
+ {
3337
+ "id": "organizations",
3338
+ "name": "组织 Organizations",
3339
+ "category": "运维管理与迁移",
3340
+ "subcategory": "运维管理",
3341
+ "description": "提供多账号关系的管理能力",
3342
+ "product_url": "https://www.huaweicloud.com/product/organizations.html",
3343
+ "logo": {
3344
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/ManagementGovernance/Organizations.png",
3345
+ "local_path": "icons/assets/logo/organizations.png"
3346
+ },
3347
+ "architecture": {
3348
+ "status": "planned",
3349
+ "local_path": "icons/assets/architecture/organizations.svg"
3350
+ },
3351
+ "aliases": ["organizations"],
3352
+ "tags": ["运维管理与迁移", "运维管理", "organizations"]
3353
+ },
3354
+ {
3355
+ "id": "rms",
3356
+ "name": "配置审计 Config",
3357
+ "category": "运维管理与迁移",
3358
+ "subcategory": "运维管理",
3359
+ "description": "提供全局资源配置管理,配置检测能力",
3360
+ "product_url": "https://www.huaweicloud.com/product/rms.html",
3361
+ "logo": {
3362
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/ManagementGovernance/RMS.png",
3363
+ "local_path": "icons/assets/logo/rms.png"
3364
+ },
3365
+ "architecture": {
3366
+ "status": "planned",
3367
+ "local_path": "icons/assets/architecture/rms.svg"
3368
+ },
3369
+ "aliases": ["config", "rms"],
3370
+ "tags": ["运维管理与迁移", "运维管理", "config", "rms"]
3371
+ },
3372
+ {
3373
+ "id": "aos",
3374
+ "name": "资源编排服务 RFS",
3375
+ "category": "运维管理与迁移",
3376
+ "subcategory": "运维管理",
3377
+ "description": "批量自动化创建云服务资源",
3378
+ "product_url": "https://www.huaweicloud.com/product/aos.html",
3379
+ "logo": {
3380
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/ManagementGovernance/RFS.png",
3381
+ "local_path": "icons/assets/logo/aos.png"
3382
+ },
3383
+ "architecture": {
3384
+ "status": "planned",
3385
+ "local_path": "icons/assets/architecture/aos.svg"
3386
+ },
3387
+ "aliases": ["rfs", "aos"],
3388
+ "tags": ["运维管理与迁移", "运维管理", "rfs", "aos"]
3389
+ },
3390
+ {
3391
+ "id": "oa",
3392
+ "name": "优化顾问 OA",
3393
+ "category": "运维管理与迁移",
3394
+ "subcategory": "运维管理",
3395
+ "description": "一键识别云资源潜在风险并给出优化建议",
3396
+ "product_url": "https://www.huaweicloud.com/product/oa.html",
3397
+ "logo": {
3398
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/ManagementGovernance/OA.png",
3399
+ "local_path": "icons/assets/logo/oa.png"
3400
+ },
3401
+ "architecture": {
3402
+ "status": "planned",
3403
+ "local_path": "icons/assets/architecture/oa.svg"
3404
+ },
3405
+ "aliases": ["oa"],
3406
+ "tags": ["运维管理与迁移", "运维管理", "oa"]
3407
+ },
3408
+ {
3409
+ "id": "coc",
3410
+ "name": "云运维中心 COC",
3411
+ "category": "运维管理与迁移",
3412
+ "subcategory": "运维管理",
3413
+ "description": "提供安全、高效的一站式智能运维平台",
3414
+ "product_url": "https://www.huaweicloud.com/product/coc.html",
3415
+ "logo": {
3416
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/ManagementGovernance/COC.png",
3417
+ "local_path": "icons/assets/logo/coc.png"
3418
+ },
3419
+ "architecture": {
3420
+ "status": "planned",
3421
+ "local_path": "icons/assets/architecture/coc.svg"
3422
+ },
3423
+ "aliases": ["coc"],
3424
+ "tags": ["运维管理与迁移", "运维管理", "coc"]
3425
+ },
3426
+ {
3427
+ "id": "rgc",
3428
+ "name": "资源治理中心 RGC",
3429
+ "category": "运维管理与迁移",
3430
+ "subcategory": "运维管理",
3431
+ "description": "搭建并治理安全可扩展的多账号环境",
3432
+ "product_url": "https://www.huaweicloud.com/product/rgc.html",
3433
+ "logo": {
3434
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/ManagementGovernance/RGC.png",
3435
+ "local_path": "icons/assets/logo/rgc.png"
3436
+ },
3437
+ "architecture": {
3438
+ "status": "planned",
3439
+ "local_path": "icons/assets/architecture/rgc.svg"
3440
+ },
3441
+ "aliases": ["rgc"],
3442
+ "tags": ["运维管理与迁移", "运维管理", "rgc"]
3443
+ },
3444
+ {
3445
+ "id": "sms",
3446
+ "name": "主机迁移服务 SMS",
3447
+ "category": "运维管理与迁移",
3448
+ "subcategory": "迁移",
3449
+ "description": "把数据中心或其他云上主机迁移到华为云",
3450
+ "product_url": "https://www.huaweicloud.com/product/sms.html",
3451
+ "logo": {
3452
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Migration/SMS.png",
3453
+ "local_path": "icons/assets/logo/sms.png"
3454
+ },
3455
+ "architecture": {
3456
+ "status": "planned",
3457
+ "local_path": "icons/assets/architecture/sms.svg"
3458
+ },
3459
+ "aliases": ["sms"],
3460
+ "tags": ["运维管理与迁移", "迁移", "sms"]
3461
+ },
3462
+ {
3463
+ "id": "oms",
3464
+ "name": "对象存储迁移服务 OMS",
3465
+ "category": "运维管理与迁移",
3466
+ "subcategory": "迁移",
3467
+ "description": "公有云对象存储数据迁移服务",
3468
+ "product_url": "https://www.huaweicloud.com/product/oms.html",
3469
+ "logo": {
3470
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Migration/OMS.png",
3471
+ "local_path": "icons/assets/logo/oms.png"
3472
+ },
3473
+ "architecture": {
3474
+ "status": "planned",
3475
+ "local_path": "icons/assets/architecture/oms.svg"
3476
+ },
3477
+ "aliases": ["oms"],
3478
+ "tags": ["运维管理与迁移", "迁移", "oms"]
3479
+ },
3480
+ {
3481
+ "id": "mgc",
3482
+ "name": "迁移中心 MgC",
3483
+ "category": "运维管理与迁移",
3484
+ "subcategory": "迁移",
3485
+ "description": "一站式迁移和现代化平台",
3486
+ "product_url": "https://www.huaweicloud.com/product/mgc.html",
3487
+ "logo": {
3488
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/Migration/MGC.png",
3489
+ "local_path": "icons/assets/logo/mgc.png"
3490
+ },
3491
+ "architecture": {
3492
+ "status": "planned",
3493
+ "local_path": "icons/assets/architecture/mgc.svg"
3494
+ },
3495
+ "aliases": ["mgc"],
3496
+ "tags": ["运维管理与迁移", "迁移", "mgc"]
3497
+ },
3498
+ {
3499
+ "id": "huaweicloudstack",
3500
+ "name": "华为混合云",
3501
+ "category": "华为混合云",
3502
+ "subcategory": "",
3503
+ "description": "本地部署,匹配政企的全栈云服务",
3504
+ "product_url": "https://www.huaweicloud.com/product/huaweicloudstack.html",
3505
+ "logo": {
3506
+ "source_url": "https://res-static.hc-cdn.cn/cloudbu-site/public/new-product-icon/HuaweiCloudStack/huaweicloudstack.png",
3507
+ "local_path": "icons/assets/logo/huaweicloudstack.png"
3508
+ },
3509
+ "architecture": {
3510
+ "status": "planned",
3511
+ "local_path": "icons/assets/architecture/huaweicloudstack.svg"
3512
+ },
3513
+ "aliases": ["huaweicloudstack"],
3514
+ "tags": ["华为混合云", "huaweicloudstack"]
3515
+ }
3516
+ ]
3517
+ }