ProtectedEntityBackupsSyncRequest Data Type

Properties
name data type description
backupDestination NameAndGuid
remoteVersions map of array of number
currentBackup NameAndGuid

Example

{
  "backupDestination" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "remoteVersions" : {
    "property1" : [ 12345, 12345 ],
    "property2" : [ 12345, 12345 ]
  },
  "currentBackup" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  }
}