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


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

Verify Azure Target
Description
Verifies connectivity to the Azure target and that the Administrator credentials are correct. If full_details is specified, the operation verifies that all data expected to reside on the target does in fact reside there.
Requests
Syntax
PUT http[s]://{datapathDNSname}/_rest_/azure_target/{Azure target instance UUID, name, or other unique attribute}?operation=VERIFY[&full_details]
To determine the UUID for an Azure target instance, see Get Azure Targets.
Request Parameters 
If included, the operation verifies that all data expected to reside on the target does in fact reside there.
Responses
Response Elements
<Data>
   <AccountKey>{
string}</AccountKey>
   <AccountName>{string}</AccountName>
   <AutoVerifyFrequencyInDays>{string}</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>{string}</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 confirms connectivity to the Azure target and verifies the credentials of the administrator.
PUT http[s]://blackpearl-hostname/_rest_/azure_target/AzureTarget?operation=VERIFY HTTP/1.1
Sample Response
HTTP/1.1 201 CREATED
<Data>
   <AccountKey>Qb420x1</AccountKey>
   <AccountName>BackupAdmin</AccountName>
   <AutoVerifyFrequencyInDays/>
   <CloudBucketPrefix/>
   <DefaultReadPreference>MINIMUM_LATENCY</DefaultReadPreference>
   <Https>TRUE</Https>
   <Id>91e7b12f-112a-4d27-b4b1-b81cd861dd30</Id>
   <LastFullyVerified/>
   <Name>AzureTarget</Name>
   <PermitGoingOutOfSync>FALSE</PermitGoingOutOfSync>
   <Quiesced>NO</Quiesced>
   <State>ONLINE</State>
</Data>
 
DS3 Replication Target Commands