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.
- # The export of the system backup has successfully completed.
- # The export of the system backup has failed.
- }
link Require by
- Querynull
- SystemBackupA backup of your Sonar instance's data.
- SystemBackupDestinationA configured destination to export system backups to.
- SystemBackupDestinationCredentialA credential used to authenticate against configured destinations to export system backups to.
- SystemBackupExportA log of a system backup export attempt.