华为乾坤-用户查询站点级设备插件部署/卸载状态:响应示例

时间:2025-02-17 11:36:19

响应示例

返回状态码为200:查询成功返回体。

{
    "data": [
      {
        "id": "e9a51c61-f6cb-4884-9b3f-c54b8716feed",
        "deviceId": "9c24d989-49d7-4877-933a-67d285879319",
        "deviceName": "2102353GES10LA000052",
        "deviceStatus": 0,
        "esn": "2102353GES10LA000052",
        "siteName": "name",
        "pluginName": "test",
        "status": 2,
        "failreason": null
      }
    ],
    "totalNum": 1,
    "errcode": "0",
    "errmsg": null
}

返回状态码为400:查询失败返回体。

{
    "data": [],
    "totalNum": 0,
    "errcode": "0x00c80035",
    "errmsg": "Invalid parameter pluginType."
}
support.huaweicloud.com/qiankuncmn-qiankuncs/toctopics/zh-cn_topic_0000002092929181.html