INTERFACE
Target
Description
Target information used for archival or replication.
link GraphQL Schema definition
- interface Target {
- # The cluster to which this target belongs.
- Cluster! :
- # The type of the target.
- TargetType! :
- # The ID of the target.
- String! :
- # The name of the target.
- String! :
- # The scope of the location of the target. Possible values are Global or Local.
- LocationScope! :
- # Specifies whether the status of the target is active. When set to false, the
- # target is either paused or not enabled.
- Boolean! :
- # Specifies whether the target is archived.
- Boolean! :
- # Archival location to which the mapping target belongs.
- TargetMappingBasic :
- # Name of the Rubrik cluster that archives to this archival location.
- String :
- # Status of the target.
- ArchivalLocationStatus! :
- # Upgrade status of the target.
- UpgradeStatus! :
- # Number of bytes stored on the target.
- Long :
- # Number of archiving tasks running on this target.
- Int :
- # Number of archiving tasks failed on this target.
- Int :
- # The retrieval method of the reader target.
- ReaderRetrievalMethod :
- # List of archival groups the archival target belongs to. In case the target has
- # no valid mappings, a null array is returned.
- TargetMappingBasic!] : [
- # Status of the target.
- ConnectionStatusType! :
- }
link Require by
- CascadingArchivalLocationToClusterMappingMapping between the cascading archival location and the Rubrik cluster.
- CascadingArchivalSpecCascading archival specification info.
- CdmManagedAwsTargetSpecific info for AWS target created on Cdm.
- CdmManagedAzureTargetSpecific info for Azure target created on Cdm.
- CdmManagedGcpTargetSpecific info for Gcp target created on Cdm.
- CdmManagedGlacierTargetSpecific info for Glacier target created on Cdm.
- CdmManagedNfsTargetSpecific info for Nfs target created on Cdm.
- CdmManagedS3CompatibleTargetSpecific info for S3Compatible created on Cdm.
- CdmManagedTapeTargetSpecific information for Tape target created on CDM cluster.
- CdmTargetTarget-specific information created and synchronized from a Rubrik CDM cluster.
- Mutation
- Query
- RubrikManagedAwsTargetSpecific information for Amazon Web Services (AWS) target created on Rubrik.
- RubrikManagedAzureTargetSpecific information for Azure target created on Rubrik.
- RubrikManagedDcaTargetSpecific information for DCA archival target created on Rubrik cluster.
- RubrikManagedGcpTargetSpecific information for Google Cloud Platform (GCP) target created on Rubrik.
- RubrikManagedGlacierTargetInformation about the Amazon Glacier target created on Rubrik.
- RubrikManagedLckTargetSpecific information for LCK archival target created on Rubrik cluster.
- RubrikManagedNfsTargetSpecific information for Network File System (NFS) target created on Rubrik.
- RubrikManagedRcsTargetSpecific information for Rubrik Cloud Vault (RCV) target created on Rubrik.
- RubrikManagedS3CompatibleTargetSpecific information for Amazon S3 compatible target created on Rubrik.
- RubrikManagedTapeTargetTypeSpecific information for Q-star target created on Rubrik.
- TargetConnectionPaginated list of Target objects with additional pagination information. Use `nodes` if per-object cursors are not needed. Each page of the results will include at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- TargetEdgeWrapper around the Target object. This wrapper is used for pagination.
- TargetMappingTarget mapping information.