OBJECT

RubrikManagedS3CompatibleTarget

Description

Specific information for Amazon S3 compatible target created on Rubrik.

link GraphQL Schema definition

  • type RubrikManagedS3CompatibleTarget implements Target {
  • # Access key for authentication to the S3Compatible target.
  • accessKey: String!
  • # Connection status of the S3Compatible target.
  • connectionStatus: ConnectionStatusType!
  • # Host of the S3Compatible location.
  • endpoint: String!
  • # Sync status of S3Compatible target.
  • syncStatus: TargetSyncStatus!
  • # Prefix of the S3Compatible target bucket.
  • bucketPrefix: String!
  • # Number of buckets in the S3Compatible target.
  • numberOfBuckets: Int!
  • # S3-compatible target subtype.
  • subType: S3CompatibleSubType!
  • # IBM subtype specific details.
  • ibmDetail: IbmCosDetailsType
  • # IBM subtype specific details.
  • ibmDetails: String! @deprecated( reason: "Deprecated: please use ibmDetail instead." )
  • # Immutability information of S3-compatible location.
  • immutabilitySettings: LocationImmutabilityType! @deprecated( reason: "Deprecated: please use immutabilitySetting instead." )
  • # Immutability information of S3-compatible location.
  • immutabilitySetting: LocationImmutabilityType
  • # Flag to check if consolidation is enabled or not in this target.
  • isConsolidationEnabled: Boolean!
  • # Encryption type to be used for the S3-compatible target.
  • encryptionType: TargetEncryptionTypeEnum!
  • # Flag to check if system proxy is being used in this target.
  • useSystemProxy: Boolean!
  • # Reason why sync of this target with CDM failed.
  • syncFailureReason: String!
  • # The cluster to which this target belongs.
  • cluster: Cluster!
  • # The type of the target.
  • targetType: TargetType!
  • # The ID of the target.
  • id: String!
  • # The name of the target.
  • name: 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