LiveBackupCopy
A live backup copy created for an environment.
type LiveBackupCopy {
config: LiveBackupCopyConfig!
copyId: String!
createdAt: Date!
error: String
expiresAt: Date
finishedAt: Date
size: BigInt
status: LiveBackupCopyStatus!
}
Fields
LiveBackupCopy.config ● LiveBackupCopyConfig! non-null object common
The configuration used to create the copy.
LiveBackupCopy.copyId ● String! non-null scalar common
The unique identifier for the copy.
LiveBackupCopy.createdAt ● Date! non-null scalar common
When the copy was created.
LiveBackupCopy.error ● String scalar common
The error message, if the copy failed.
LiveBackupCopy.expiresAt ● Date scalar common
When the copy expires.
LiveBackupCopy.finishedAt ● Date scalar common
When the copy finished.
LiveBackupCopy.size ● BigInt scalar common
The size of the copy in bytes.
LiveBackupCopy.status ● LiveBackupCopyStatus! non-null enum common
The current status of the copy.
Member Of
AppEnvironment object