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


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

Get DS3 Data Replication Rule
Description
Get information about the specified DS3 replication rule.
Requests
Syntax
GET http[s]://{datapathDNSname}/_rest_/ds3_data_replication_rule/{data replication rule UUID or other unique attribute}/
To determine the UUID for a DS3 data replication rule, see Get DS3 Data Replication Rules.
Responses
Response Elements
<Data>
   <DataPolicyId>{
string}</DataPolicyId>
   <Id>{string}</Id>
   <ReplicateDeletes>TRUE|FALSE</ReplicateDeletes>
   <State>NORMAL</State>
   <TargetDataPolicy>{string}</TargetDataPolicy>
   <TargetId>{string}</TargetId>
   <Type>PERMANENT</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 DS3 replication rule with the UUID 28b7a84f-347b-4937-8c1d-0b697a6f04de.
GET http://blackpearl-hostname/_rest_/ds3_data_replication_rule/28b7a84f-347b-4937-8c1d-0b697a6f04de/ HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <DataPolicyId>
   9dc1146c-44c8-46ec-8e9c-4d2507badfc2
   </DataPolicyId>
   <Id>d6083a44-dd10-4b03-9115-5ea2150f8bd1</Id>
   <ReplicateDeletes>TRUE</ReplicateDeletes>
   <State>NORMAL</State>
   <TargetDataPolicy/>
   <TargetId>b76837a2-4a13-40cb-a964-59967b787a73</TargetId>
   <Type>PERMANENT</Type>
</Data>