Get Laptop List
Get list of laptops
Query Parameters
- edgemode boolean
- additionalProperties boolean
Responses
- 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
- 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[]
- 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
- totalBackupSize int32
application size (in bytes) for the laptop
plan object
sla object
- slaReason string
reason for the current sla status
- lastSuccessfulBackup int32
time (in unix timestamp) for the last successful backup
tags object[]
[
{
"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"
}
]
GET /v4/laptop
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://localhost/webconsole/api/V4/Laptop' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Laptop' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Laptop' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Laptop' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Laptop' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Laptop' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://localhost/webconsole/api/V4/Laptop' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'