Get Laptop Device Properties
Select
SaaS
Customer Managed
This operation returns the properties associated with a laptop device.
Path Parameters
- deviceId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
error object
errorMessage stringerrorCode integerclientsFileSystem object[]
clientStatus integerisOwner booleanisLocked booleantotalBackupSize integerbackupSize integerdirDelim stringbShowActivateOption booleanisSyncAllowed booleanisIndexingV2 booleanisUserCentricClient booleancapabilities integerisClientDeconfigured integersubclientStatus integerspecialClientFlags integernextBackupTime object
_type_ integertime integerlastDataProtectedTime object
_type_ integertime integerlastSuccessBackupTime object
_type_ integertime integerlastBackupTime object
_type_ integertime integerlastOfflineTime object
_type_ integertime integercontents object
content object[]
modifyTime integercreateTime integervalueType integervalue stringclientOwners object
owners object[]
userId integer_type_ integeruserName stringsubClient object
hostName stringclientName stringbackupsetId integer_type_ integerinstanceId integersubclientId integerclientId integerapplicationId integerlastOnlineTime object
_type_ integertime integer
{
"error": {
"errorMessage": "string",
"errorCode": 0
},
"clientsFileSystem": [
{
"clientStatus": 0,
"isOwner": true,
"isLocked": true,
"totalBackupSize": 0,
"backupSize": 0,
"dirDelim": "string",
"bShowActivateOption": true,
"isSyncAllowed": true,
"isIndexingV2": true,
"isUserCentricClient": true,
"capabilities": 0,
"isClientDeconfigured": 0,
"subclientStatus": 0,
"specialClientFlags": 0,
"nextBackupTime": {
"_type_": 0,
"time": 0
},
"lastDataProtectedTime": {
"_type_": 0,
"time": 0
},
"lastSuccessBackupTime": {
"_type_": 0,
"time": 0
},
"lastBackupTime": {
"_type_": 0,
"time": 0
},
"lastOfflineTime": {
"_type_": 0,
"time": 0
},
"contents": {
"content": [
{
"modifyTime": 0,
"createTime": 0,
"valueType": 0,
"value": "string"
}
]
},
"clientOwners": {
"owners": [
{
"userId": 0,
"_type_": 0,
"userName": "string"
}
]
},
"subClient": {
"hostName": "string",
"clientName": "string",
"backupsetId": 0,
"_type_": 0,
"instanceId": 0,
"subclientId": 0,
"clientId": 0,
"applicationId": 0
},
"lastOnlineTime": {
"_type_": 0,
"time": 0
}
}
]
}
{
"error": {
"errorMessage": "",
"errorCode": 0
},
"clientsFileSystem": [
{
"clientStatus": 4096,
"isOwner": true,
"isLocked": false,
"totalBackupSize": 0,
"backupSize": 0,
"dirDelim": "/",
"bShowActivateOption": true,
"isSyncAllowed": true,
"isIndexingV2": true,
"isUserCentricClient": false,
"capabilities": 4328650366975,
"isClientDeconfigured": 0,
"subclientStatus": 8,
"specialClientFlags": 0,
"nextBackupTime": {
"_type_": 55,
"time": 0
},
"lastDataProtectedTime": {
"_type_": 55,
"time": 0
},
"lastSuccessBackupTime": {
"_type_": 55,
"time": 0
},
"lastBackupTime": {
"_type_": 55,
"time": 1519933763
},
"lastOfflineTime": {
"_type_": 55,
"time": 0
},
"contents": {
"content": [
{
"modifyTime": 0,
"createTime": 1519933759,
"valueType": 1,
"value": "/%Desktop%"
}
]
},
"clientOwners": {
"owners": [
{
"userId": 1,
"_type_": 13,
"userName": "testadmin"
},
{
"userId": 4,
"_type_": 13,
"userName": "test\\testuser"
},
{
"userId": 5,
"_type_": 13,
"userName": "commvault-nj/akollareddy"
}
]
},
"subClient": {
"hostName": "macvm1",
"clientName": "macvm1",
"backupsetId": 39,
"_type_": 7,
"instanceId": 1,
"subclientId": 40,
"clientId": 19,
"applicationId": 63
},
"lastOnlineTime": {
"_type_": 55,
"time": 1519935885
}
}
]
}
Loading...