OBJECT

DataLocation

Description

Data Location.

link GraphQL Schema definition

  • type DataLocation {
  • # ID of the location.
  • id: String!
  • # Indicates whether the snapshots is retained beyond its expiration date for
  • # security reasons.
  • createDate: DateTime!
  • # Specifies if the data location is active.
  • isActive: Boolean!
  • # Specifies if the snapshot is archived.
  • isArchived: Boolean!
  • # Specifies the type of data location.
  • type: DataLocationName!
  • # Rubrik cluster UUID.
  • clusterUuid: UUID!
  • # The name of the data location.
  • name: String!
  • }

link Require by