ENUM

SystemBackupExportStatus

The status of an export attempt of a system backup.

link GraphQL Schema definition

  • enum SystemBackupExportStatus {
  • # The export of the system backup is pending.
  • PENDING
  • # The export of the system backup has successfully completed.
  • SUCCESSFUL
  • # The export of the system backup has failed.
  • FAILED
  • }