{
    "bmc.kepler.Debug.PowerCapping": {
        "properties": {},
        "methods": {
            "SimulatePowerCappingTask": {
                "req": {
                    "Mode": {
                        "baseType": "U8",
                        "description": "是否开启整机功耗调试模式,取值0和1,0表示关闭,1表示开启",
                        "enum": [
                            0,
                            1
                        ]
                    },
                    "Ratio": {
                        "baseType": "Double",
                        "description": "功耗封顶值比例范围[0.1, 1.0],该参数为可选参数"
                    }
                },
                "rsp": {},
                "description": "通过模拟整机功耗值进行功耗封顶"
            },
            "SimulatePowerCappingConfig": {
                "req": {
                    "Type": {
                        "baseType": "U8",
                        "description": "调试类型,0表示模拟功耗封顶下限值,1表示模拟上报功耗封顶失败事件"
                    },
                    "Value": {
                        "baseType": "U32",
                        "description": "功耗封顶下限值,该参数为可选参数"
                    }
                },
                "rsp": {},
                "description": "设置功耗封顶下限值,以及模拟上报功耗封顶失败事件请求"
            }
        }
    }
}