createAzureTarget
Creates an Azure archival target on the Rubrik cluster.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | CreateAzureTargetInput! | Request for creating a new Azure target. |
Returns
Sample
mutation CreateAzureTarget($input: CreateAzureTargetInput!) {
createAzureTarget(input: $input) {
clusterName
consumedBytes
failedTasks
id
isActive
isArchived
isComplianceImmutabilitySupported
locationConnectionStatus
locationScope
name
readerRetrievalMethod
runningTasks
status
targetType
upgradeStatus
}
}
{
"input": {
"accessKey": "example-string",
"bypassProxy": true,
"cloudAccountId": "00000000-0000-0000-0000-000000000000",
"clusterUuid": "00000000-0000-0000-0000-000000000000",
"containerName": "example-string",
"instanceType": "AZURE_CHINA",
"isConsolidationEnabled": true,
"name": "example-string",
"storageAccountName": "example-string"
}
}