OBJECT

RubrikManagedDcaTarget

Description

Specific information for DCA archival target created on Rubrik cluster.

link GraphQL Schema definition

  • type RubrikManagedDcaTarget implements Target {
  • # Name of the DCA target.
  • name: String!
  • # Amazon S3 endpoint of the DCA target.
  • s3Endpoint: String!
  • # Role name provided for the DCA target.
  • roleName: String!
  • # Agency provided for the DCA target.
  • agency: String!
  • # Certificate content provided for the DCA target.
  • certificateContent: String!
  • # KMS master key provided for the DCA target.
  • kmsMasterKeyId: String!
  • # Token duration in minutes of the DCA target.
  • tokenDuration: Int!
  • # Connection status of the DCA target.
  • connectionStatus: ConnectionStatusType!
  • # Bucket name of the DCA target.
  • bucketName: String!
  • # CAP endpoint of the DCA target.
  • capEndpoint: String!
  • # Mission of the DCA target.
  • mission: String!
  • # Region of the DCA target.
  • region: AwsDcaRegion!
  • # RSA key of the DCA target.
  • rsaKey: String!
  • # Synchronization status of DCA location.
  • syncStatus: TargetSyncStatus!
  • # Reason for the synchronization failure between this target and Rubrik CDM.
  • syncFailureReason: String!
  • # Encryption type provided for the DCA target.
  • encryptionType: TargetEncryptionTypeEnum!
  • # AWS retrieval tier of the DCA target.
  • awsRetrievalTier: AwsRetrievalTier!
  • # Storage class of the DCA target.
  • storageClass: AwsStorageClass!
  • # The cluster to which this target belongs.
  • cluster: Cluster!
  • # The type of the target.
  • targetType: TargetType!
  • # The ID of the target.
  • id: String!
  • # The scope of the location of the target. Possible values are Global or Local.
  • locationScope: LocationScope!
  • # Specifies whether the status of the target is active. When set to false, the
  • # target is either paused or not enabled.
  • isActive: Boolean!
  • # Specifies whether the target is archived.
  • isArchived: Boolean!
  • # Archival location to which the mapping target belongs.
  • targetMapping: TargetMappingBasic
  • # Name of the Rubrik cluster that archives to this archival location.
  • clusterName: String
  • # Status of the target.
  • status: ArchivalLocationStatus!
  • # Upgrade status of the target.
  • upgradeStatus: UpgradeStatus!
  • # Number of bytes stored on the target.
  • consumedBytes: Long
  • # Number of archiving tasks running on this target.
  • runningTasks: Int
  • # Number of archiving tasks failed on this target.
  • failedTasks: Int
  • # The retrieval method of the reader target.
  • readerRetrievalMethod: ReaderRetrievalMethod
  • # List of archival groups the archival target belongs to. In case the target has
  • # no valid mappings, a null array is returned.
  • targetMappingBasic: [TargetMappingBasic!]
  • # Status of the target.
  • locationConnectionStatus: ConnectionStatusType!
  • }

link Require by

This element is not required by anyone