Products: Managed Backup (Agent)
Article ID: m0704Last Modified: 20-Mar-2025

GET API/Computers/{hid}

Retrieves a computer info by computer HID. HID can be retrieved by the GET API/Computers/{offset}/{count} method.

Example

Retrieves info for the computer by specified HID:

GET /mbsapi/api/Computers/01d469cb-326e-444f-a9b0-XXXXXXXXXXX

Request Information

URI Parameters

Name Description Type Additional Information
hid HID of computer string Required

Response Information

Response Formats

application/json

{
  "ComputerHID": "01d469cb-326e-444f-a9b0-816fccf7c956",
  "OSTypeString": "windows",
  "BuildTypeString": 536870940,
  "RemoteManagementAvailable": true,
  "ComputerName": "DESKTOP-HFSOH70",
  "ComputerDisplayName": "aaaa",
  "CompanyName": "c1",
  "UserEmail": "user",
  "ProfileName": "",
  "UserID": "10ce439b-7bec-4208-a116-4e0236085f87",
  "BackupBuildVersion": {
    "_Major": 8,
    "_Minor": 0,
    "_Build": 3,
    "_Revision": 36
  },
  "License": {
    "Granted": true,
    "IsTrial": false,
   "DisplayExpiresDate": "2026-02-20T00:00:00"
  },
  "BackupStats": {
    "PlansCount": 4,
    "TotalOverdueCount": 0,
    "TotalFailedCount": 0,
    "TotalSuccessCount": 0,
    "TotalWarningCount": 0,
    "TotalNotRunCount": 4,
    "TotalRunningCount": 0,
    "TotalInterruptedCount": 0
  },
  "LastActivity": "2025-03-19T10:26:47.703",
  "InstanceType": 3,
  "HasBackupApp": true,
  "LostAuth": false,
  "LostAuthChangeDate": "2025-03-17T13:21:45.193",
  "Apps": [
    {
      "ApplicationId": "backup",
      "Version": "8.0.3.36",
      "VersionStatus": "Outdated",
      "BuildTypeLong": 536870940,
      "ApplicationState": "Enabled",
      "Online": true,
      "ErrorCode": null,
      "ErrorMessage": null
    },
    {
      "ApplicationId": "ra",
      "Version": "3.8.0.9",
      "VersionStatus": "Latest",
      "BuildTypeLong": 536870951,
      "ApplicationState": "Enabled",
      "Online": false,
      "ErrorCode": null,
         "ErrorMessage": null
    }
  ],
  "DiagnosticEvents": [],
  "DiskInfoUsagePercent": 0,
  "MemoryInfoUsagePercent": 0,
  "CPUInfoUsagePercent": 0,
  "ProfileDisplayName": "",
  "BackupStatus": 0
}
  
https://git.cloudberrylab.com/egor.m/doc-help-mbs.git
Production