Spectra Logic
1-800-833-1132 : 1-303-449-6400


Advanced Bucket Management Operations : Replication Target Operations : Get Azure Target

Get Azure Target
Description
Get information about the specified Azure target.
Requests
Syntax
GET http[s]://{datapathDNSname}/_rest_/azure_target/{Azure target instance UUID, name, or other unique attribute}/
To determine the UUID for an Azure target, see Get Azure Targets.
Responses
Response Elements
<Data>
   <AccountKey>{string}</AccountKey>
   <AccountName>{string}</AccountName>
   <AutoVerifyFrequencyInDays>
      {
integer}
   </AutoVerifyFrequencyInDays>
   <CloudBucketPrefix>{string}</CloudBucketPrefix>
   <CloudBucketSuffix>{string}</CloudBucketSuffix>
   <DefaultReadPreference>
      MINIMUM_LATENCY|AFTER_ONLINE_POOL|AFTER_NEARLINE_POOL
      |AFTER_NON_EJECTABLE_TAPE|LAST_RESORT|NEVER
   </DefaultReadPreference>
   <Https>TRUE|FALSE</Https>
   <Id>{string}</Id>
   <LastFullyVerified>
      {
YYYY-MM-DDThh:mm:ss.xxxZ}
   </LastFullyVerified>
   <Name>{string}</Name>
   <PermitGoingOutOfSync>TRUE|FALSE</PermitGoingOutOfSync>
   <Quiesced>NO|PENDING|YES</Quiesced>
   <State>ONLINE|OFFLINE|LIMITED_ACCESS</State>
</Data>
 
where the response elements are defined as follows:
Values: MINIMUM_LATENCY, AFTER_ONLINE_POOL, AFTER_NEARLINE_POOL, AFTER_NON_EJECTABLE_TAPE, LAST_RESORT, NEVER. See read_preference.
Values: TRUE, FALSE.
The state of the Azure target.
Values: ONLINE, OFFLINE, LIMITED_ACCESS
Example
Sample Request
This request gets information about the Azure target with the name ‘TargetAzure’.
GET http[s]://blackpearl-hostname/_rest_/azure_target/TargetAzure HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <AccountKey>Pq1N85c4a</AccountKey>
   <AccountName>BackupAdmin</AccountName>
   <AutoVerifyFrequencyInDays/>
   <CloudBucketPrefix/>
   <CloudBucketSuffix/>
   <DefaultReadPreference>LAST_RESORT</DefaultReadPreference>
   <Https>TRUE</Https>
   <Id>8ea4b134-8a51-463d-9fd8-1948d19f6a7b</Id>
   <LastFullyVerified/>
   <Name>TargetAzure</Name>
   <PermitGoingOutOfSync>FALSE</PermitGoingOutOfSync>
   <Quiesced>NO</Quiesced>
   <State>ONLINE</State>
<Data>