SoM 计算机


该 API 列出所有计算机及其相关的 Endpoint Central 代理详情

  • 功能
  • 获取 som 计算机列表。
  • HTTP 方法 
  • GET
  • API URI
  • api/1.4/som/computers
  • 过滤器
  • domainfilter={字符串} :

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

    branchofficeFilter={字符串}:

    从 api/1.4/desktop/serverproperties 获取分支机构列表

    residfilter={数字}:

    按特定资源 ID 过滤计算机
    liveStatusfilter={数字} :

    1    -    在线
    2    -    离线
    3    -    未知

    installstatusfilter={数字} :

    21    -    待安装
    22    -    已安装
    23    -    已卸载
    24    -    待卸载
    29    -    安装失败
  • 响应参数
  • live_status:

    1    -    在线
    2    -    离线
    3    -    未知

    agent_install_status:

    21    -    待安装
    22    -    已安装
    23    -    已卸载
    24    -    待卸载
    29    -    安装失败

响应数据

{
"Status":"成功",
"MessageVersion":"1.0",
"MessageResponse":{
"computers":[
{
"remarks_args":"--",
"search_tag":"--",
"os_platform":1,
"location":"--",
"agent_uninstalled_on":-1,
"remarks":"dc.db.agent.install.success",
"logged_on_users":"CNETV",
"live_status_update_time":1432128262193,
"kb_url":"--",
"last_contact_time":1430770370570,
"service_pack":"Windows XP Service Pack 3",
"description":"--",
"name":"RC-9996",
"live_status":2,
"owner_email_id":"--",
"customer_name":"DC_CUSTOMER",
"label":"dc.db.som.status.installed_successfully",
"branch_office_name":"本地办公室",
"last_sync_time":1445855012528,
"os_version":"5.1.2600",
"agent_installed_on":1428945129246,
"mac_address":"00:40:96:be:a4:af",
"installation_status":22,
"domain_netbios_name":"kamc-rd",
"resource_id":334,
"agent_version":"9.1.0.W",
"ip_address":"10.3.9.83",
"os_name":"Windows XP Professional",
"agent_executed_on":1430743370614,
"os_platform_name":"Windows",
"owner":"--",
"agent_upgraded_on":-1,
"customer_id":1,
"full_name":"RC-9996"
}
],
"Page":1,
"Total":1,
"Limit":25
},
"MessageType":"computers"
}