SoM Computers


This API lists all the computers and their related patch manager plus agent details

  • Functionality
  • Retrieve the som computers list.
  • HTTP Method 
  • GET
  • API URI
  • api/1.3/som/computers
  • Scope
  • PatchManagerPlusCloud.Common.READ
  • Filters
  • domainfilter={String} :

    Get domain list from api/1.3/desktop/serverproperties

    branchofficeFilter={String}:

    Get branch office list from api/1.3/desktop/serverproperties

    residfilter={Numeric}:

    Filter computer with particular resource id
    liveStatusfilter={Numeric} :

    1    -    Live
    2    -    Down
    3    -    Unkown

    installstatusfilter={Numeric} :

    21    -    Yet to install
    22    -    Installed
    23    -    uninstalled
    24    -    yet to uninstall
    29    -    installation failure
  • Response Parameters
  • live_status:

    1    -    Live
    2    -    Down
    3    -    Unkown

    agent_install_status:

    21    -    Yet to install
    22    -    Installed
    23    -    uninstalled
    24    -    yet to uninstall
    29    -    installation failure

Response Data

 class="json"> 
{
"message_response": {
"summary": {
"installation_status_summary": {
"total": 10,
"yet_to_install": 2,
"installed": 3,
"uninstallation_failed": 0,
"uninstalled": 2,
"installation_failed": 3
},
"last_contact_time_summary": {
"4_day_to_7_day": 0,
"16_day_to_30_day": 0,
"greater_30_day": 0,
"8_day_to_15_day": 0,
"equal_3_day": 0
}
}
},
"status": "success",
"message_version": "1.0",
"message_type": "summary"
}