OBJECT

MosaicSnapshot

Description

Mosaic Snapshot information.

link GraphQL Schema definition

  • type MosaicSnapshot {
  • # ID of the snapshot.
  • id: String!
  • # ID of the Mosaic cluster.
  • clusterUuid: UUID!
  • # The workload ID.
  • workloadId: String!
  • # Time of expiration.
  • expirationTime: DateTime
  • # Time of the snapshot version.
  • version: DateTime!
  • # State of the snapshot version.
  • versionState: String
  • # Snapshot size information.
  • dbInfo: String
  • # Duration of the snapshot job.
  • jobDuration: Int
  • # Snapshot type.
  • snapshotType: MosaicSnapshotType!
  • # SLA domain of the snapshot.
  • slaDomain: SlaDomain
  • }