name | data type | constraints | description |
---|---|---|---|
sshHost | string | ||
sshPort | number | ||
credential | CredentialDetails | ||
sshKeyPath | string | ||
backupCount | number | required | |
rules | array of NameAndGuid | ||
name | string | ||
type | ProtectedEntityType | ||
backupUpToDate | boolean | ||
firstName | string | ||
restorable | boolean | required | |
lastName | string | ||
lastSuccessfulBackupSize | number | ||
string | |||
displayName | string | ||
lastSuccessfulFullBackupSize | number | ||
locked | boolean | required | |
warningsPresent | boolean | required | |
beingDeleted | boolean | required | |
lastSuccessfulFullBackup | NameAndGuid | ||
externalSourceId | string | ||
cloudServiceProvider | CloudServiceProviderDetails | ||
lastSuccessfulIncBackup | NameAndGuid | ||
policy | CloudBackupPolicyDetailsWithoutPE | ||
averageProgress | number | ||
lastChainMarkedForDeletion | boolean | required | |
present | boolean | required | |
userPurpose | CloudUserPurpose | ||
guid | string | ||
totalBackupSize | number | ||
lastBackup | number |
Example
{ "sshHost" : "...", "sshPort" : 12345, "credential" : { "guid" : "...", "name" : "...", "user" : "...", "secretKey" : "...", "sshKey" : "...", "sshKeyPath" : "...", "powerShellTransportType" : "CREDSSP" }, "sshKeyPath" : "...", "backupCount" : 12345, "rules" : [ { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, { "guid" : "...", "name" : "..." } ], "name" : "...", "type" : "OS", "backupUpToDate" : true, "firstName" : "...", "restorable" : true, "lastName" : "...", "lastSuccessfulBackupSize" : 12345, "email" : "...", "displayName" : "...", "lastSuccessfulFullBackupSize" : 12345, "locked" : true, "warningsPresent" : true, "beingDeleted" : true, "lastSuccessfulFullBackup" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "externalSourceId" : "...", "cloudServiceProvider" : { "guid" : "...", "cloudServiceProviderType" : "MICROSOFT365", "name" : "...", "tenantId" : "...", "applications" : [ { "guid" : "...", "clientId" : "...", "clientSecret" : "...", "secretChanged" : true }, { "guid" : "...", "clientId" : "...", "clientSecret" : "...", "secretChanged" : true } ], "possibleActions" : [ "INVENTORY_SYNC", "READ" ], "nodeConfig" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "filterUser" : { "usageLocation" : [ "...", "..." ], "country" : [ "...", "..." ], "officeLocation" : [ "...", "..." ] } }, "lastSuccessfulIncBackup" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "policy" : { "rules" : [ { "guid" : "...", "name" : "...", "policy" : { }, "schedules" : [ { }, { } ], "vmCount" : 12345, "schedulesCount" : 12345, "position" : 12345, "active" : true, "removable" : true, "daysToKeepRetentionLock" : 12345 }, { "guid" : "...", "name" : "...", "policy" : { }, "schedules" : [ { }, { } ], "vmCount" : 12345, "schedulesCount" : 12345, "position" : 12345, "active" : true, "removable" : true, "daysToKeepRetentionLock" : 12345 } ], "name" : "...", "active" : true, "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "priority" : 50, "autoAssignSettings" : { "mode" : "DISABLED", "includeRegExps" : [ "...", "..." ], "cloudServiceProviders" : [ { }, { } ] }, "autoRemoveNonPresent" : true, "averageBackupSize" : 12345, "failRemainingBackupTasksExportThreshold" : 12345.0, "failRemainingBackupTasksStoreThreshold" : 12345.0, "backupRetryCount" : 12345, "dailyReportEnabled" : true, "mailingList" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "cloudFeatures" : [ { "name" : "ENUM_NAME", "description" : "Enum description" }, { "name" : "...", "description" : "..." } ], "objectsTimeRange" : 12345, "backupDeletedItemsFolder" : true }, "averageProgress" : 12345.0, "lastChainMarkedForDeletion" : true, "present" : true, "userPurpose" : "OTHERS", "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "totalBackupSize" : 12345, "lastBackup" : 1451649601000 }