ModificationTimestamps Data Type

Properties
name data type description
nodeConfigModificationTime number
tasksModificationTime number
vmsModificationTime number
appsModificationTime number
storageModificationTime number
globalSettingsModificationTime number
backupDestinations array of BackupDestinationListRecord

Example

{
  "nodeConfigModificationTime" : 12345,
  "tasksModificationTime" : 12345,
  "vmsModificationTime" : 12345,
  "appsModificationTime" : 12345,
  "storageModificationTime" : 12345,
  "globalSettingsModificationTime" : 1451649601000,
  "backupDestinations" : [ {
    "guid" : "...",
    "name" : "...",
    "totalAvailableSpace" : 12345,
    "totalUsedSpace" : 12345,
    "nodeConfigCount" : 12345,
    "nodeInitErrors" : {
      "property1" : "...",
      "property2" : "..."
    },
    "totalDedupUsedSpace" : 12345,
    "totalDedupAvailableSpace" : 12345,
    "warnings" : [ "...", "..." ],
    "defaultBackupDestination" : true,
    "spaceThreshold" : 12345,
    "description" : "...",
    "backupDestinationForCloud" : true,
    "state" : "INITIALIZATION_FAILED",
    "configurationWarning" : "...",
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "modificationTime" : 1451649601000
  }, {
    "guid" : "...",
    "name" : "...",
    "totalAvailableSpace" : 12345,
    "totalUsedSpace" : 12345,
    "nodeConfigCount" : 12345,
    "nodeInitErrors" : {
      "property1" : "...",
      "property2" : "..."
    },
    "totalDedupUsedSpace" : 12345,
    "totalDedupAvailableSpace" : 12345,
    "warnings" : [ "...", "..." ],
    "defaultBackupDestination" : true,
    "spaceThreshold" : 12345,
    "description" : "...",
    "backupDestinationForCloud" : true,
    "state" : "INITIALIZING",
    "configurationWarning" : "...",
    "type" : {
      "name" : "...",
      "description" : "..."
    },
    "modificationTime" : 12345
  } ]
}