NSX-T Data Center REST API

IntervalBackupSchedule (type)

{
  "extends": {
    "$ref": "BackupSchedule"
  },
  "id": "IntervalBackupSchedule",
  "module_id": "BackupConfiguration",
  "polymorphic-type-descriptor": {
    "type-identifier": "IntervalBackupSchedule"
  },
  "properties": {
    "resource_type": {
      "enum": [
        "WeeklyBackupSchedule",
        "IntervalBackupSchedule"
      ],
      "required": true,
      "title": "Schedule type",
      "type": "string"
    },
    "seconds_between_backups": {
      "default": 3600,
      "maximum": 86400,
      "minimum": 300,
      "title": "Time interval in seconds between two consecutive automated backups",
      "type": "integer"
    }
  },
  "title": "Schedule to specify the interval time at which automated backups need to be taken",
  "type": "object"
}