All api calls should be sent to https://<va address>/<url>
. The URL is shown
in each call below
All API calls require the JWT token (obtained through login) to be present in the
Authorization
header.
Due to the complexity and single run requirement, this documentation does not document API calls for importing licenses from the portal, or manually applying licenses or enabling features. You should ensure these operations have been performed through the GUI before attempting to use the API.
200
{ "access_token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGl0eSI6MSwiaWF0IjoxNTg0MDI4Mzc5LCJhZG1pbiI6dHJ1ZSwibmJmIjoxNTg0MDI4Mzc5LCJleHAiOjE1ODQwNTcxNzl9.AhtZV3G9v1HYrrJVdSy65fuamwTjZMgOHVC6jQH1sgk" }
Authorization
header to all HTTP requests prefixed
with
"Bearer" Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZGVudGl0eSI6MSwiaWF0IjoxNTg0MDI4Mzc5LCJhZG1pbiI6dHJ1ZSwibmJmIjoxNTg0MDI4Mzc5LCJleHAiOjE1ODQwNTcxNzl9.AhtZV3G9v1HYrrJVdSy65fuamwTjZMgOHVC6jQH1sgk
200
{ "id": null, "uuid": "b4b2ed53-4789-48b4-b2d4-35caa225c73e", "task": "Hypervisor Discovery", "status": "In Progress", "details": "Starting hypervisor discovery", "completed": false, "percent": 0, "source": "VA", "target": "10.10.21.63", "result": null, "modifiedTimestamp": 0, "user": "Administrator", "startTime": 1584029579058, "finishTime": null, "error": 0, "scheduleReference": null, "type": 1 }
CristieEvent
returned to
check progress & check for completition using the event
uuid
.200
{ "id": null, "uuid": "b4b2ed53-4789-48b4-b2d4-35caa225c73e", "task": "Hypervisor Discovery", "status": "Completed", "details": "Discovery successful", "completed": true, "percent": 100, "source": "VA", "target": "10.10.21.63", "result": null, "modifiedTimestamp": 1584029582380545, "user": "Administrator", "startTime": 1584029579058, "finishTime": 1584029582379, "error": 0, "scheduleReference": null, "type": 1 }
Completed
or
Failed
200
{ "hypervisors": [ { "id": 1, "name": "10.10.21.63", "selections": { "id": 1, "type": "VSPHERE", "selectedVmStorage": "set fire to the rain", "selectedNetwork": "Private Subnet-priv", "selectedIsoStorage": "Cristie ISO Storage-10.1.6.46", "selectedIso": null, "selectedDatacenter": "ha-datacenter", "selectedCluster": null, "selectedHost": "adele.cristiesoftware.com" }, "type": "VSPHERE", "proxy": null, "datacenters": [ { "id": 2, "name": "ha-datacenter", "hosts": [ { "id": 2, "license": { "licensed": false, "contractID": 0 }, "vms": [ { "id": null, "addresses": [], "hostname": null, "name": "VM NAME", "uuid": "522cce53-47eb-3a40-5238-59e35b181872", "operatingSystem": "Windows", "proxyUuid": "", "osFamily": "WINDOWS", "lastEvent": null, "hypervisorId": 1, "hostId": 2, "powerState": "OFF", "backupConfig": null, "lastBackupStatus": null, "backupStatus": null, "offsiteBackupStatus": null, "restoreStatus": null, "events": [], "protected": false } ], "storage": ["set fire to the rain", "Cristie ISO Storage-10.1.6.46"], "networks": ["hello"], "isos": ["/cbmr-linux-intel-latest.iso", "/cbmr-linux-ppc64-latest.iso", "/cbmr-linux-ppc64le-latest.iso", "/cbmr-windows-pe10-latest.iso", "/cbmr-windows-pe5-latest.iso"], "name": "adele.cristiesoftware.com", "uuid": "4c4c4544-0052-4810-8035-c8c04f50344a", "proxy": null } ], "clusters": [], "proxy": null } ], "version": "VMware ESXi 6.0.0", "address": "10.10.21.63", "username": "leytham" } ] }
200
{ "id": null, "uuid": "e46b46c9-c173-41cb-bc74-33f62b58749e", "task": "DR Proxy Deployment", "status": "In Progress", "details": "Deploying TBMR proxies on vSphere", "completed": false, "percent": 0, "source": "", "target": "", "result": null, "modifiedTimestamp": 0, "user": "Administrator", "startTime": 1584032028771, "finishTime": null, "error": 0, "scheduleReference": null, "type": 1 }
CristieEvent
returned to
check progress & check for completition using the event
uuid
.200
{ "proxies": [{ "id": 1, "name": "Cristie TBMR Windows Proxy API-EXAMPLE", "ipAddress": "10.1.6.32", "macAddress": "00:0c:29:c3:05:c1", "dhcpEnabled": false, "dhcpIPs": [], "dhcpSubnet": "", "dhcpGateway": "", "dhcpDNS": "", "profile": 0, "hypervisorId": 2, "product": "TBMR", "productVersion": "8.7.1", "operatingSystem": "Windows", "legacy": false, "windowsProxy": true, "linuxProxy": false }, { "id": 2, "name": "Cristie TBMR Linux Proxy API-EXAMPLE", "ipAddress": "10.1.4.89", "macAddress": "00:0c:29:02:9b:e8", "dhcpEnabled": false, "dhcpIPs": [], "dhcpSubnet": "", "dhcpGateway": "", "dhcpDNS": "", "profile": 0, "hypervisorId": 2, "product": "TBMR", "productVersion": "8.7.6", "operatingSystem": "Linux", "legacy": false, "windowsProxy": false, "linuxProxy": true } ] }
200
{ "id": null, "uuid": "a3a225ec-b38f-4ddc-9b73-4ec36146d125", "task": "Backup server configuration", "status": "In Progress", "details": "Discovering TSM proxies", "completed": false, "percent": 0, "source": "VA", "target": "10.10.21.1", "result": null, "modifiedTimestamp": 1584032649826867, "user": "Administrator", "blockId": 0, "startTime": 1584032649815, "finishTime": null, "error": 0, "scheduleReference": null, "type": 1 }
POST
request to
v1/recovery/backup-servers/upload
with a
form-data
body type containing
certname - certificate name content - the certificate file servername - the server name specified aboveYou should check for a
202
HTTP code after uploading the
certificate.CristieEvent
returned to
check progress & check for completition using the event
uuid
.
200
{ "servers": [{ "id": 3, "type": "TBMR", "uuid": "45b60373-2833-4751-8694-59fd6547917d", "name": "tsm814", "host": "10.10.2.82", "userName": "admin", "sslCertName": "tsm814.arm", "port": 1500, "clientPort": 1500, "sslEnabled": true, "lastUpdate": 1584090639000, "serverVersion": null, "legacy": false, "backupClients": [{ "id": 1, "name": "AUTOTEST-CENTOS7.3", "platform": "LINUX", "vms": [], "domain": "", "disrecDate": 1541555368000 }, { "id": 2, "name": "AUTOTEST-WIN2016", "platform": "WINDOWS", "vms": [], "domain": "", "disrecDate": 1541535724000 } ] } ] }
200
{ "id": null, "uuid": "fd88820d-ed30-47d6-9fca-88727868016d", "task": "Software Deployment", "status": "In Progress", "details": "Deploying CloneManager to 10.10.21.23", "completed": false, "percent": 0, "source": "VA", "target": "10.10.21.13", "result": null, "modifiedTimestamp": 0, "user": "Administrator", "blockId": 0, "startTime": 1584033972581, "finishTime": null, "error": 0, "scheduleReference": null, "type": 1 }
CristieEvent
returned to
check progress & check for completition using the event
uuid
.
200
{ "id": null, "uuid": "fd88820d-ed30-47d6-9fca-88727868016d", "task": "Software Deployment", "status": "Completed", "details": "Successfully deployed CloneManager to 10.10.21.23", "completed": true, "percent": 0, "source": "VA", "target": "10.10.21.13", "result": null, "modifiedTimestamp": 1584029582380545, "user": "Administrator", "blockId": 0, "startTime": 1584029579058, "finishTime": 1584029582379, "error": 0, "scheduleReference": null, "type": 1 }
Completed
or
Failed
200
{ "id": null, "uuid": "c0796f2f-0b34-4fd9-b764-7273bfd09d0a", "task": "DR Simulation", "status": "Completed", "details": "Job 1 job created successfully", "completed": true, "percent": 100, "source": "", "target": "", "result": null, "modifiedTimestamp": 0, "user": "Administrator", "startTime": 1584094767507, "finishTime": 1584094767507, "error": 0, "scheduleReference": "1", "type": 1 }
200
{ "schedules": [{ "id": 1, "scheduleId": "", "product": "CLONEMANAGER", "schedule": { "id": null, "uuid": "6a6d4c2a-66cf-41c2-bd33-48e43618eab2", "type": "DAILY", "enabled": true, "groupName": null, "jobName": "Job 1", "cronTrigger": "0 10 14 */1 * ?", "startTime": 1589206200000, "nextRunTime": 1589206200208, "frequency": 1, "descriptor": "At 14:10 every day", "descriptorShort": "1 day", "continuous": false, "runOnce": false }, "status": "NEW", "lastRunTime": null, "lastRunDurationInSec": 0, "contractId": null, "sourceTargetList": [], "orchestrationBlockId": null, "jobSummary": { "total": 0, "failed": 0, "running": 0, "waiting": 0, "completed": 0, "aborted": 0, "historicalFailures": {}, "jobDurations": {}, "recoveryDurations": [] } } ] }
200
{ "total": 4, "failed": 1, "completed": 3, "running": 0, "waiting": 0, "historicalFailures": { "0": 0, "1": 0, "2": 0, "3": 0, "4": 0, "5": 0, "6": 0, "7": 1, "8": 4, "9": 0, "10": 0, "11": 2, "12": 2, "13": 2, "14": 0, "15": 0, "16": 0, "17": 0, "18": 0, "19": 0, "20": 0, "21": 0, "22": 0, "23": 0, "24": 0, "25": 0, "26": 0, "27": 0, "28": 0, "29": 0, "30": 0 }, "jobDurations": { "JOB 1": 2564, "JOB 2": 1667, "JOB 3": 2932, "JOB 4": 367 }, "recoveryDurations": [] }
204
Recover to existing target
for more
information.
204
Overhead must be specified in MB.
Enhanced Testing requires an overhead on resources. It is
recommended that target systems meet the following
specification:
- Vitualisation enabled on the CPU
- RAM Overhead (Source System RAM + 6GB)
- Storage overhead (Source System + 10%)
Note: CPU virtualisation and RAM overhead will be added to
vSphere VMs at time of creation.
When using Enhanced Testing, it is recommended to change the target system to use DHCP/Custom IP. This will allow you to test during replications without interfering with the source machine.
Recover to existing testing target
for more
information.
200
{ "os": "Red Hat Enterprise Linux 6", "arch": "x64", "hostname": "", "diskNo": 1, "disks": [{ "type": "LinuxDisk", "size": 21474836480, "name": "/dev/sda", "selected": true, "bootDisk": true, "systemDisk": true, "mbrDisk": true, "gptDisk": false, "diskNo": 0, "bytesPerSector": 512, "guid": null, "partitions": [{ "size": 524288000, "name": "/dev/sda1", "selected": true, "filesystem": null, "raidName": null, "id": 2147483647, "mountPoints": ["/boot"], "bootPartition": true, "systemPartition": false, "msr": false, "efi": false, "mountedFolder": false, "raid": false, "mountCount": 1, "valid": false, "identifier": "/boot", "sizeKB": 512000, "sizeMB": 500, "sizeGB": 0 }, { "size": 20949499904, "name": "/dev/sda2", "selected": true, "filesystem": null, "raidName": null, "id": 2147483647, "mountPoints": null, "bootPartition": false, "systemPartition": false, "msr": false, "efi": false, "mountedFolder": false, "raid": false, "mountCount": 0, "valid": true, "identifier": "/dev/sda2", "sizeKB": 20458496, "sizeMB": 19979, "sizeGB": 19 } ], "children": [{ "size": 524288000, "name": "/dev/sda1", "selected": true, "filesystem": null, "raidName": null, "id": 2147483647, "mountPoints": ["/boot"], "bootPartition": true, "systemPartition": false, "msr": false, "efi": false, "mountedFolder": false, "raid": false, "mountCount": 1, "valid": false, "identifier": "/boot", "sizeKB": 512000, "sizeMB": 500, "sizeGB": 0 }, { "size": 0, "name": "vg_kpsrh6x64", "selected": true, "uuid": "4E30zI-6mU8-MwKT-42Aw-L8M9-n2IG-h81nXR", "logicalVolumes": [{ "size": 18798870528, "name": "lv_root", "selected": true, "systemVolume": true, "bootVolume": false, "uuid": "CDcBkv-0Qsp-MHUn-yu30-2wgb-81xQ-9IPyXi", "mountPoints": ["/"], "id": 0, "amended": true, "valid": false, "fullName": "vg_kpsrh6x64-lv_root", "sizeKB": 18358272, "sizeMB": 17928, "sizeGB": 17 }, { "size": 2147483648, "name": "lv_swap", "selected": true, "systemVolume": false, "bootVolume": false, "uuid": "5ikb3v-h8NU-3dvl-HqNV-hHkW-vduZ-qRVmxM", "mountPoints": [], "id": 2147483647, "amended": true, "valid": true, "fullName": "vg_kpsrh6x64-lv_swap", "sizeKB": 2097152, "sizeMB": 2048, "sizeGB": 2 } ], "physicalVolumes": [{ "size": 20946354176, "name": "/dev/sda2", "selected": true, "systemVolume": false, "bootVolume": false, "valid": true, "fullName": "vg_kpsrh6x64-/dev/sda2", "sizeKB": 20455424, "sizeMB": 19976, "sizeGB": 19 } ], "childCount": 1, "systemVolumeGroup": true, "bootVolumeGroup": false, "valid": false, "sizeKB": 0, "sizeMB": 0, "sizeGB": 0 } ], "raidName": null, "raidDisk": false, "volumeGroups": [{ "size": 0, "name": "vg_kpsrh6x64", "selected": true, "uuid": "4E30zI-6mU8-MwKT-42Aw-L8M9-n2IG-h81nXR", "logicalVolumes": [{ "size": 18798870528, "name": "lv_root", "selected": true, "systemVolume": true, "bootVolume": false, "uuid": "CDcBkv-0Qsp-MHUn-yu30-2wgb-81xQ-9IPyXi", "mountPoints": ["/"], "id": 0, "amended": true, "valid": false, "fullName": "vg_kpsrh6x64-lv_root", "sizeKB": 18358272, "sizeMB": 17928, "sizeGB": 17 }, { "size": 2147483648, "name": "lv_swap", "selected": true, "systemVolume": false, "bootVolume": false, "uuid": "5ikb3v-h8NU-3dvl-HqNV-hHkW-vduZ-qRVmxM", "mountPoints": [], "id": 2147483647, "amended": true, "valid": true, "fullName": "vg_kpsrh6x64-lv_swap", "sizeKB": 2097152, "sizeMB": 2048, "sizeGB": 2 } ], "physicalVolumes": [{ "size": 20946354176, "name": "/dev/sda2", "selected": true, "systemVolume": false, "bootVolume": false, "valid": true, "fullName": "vg_kpsrh6x64-/dev/sda2", "sizeKB": 20455424, "sizeMB": 19976, "sizeGB": 19 } ], "childCount": 1, "systemVolumeGroup": true, "bootVolumeGroup": false, "valid": false, "sizeKB": 0, "sizeMB": 0, "sizeGB": 0 } ], "valid": false, "signatureString": "0x0005f674", "sizeKB": 20971520, "sizeMB": 20480, "sizeGB": 20 } ], "cpuCount": 1, "ramSizeInMB": 2000, "efiSys": "BIOS", "netWorkInfo": [{ "hostname": "KPS-RH6X64", "ipAddr": "10.10.19.97", "netMask": "255.0.0.0", "macAddr": "00:0c:29:2c:ae:aa", "gateway": "10.0.1.100", "nameServer": "10.0.1.110", "description": "eth0", "dhcp": false }, { "hostname": "KPS-RH6X64", "ipAddr": "192.168.122.1", "netMask": "255.255.255.0", "macAddr": "52:54:00:5b:13:3d", "gateway": "", "nameServer": "10.0.1.110", "description": "virbr0", "dhcp": false } ], "isHourlyBilling": false }
CristieEvent
returned to
check progress & check for completition using the event
uuid
.
204
?uuid=<machine uuid>
query
parameter.200
{ "id": null, "uuid": "ddf76820-8265-43ee-a315-4e96d3a1373c", "task": "Enhanced Testing", "status": "In Progress", "details": "Starting Enhanced Testing", "completed": false, "percent": 0, "source": "CM7-WIN2016", "target": "CM-WIN2016", "result": null, "modifiedTimestamp": 0, "user": "Administrator", "blockId": 0, "startTime": 1589294268279, "finishTime": null, "error": 0, "scheduleReference": null, "type": 1 }
You must have performed at least 1 successful replication before you can run a test.
200
{ "id": null, "uuid": "ddf76820-8265-43ee-a315-4e96d3a1373c", "task": "Enhanced Testing", "status": "In Progress", "details": "Stopping Enhanced Testing", "completed": false, "percent": 0, "source": "CM7-WIN2016", "target": "CM-WIN2016", "result": null, "modifiedTimestamp": 0, "user": "Administrator", "blockId": 0, "startTime": 1589294268279, "finishTime": null, "error": 0, "scheduleReference": null, "type": 1 }
200
{ "id": null, "uuid": "ddf76820-8265-43ee-a315-4e96d3a1373c", "task": "Rebooting Group", "status": "In Progress", "details": "Rebooting systems in job: jobname", "completed": false, "percent": 0, "source": "VA", "target": "JOB NAME", "result": null, "modifiedTimestamp": 0, "user": "Administrator", "blockId": 0, "startTime": 1589294268279, "finishTime": null, "error": 0, "scheduleReference": null, "type": 1 }
200
{ "id": null, "uuid": "ddf76820-8265-43ee-a315-4e96d3a1373c", "task": "Reboot", "status": "In Progress", "details": "Rebooting system", "completed": false, "percent": 0, "source": "VA", "target": "VM-NAME", "result": null, "modifiedTimestamp": 0, "user": "Administrator", "blockId": 0, "startTime": 1589294268279, "finishTime": null, "error": 0, "scheduleReference": null, "type": 1 }
200
{ "id": null, "uuid": "fd88820d-ed30-47d6-9fca-88727868016d", "task": "Software Deployment", "status": "In Progress", "details": "Deploying TBMR to 10.10.21.23", "completed": false, "percent": 0, "source": "VA", "target": "10.10.21.13", "result": null, "modifiedTimestamp": 0, "user": "Administrator", "blockId": 0, "startTime": 1584033972581, "finishTime": null, "error": 0, "scheduleReference": null, "type": 1 }
CristieEvent
returned to
check progress & check for completition using the event
uuid
.
200
{ "id": null, "uuid": "fd88820d-ed30-47d6-9fca-88727868016d", "task": "Software Deployment", "status": "Completed", "details": "Successfully deployed TBMR to 10.10.21.23", "completed": true, "percent": 0, "source": "VA", "target": "10.10.21.13", "result": null, "modifiedTimestamp": 1584029582380545, "user": "Administrator", "blockId": 0, "startTime": 1584029579058, "finishTime": 1584029582379, "error": 0, "scheduleReference": null, "type": 1 }
Completed
or
Failed
200
[{ "id": null, "uuid": "5594474f-c59a-4307-bb79-9f33df26f2e2", "task": "Recovery", "status": "In Progress", "details": "Recovery starting", "completed": false, "percent": 0, "source": "AUTOTEST-CENTOS7.3", "target": "target-machine-name", "result": null, "modifiedTimestamp": 0, "user": "Administrator", "startTime": 1584091980544, "finishTime": null, "error": 0, "scheduleReference": "1", "type": 1 } ]
CristieEvents
as you can
recover multiple machines in the same call.
You can monitor the
CristieEvents
returned to
check progress & check for completition using the event
uuid
.
200
[{ "id": null, "uuid": "d84dde8e-7681-48c1-b82b-9ff8cc1682a4", "task": "Recovery", "status": "In Progress", "details": "Recovery starting", "completed": false, "percent": 0, "source": "AUTOTEST-CENTOS7.3", "target": "RS-np-centos73efi", "result": null, "modifiedTimestamp": 0, "user": "Administrator", "startTime": 1584092853311, "finishTime": null, "error": 0, "scheduleReference": "2", "type": 1 } ]
CristieEvents
as you can
recover multiple machines in the same call.
You can monitor the
CristieEvents
returned to
check progress & check for completition using the event
uuid
.
200
{ "os": "Red Hat Enterprise Linux 7", "arch": "x64", "hostname": "", "diskNo": 1, "disks": [{ "type": "LinuxDisk", "size": 32212254720, "name": "/dev/sda", "selected": true, "bootDisk": true, "systemDisk": true, "mbrDisk": false, "gptDisk": true, "diskNo": 0, "bytesPerSector": 512, "guid": null, "partitions": [{ "size": 209715200, "name": "/dev/sda1", "selected": true, "filesystem": null, "raidName": null, "id": 2147483647, "mountPoints": ["/boot/efi"], "bootPartition": false, "systemPartition": false, "msr": false, "efi": false, "mountedFolder": false, "raid": false, "mountCount": 1, "valid": true, "identifier": "/boot/efi", "sizeKB": 204800, "sizeMB": 200, "sizeGB": 0 }, { "size": 1073741824, "name": "/dev/sda2", "selected": true, "filesystem": null, "raidName": null, "id": 2147483647, "mountPoints": ["/boot"], "bootPartition": true, "systemPartition": false, "msr": false, "efi": false, "mountedFolder": false, "raid": false, "mountCount": 1, "valid": false, "identifier": "/boot", "sizeKB": 1048576, "sizeMB": 1024, "sizeGB": 1 }, { "size": 30926700544, "name": "/dev/sda3", "selected": true, "filesystem": null, "raidName": null, "id": 2147483647, "mountPoints": null, "bootPartition": false, "systemPartition": false, "msr": false, "efi": false, "mountedFolder": false, "raid": false, "mountCount": 0, "valid": true, "identifier": "/dev/sda3", "sizeKB": 30201856, "sizeMB": 29494, "sizeGB": 28 } ], "children": [{ "size": 209715200, "name": "/dev/sda1", "selected": true, "filesystem": null, "raidName": null, "id": 2147483647, "mountPoints": ["/boot/efi"], "bootPartition": false, "systemPartition": false, "msr": false, "efi": false, "mountedFolder": false, "raid": false, "mountCount": 1, "valid": true, "identifier": "/boot/efi", "sizeKB": 204800, "sizeMB": 200, "sizeGB": 0 }, { "size": 1073741824, "name": "/dev/sda2", "selected": true, "filesystem": null, "raidName": null, "id": 2147483647, "mountPoints": ["/boot"], "bootPartition": true, "systemPartition": false, "msr": false, "efi": false, "mountedFolder": false, "raid": false, "mountCount": 1, "valid": false, "identifier": "/boot", "sizeKB": 1048576, "sizeMB": 1024, "sizeGB": 1 }, { "size": 0, "name": "cl", "selected": true, "uuid": "jsIqTo-yaik-8dw3-H86I-e1k1-tweo-vmPYi5", "logicalVolumes": [{ "size": 27703377920, "name": "root", "selected": true, "systemVolume": true, "bootVolume": false, "uuid": "6vE5n1-3lOQ-jgTs-4anS-OB6B-KN7D-beuH1V", "mountPoints": ["/"], "id": 0, "amended": true, "valid": false, "fullName": "cl-root", "sizeKB": 27054080, "sizeMB": 26420, "sizeGB": 25 }, { "size": 3221225472, "name": "swap", "selected": true, "systemVolume": false, "bootVolume": false, "uuid": "uankXj-9jZQ-Vor2-9dkv-72cH-kI9D-9x9UMW", "mountPoints": [], "id": 2147483647, "amended": true, "valid": true, "fullName": "cl-swap", "sizeKB": 3145728, "sizeMB": 3072, "sizeGB": 3 } ], "physicalVolumes": [{ "size": 30924603392, "name": "/dev/sda3", "selected": true, "systemVolume": false, "bootVolume": false, "valid": true, "fullName": "cl-/dev/sda3", "sizeKB": 30199808, "sizeMB": 29492, "sizeGB": 28 } ], "childCount": 1, "systemVolumeGroup": true, "bootVolumeGroup": false, "valid": false, "sizeKB": 0, "sizeMB": 0, "sizeGB": 0 } ], "raidName": null, "volumeGroups": [{ "size": 0, "name": "cl", "selected": true, "uuid": "jsIqTo-yaik-8dw3-H86I-e1k1-tweo-vmPYi5", "logicalVolumes": [{ "size": 27703377920, "name": "root", "selected": true, "systemVolume": true, "bootVolume": false, "uuid": "6vE5n1-3lOQ-jgTs-4anS-OB6B-KN7D-beuH1V", "mountPoints": ["/"], "id": 0, "amended": true, "valid": false, "fullName": "cl-root", "sizeKB": 27054080, "sizeMB": 26420, "sizeGB": 25 }, { "size": 3221225472, "name": "swap", "selected": true, "systemVolume": false, "bootVolume": false, "uuid": "uankXj-9jZQ-Vor2-9dkv-72cH-kI9D-9x9UMW", "mountPoints": [], "id": 2147483647, "amended": true, "valid": true, "fullName": "cl-swap", "sizeKB": 3145728, "sizeMB": 3072, "sizeGB": 3 } ], "physicalVolumes": [{ "size": 30924603392, "name": "/dev/sda3", "selected": true, "systemVolume": false, "bootVolume": false, "valid": true, "fullName": "cl-/dev/sda3", "sizeKB": 30199808, "sizeMB": 29492, "sizeGB": 28 } ], "childCount": 1, "systemVolumeGroup": true, "bootVolumeGroup": false, "valid": false, "sizeKB": 0, "sizeMB": 0, "sizeGB": 0 } ], "raidDisk": false, "valid": false, "signatureString": "0x00000000", "sizeKB": 31457280, "sizeMB": 30720, "sizeGB": 30 } ], "cpuCount": 1, "ramSizeInMB": 3776, "efiSys": "EFI", "netWorkInfo": [{ "hostname": "np-centos73efi", "ipAddr": "10.10.11.218", "netMask": "255.0.0.0", "macAddr": "00:0c:29:f1:28:a8", "gateway": "10.0.1.100", "nameServer": "10.0.1.110", "description": "ens33", "dhcp": false }, { "hostname": "np-centos73efi", "ipAddr": "192.168.122.1", "netMask": "255.255.255.0", "macAddr": "52:54:00:ab:34:9b", "gateway": "", "nameServer": "10.0.1.110", "description": "virbr0", "dhcp": false } ], "isHourlyBilling": false }
200
{ "machines": [{ "addresses": ["10.1.4.89"], "commAddr": "10.1.4.89", "agentId": null, "uuid": "2fabe6dd-0a60-3c4f-8ceb-1cd0def21b49", "hostname": "cristie", "cpuArch": null, "username": null, "passwordStored": false, "recoveryEnvironment": true, "discoveryType": "AGENT", "operatingSystem": "Linux", "platform": "LINUX", "macAddress": "00:0c:29:02:9b:e8", "hypervisorType": "VSPHERE", "productInfo": { "licensed": false, "tokens": null, "licType": "NOT_LICENSED", "signature": "", "licExpiry": null, "contractId": 0, "rentalSync": false, "type": "TBMR", "version": "8.7.6", "nextAvailableVersion": "Unknown", "activationCode": null, "bmr": true }, "disrecDate": null, "lastUpdate": 1584092125000, "isoCreatedOn": null, "lastUpdated": 1584092125000, "port": 22, "backupStorage": null, "backupConfig": null, "backupStatus": null, "lastBackupStatus": null, "restoreStatus": null, "lastEvent": null, "forceNextFull": false, "newPassword": null, "events": [], "recovery": true }, { "addresses": ["10.10.67.20"], "commAddr": "10.10.67.20", "agentId": null, "uuid": "224dd283-5ab8-3a67-bcbd-9507f8e182c4", "hostname": "postman-rhel75", "cpuArch": null, "username": null, "passwordStored": false, "recoveryEnvironment": false, "discoveryType": "AGENT", "operatingSystem": "Linux", "platform": "LINUX", "macAddress": "00:0c:29:0d:f6:03", "hypervisorType": "VSPHERE", "productInfo": { "licensed": false, "tokens": null, "licType": "FULL", "signature": "TWE22VD5-YBPQJ6S4-RNDEET58-VFVCCZ8G", "licExpiry": 1924473600000, "contractId": 9999, "rentalSync": false, "type": "TBMR", "version": "8.7.1", "nextAvailableVersion": "Unknown", "activationCode": null, "bmr": true }, "disrecDate": 1584042360000, "lastUpdate": 1584067649000, "isoCreatedOn": null, "lastUpdated": 1584067649000, "port": 22, "backupStorage": null, "backupConfig": null, "backupStatus": null, "lastBackupStatus": null, "restoreStatus": null, "lastEvent": null, "forceNextFull": false, "newPassword": null, "events": [], "recovery": false } ] }
"recovery": true
"nextAvailableVersion": "Unknown"
are
already on the latest version.
200
{ "id": null, "uuid": "ddf76820-8265-43ee-a315-4e96d3a1373c", "task": "Rebooting Group", "status": "In Progress", "details": "Rebooting systems in job: jobname", "completed": false, "percent": 0, "source": "VA", "target": "JOB NAME", "result": null, "modifiedTimestamp": 0, "user": "Administrator", "blockId": 0, "startTime": 1589294268279, "finishTime": null, "error": 0, "scheduleReference": null, "type": 1 }
200
{ "id": null, "uuid": "ddf76820-8265-43ee-a315-4e96d3a1373c", "task": "Reboot", "status": "In Progress", "details": "Rebooting system", "completed": false, "percent": 0, "source": "VA", "target": "VM-NAME", "result": null, "modifiedTimestamp": 0, "user": "Administrator", "blockId": 0, "startTime": 1589294268279, "finishTime": null, "error": 0, "scheduleReference": null, "type": 1 }