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


Advanced Bucket Management Operations : Data Policy Operations : Get Azure Data Replication Rule

Get Azure Data Replication Rule
Description
Get information about the specified Azure data replication rule.
Requests
Syntax
GET http[s]://{datapathDNSname}/_rest_/azure_data_replication_rule/
{data replication rule UUID or other unique attribute}/
To determine the UUID for an Azure data replication rule, see Get Azure Data Replication Rules.
Responses
Response Elements
<Data>
   <DataPolicyId>{
string}</DataPolicyId>
   <Id>{string}</Id>
   <MaxBlobPartSizeInBytes>
     {64-bit integer}
   </MaxBlobPartSizeInBytes>
   <ReplicateDeletes>TRUE|FALSE</ReplicateDeletes
   <State>NORMAL</State>
   <TargetId>{string}</TargetId>
   <Type>PERMANENT|RETIRED</Type>
</Data>
where the response elements are defined as follows:
Values: TRUE, FALSE
The state of the persistence rule. Value: NORMAL — The persistence rule is in a normal, included state.
Values: PERMANENT
Example
Sample Request
This request gets information about the Azure data replication rule with the UUID 28b7a84f-347b-4937-8c1d-0b697a6f04de.
GET http://blackpearl-hostname/_rest_/azure data_replication_rule/28b7a84f-347b-4937-8c1d-0b697a6f04de/ HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <DataPolicyId>
     bd42cb6b-875e-4d02-8109-8ee349453111
   </DataPolicyId>
   <Id>86536861-9067-404b-8472-bcadf5a9fe1b</Id>
   <MaxBlobPartSizeInBytes>
     1073741824</MaxBlobPartSizeInBytes>
   <ReplicateDeletes>TRUE</ReplicateDeletes
   <State>NORMAL</State>
   <TargetId>46438485-c87e-4ab9-94ec-00fa12571869</TargetId>
   <Type>PERMANENT</Type>
</Data>