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


Advanced Bucket Management Operations : Replication Target Operations : Pair Back Registered DS3 Target

Pair Back Registered DS3 Target
Description
Pairs back the DS3 target with the replication source such that the source points to the DS3 target and the DS3 target points to the source (enabling bidirectional replication). Use optional parameters to modify the registration settings for the pair back.
Note:
If the name parameter is not included, name is set to the BlackPearl system’s serial number. If any other optional request parameter is not included, the setting used to register the original DS3 target is used.
Requests
Syntax
PUT http[s]://{datapathDNSname}/_rest_/ds3_target/{DS3 target instance UUID, name, or other unique attribute}?operation=PAIR_BACK[&access_control_replication=NONE|USERS][admin_auth_id={string][&admin_secret_key={string}][&data_path_end_point={string}][&data_path_https=TRUE|FALSE][&data_path_port={32‑bit integer}][&data_path_proxy={string}][&data_path_verify_certificate=TRUE|FALSE][&default_read_preference=MINIMUM_LATENCY|AFTER_ONLINE_POOL|AFTER_NEARLINE_POOL|AFTER_NON_EJECTABLE_TAPE|LAST_RESORT|NEVER][&name={string}][&permit_going_out_of_sync=TRUE|FALSE][&replicated_user_default_data_policy={string}]
To determine the UUID for a DS3 target instance, see Get DS3 Targets.
Request Parameters 
§
NONE — No access control is replicated.
§
USERS — The source BlackPearl system replicates its users and passwords to the target system.
Whether the data path certificate is verified. When DataPathVerifyCertificate and DataPathHttps are both TRUE, the source BlackPearl system fully validates the target system’s certificate. If the certificate is not trusted or problematic in anyway, it is not honored. Do not set this to TRUE if the target system is using the default self-signed SSL certificate.
Values: TRUE, FALSE
Values: MINIMUM_LATENCY, AFTER_ONLINE_POOL, AFTER_NEARLINE_POOL, AFTER_NON_EJECTABLE_TAPE, LAST_RESORT, NEVER. See read_preference.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
§
Example
Sample Request
This request pairs back the DS3 target named ‘DS3Target’ using all of the same registration parameters.
PUT http[s]://blackpearl-hostname/_rest_/ds3_target/DS3Target?operation=PAIR_BACK HTTP/1.1
Sample Response
HTTP/1.1 204 No Content