Skip to main content

Get Laptop List

Get list of laptops

Query Parameters
  • edgemode boolean
  • additionalProperties boolean
Responses

Success


Schema

  • 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 int32

    Returns the job id of the last backup job performed.

  • status string

    Possible 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 int64

    Shows the time when the last back up job was carried out. The time is provided in unix time format.

  • failureReason string

    Gives 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

GET /v4/laptop    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
edgemode — query
additionalProperties — query
curl -L -X GET 'https://localhost/webconsole/api/V4/Laptop' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'