{
"bmc.kepler.Systems.Components": {
"methods": {
"GetComponentTypes": {
"description": "获取当前存在的所有对象的部件类型",
"req": {},
"rsp": {
"ComponentTypes": {
"baseType": "Array",
"items": {
"$ref": "#/defs/ComponentTypes"
},
"description": "所有对象的部件类型列表"
}
}
}
}
},
"defs": {
"ComponentTypes": {
"ComponentType": {
"baseType": "U8",
"description": "部件类型"
},
"ComponentName": {
"baseType": "String",
"description": "部件名称"
}
}
}
}