Get Laptop List
Get list of laptops
Query Parameters
- edgemode boolean
- additionalProperties boolean
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- MOD2
- id int32
id of the laptop client
- name string
name of the laptop client
- lastBackupTime int32
This specifies the last backup time (in unix timestamp)
lastBackupJobInfo object
jobId int32Returns the job id of the last backup job performed.
status stringPossible values: [
NEVER_BACKED_UP
,COMPLETED
,FAILED
,COMPLETED_WITH_ERRORS
,KILLED
,SUSPENDED
,INTERRUPTED
,ANY_STATUS
,SKIPPED
,FAILED_TO_START
,SYNCHRONIZED
,NOT_SYNCHRONIZED
,NOT_ATTEMPTED
,STARTED
,COMPLETED_WITH_WARNINGS
,SYSTEM_FAILED
,COMMITTED
]Status of the last backup job performed.
time int64Shows the time when the last back up job was carried out. The time is provided in unix time format.
failureReason stringGives the reason for the last backup job failing, if the last backup job fails.
- totalBackupSize int32
This specifies the total backup size (in bytes)
- nextBackupTime int32
This species the timestamp (in unix timestamp) of the next scheduled backup
- slaStatus string
Possible values: [
MET_SLA
,MISSED_SLA
,EXCLUDED_SLA
,YET_TO_BE_PROTECTED
,MIGHT_MISS_SLA
,UNKNOWN
]Provides the SLA status.
- slaReason string
reason for the current sla status
- id int32
id of the laptop
- name string
name of the laptop
owners object[]
id int32name string- username string
comma seperated value for username of the laptop
- email string
comma seperated value for email of the laptop
- configured boolean
defines if the laptop is configured or not
lastBackupJobInfo object
jobId int32Returns the job id of the last backup job performed.
status stringPossible values: [
NEVER_BACKED_UP
,COMPLETED
,FAILED
,COMPLETED_WITH_ERRORS
,KILLED
,SUSPENDED
,INTERRUPTED
,ANY_STATUS
,SKIPPED
,FAILED_TO_START
,SYNCHRONIZED
,NOT_SYNCHRONIZED
,NOT_ATTEMPTED
,STARTED
,COMPLETED_WITH_WARNINGS
,SYSTEM_FAILED
,COMMITTED
]Status of the last backup job performed.
time int64Shows the time when the last back up job was carried out. The time is provided in unix time format.
failureReason stringGives the reason for the last backup job failing, if the last backup job fails.
- totalBackupSize int32
application size (in bytes) for the laptop
plan object
id int32name stringsla object
status stringPossible values: [
MET_SLA
,MISSED_SLA
,EXCLUDED_SLA
,YET_TO_BE_PROTECTED
,MIGHT_MISS_SLA
,UNKNOWN
]Provides the SLA status.
reasonList object[]
Provides a reason on why the SLA might not be met.
mightMissReason stringGives the reason as to why the SLA might not be met.
subclient object
id int32name string- slaReason string
reason for the current sla status
- lastSuccessfulBackup int32
time (in unix timestamp) for the last successful backup
tags object[]
id int32name stringtype string
[
{
"id": 0,
"name": "string",
"lastBackupTime": 0,
"lastBackupJobInfo": {
"jobId": 0,
"status": "NEVER_BACKED_UP",
"time": 0,
"failureReason": "string"
},
"totalBackupSize": 0,
"nextBackupTime": 0,
"slaStatus": "MET_SLA",
"slaReason": "string"
}
]