SoM Remote Office


This API lists all the remote offices and their details.

  • Functionality
  • Retrieve the remote office list.
  • HTTP Method
  • GET
  • API URI
  • api/1.3/som/remoteoffice
  • Scope
  • PatchManagerPlusCloud.SOM.READ
  • Response Parameters
  • compression_type:

    1 - Best
    0 - Fast

    colorquality_type:

    24 - True color
    16 - High
    8   - Medium
    4   - Low

    ds_status:

    21 - Yet to install
    22 - Agent installed
    23 - Agent uninstalled

Response Data

   { 	"message_type": "remoteoffice", 	"message_response": { 		"total": 14, 		"limit": 25, 		"page": 1, 		"remoteoffice": [ 			{ 				"updated_time": "--", 				"ds_status": "--", 				"is_https": "--", 				"branch_office_name": "Local Office", 				"resource.name": "--", 				"agent_arc_loc": "--", 				"compression_type": 0, 				"replicationpolicydetails.policy_name": "--", 				"branch_office_id": 1, 				"proxy_details_branch_office_id": "--", 				"customerinfo.customer_id": 1, 				"policytobranchofficerel.policy_id": "--", 				"agent_comm_branch_office_id": "--", 				"ds_dns_name": "--", 				"branch_office_desc": "--", 				"ds_version": "--", 				"policytobranchofficerel.branch_office_id": "--", 				"proxy_port_number": "--", 				"last_contact_time": "--", 				"is_proxy": "--", 				"resource.resource_id": "--", 				"colorquality_type": 4, 				"ds_https_port": "--", 				"proxy_username": "--", 				"has_masteragent": false, 				"ds_port": "--", 				"managed_computers": 150, 				"customerinfo.customer_name": "DC_CUSTOMER", 				"replicationpolicydetails.policy_id": "--", 				"ds_sync_status": "--", 				"errorcode.kb_url": "--", 				"ds_ipaddress": "--", 				"branch_office_customer_id": 1, 				"proxy_server_name": "--", 				"disserverdetails.branch_office_id": "--", 				"error_code": "--", 				"errorcodetokburl.kb_url": "--", 				"remarks": "--" 			}, 			 		] 	}, 	"message_version": "1.0", 	"status": "success", 	"response_code": 200 }