Get Azure and OnPrem Active Directory clients with their file system state
Select
Get Azure and OnPrem Active Directory clients with their file system state
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
error object
errorMessage stringerrorCode int32adClients object[]
appTypeId int32Azure Active Directory (139), Granular Active Directory (41) or File Server (33)
subclient object
id int32name stringbackupset object
id int32name stringclient object
id int32name stringdisplayName stringplan object
id int32name stringcompany object
id int32name stringfullName stringslaStatus stringPossible values: [
MET_SLA
,MISSED_SLA
,EXCLUDED_SLA
,YET_TO_BE_PROTECTED
,MIGHT_MISS_SLA
,UNKNOWN
]Provides the SLA status.
applicationSize int64numberOfItems int32isConfigured booleanisDisabledClient booleanuserAccount object
id int32name stringlastBackup 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.
lastSuccessfulBackup int32- totalADClients int32
{
"error": {
"errorMessage": "string",
"errorCode": 0
},
"adClients": [
{
"appTypeId": 0,
"subclient": {
"id": 0,
"name": "string"
},
"backupset": {
"id": 0,
"name": "string"
},
"client": {
"id": 0,
"name": "string",
"displayName": "string"
},
"plan": {
"id": 0,
"name": "string"
},
"company": {
"id": 0,
"name": "string",
"fullName": "string"
},
"slaStatus": "MET_SLA",
"applicationSize": 0,
"numberOfItems": 0,
"isConfigured": true,
"isDisabledClient": true,
"userAccount": {
"id": 0,
"name": "string"
},
"lastBackup": {
"jobId": 0,
"status": "NEVER_BACKED_UP",
"time": 0,
"failureReason": "string",
"lastSuccessfulBackup": 0
}
}
],
"totalADClients": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}