Endpoint
/api/v2/tenants/{tenantId}/resources/{resourceId}/patches/install/status
Path Parameters
tenantId
string

resourceId
string

Responses

OK

device
object

device.clientUniqueId
device.generalInfo
device.id
device.type
installStatus
object

installStatus.lastMachineRebootDate
installStatus.lastPatchInstalledDate
installStatus.lastPatchTriggeredDate
{
  "device": {
    "clientUniqueId": "client_16",
    "generalInfo": {
      "aliasName": "",
      "hostName": "opsrampdev",
      "ipAddresses": "10.0.4.15",
      "osName": "Ubuntu 14.04.5 LTS",
      "resourceName": "",
      "resourceType": "Linux"
    },
    "id": "2ca44d27-888e-4ddb-a5ee-89eb962798fe",
    "type": "DEVICE"
  },
  "installStatus": {
    "lastMachineRebootDate": "2019-06-24T19:42:18+0000",
    "lastPatchInstalledDate": "2019-06-21T13:56:10+0000",
    "lastPatchTriggeredDate": "2019-06-21T13:51:39+0000"
  }
}