硬件清单


此API列出所有计算机硬件及相关详情,如已管理安装数量、网络安装数量等。

  • 功能
  • 检索硬件清单。
  • HTTP方法 
  • GET
  • API URI
  • api/1.4/inventory/hardware
  • 需要身份验证令牌
  • 分页
  • 过滤器
  • domainfilter={String}:

    从 api/1.4/desktop/serverproperties 获取域列表

    branchofficefilter={String}:

    从 api/1.4/desktop/serverproperties 获取分支办公室列表

    hardwaretypefilter={String}:

    从 api/1.4/inventory/filterparams 获取硬件类型列表

    manufacturerfilter={String}:

    从 api/1.4/inventory/filterparams 获取硬件制造商列表

响应数据

 
{
"message_response": {
"total": 1,
"limit": 1,
"hardware": [
{
"hardware_name": "BIOS Date: 08/28/14 21:14:22 Ver: A11.00",
"hardware_id": 1,
"hw_type_description": "Bios",
"network_installations": 1,
"manufacturer_name": "Dell Inc.",
"tech_id": 1,
"managed_installations": 1
}
],
"page": 1
},
"status": "success",
"message_version": "1.0",
"message_type": "hardware"
}