ENUM

SystemBackupStatus

The status of a system backup

link GraphQL Schema definition

  • enum SystemBackupStatus {
  • # The system backup is pending.
  • PENDING
  • # The system backup is running.
  • IN_PROGRESS
  • # The system backup has successfully completed.
  • SUCCESSFUL
  • # The system backup has failed.
  • FAILED
  • }