createGlacierReaderTarget
Create a reader target of type Glacier on a Rubrik cluster.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | CreateGlacierReaderTargetInput! | Request for creating a new Glacier reader target. |
Returns
Sample
mutation CreateGlacierReaderTarget($input: CreateGlacierReaderTargetInput!) {
createGlacierReaderTarget(input: $input) {
clusterName
consumedBytes
failedTasks
id
isActive
isArchived
isComplianceImmutabilitySupported
locationConnectionStatus
locationScope
name
readerRetrievalMethod
runningTasks
status
targetType
upgradeStatus
}
}