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


Advanced Bucket Management Operations : Replication Target Operations : Get DS3 Targets

Get DS3 Targets
Description
Get information about all registered DS3 targets. Use parameters as selection criteria to return a subset of the list.
Requests
Syntax
GET http[s]://{datapathDNSname}/_rest_/ds3_target[?admin_auth_id={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][&last_page][&name={string}][&page_length={32‑bit integer}][&page_offset={32‑bit integer}][&page_start_marker={string}][&permit_going_out_of_sync=TRUE|FALSE][&quiesced=NO|PENDING|YES][&state=ONLINE|LIMITED_ACCESS|OFFLINE]
Request Parameters 
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.
Values: TRUE, FALSE
Values: MINIMUM_LATENCY, AFTER_ONLINE_POOL, AFTER_NEARLINE_POOL, AFTER_NON_EJECTABLE_TAPE, LAST_RESORT, NEVER. See read_preference.
Notes:  
§
Specifying both page_offset and page_start_marker causes an error.
§
If neither page_offset, nor page_start_marker are specified, the page_offset default is used.
The state of the DS3 target.
Values:
ONLINE, OFFLINE, LIMITED_ACCESS
Responses
Response Elements
<Data>
   <Ds3Target>
      <AccessControlReplication>
         NONE|USERS
      </AccessControlReplication>
      <AdminAuthId>{
string}</AdminAuthId>
      <AdminSecretKey>{string}</AdminSecretKey>
      <DataPathEndPoint>{string}</DataPathEndPoint>
      <DataPathHttps>TRUE|FALSE</DataPathHttps>
      <DataPathPort>{16-bit integer}</DataPathPort>
      <DataPathProxy>{string}</DataPathProxy>
      <DataPathVerifyCertificate>
         TRUE|FALSE
      </DataPathVerifyCertificate>
      <DefaultReadPreference>
         MINIMUM_LATENCY|AFTER_ONLINE_POOL|AFTER_NEARLINE_POOL
         |AFTER_NON_EJECTABLE_TAPE|LAST_RESORT|NEVER
      </DefaultReadPreference>
      <Id>{string}</Id>
      <Name>{string}</Name>
      <PermitGoingOutOfSync>TRUE|FALSE</PermitGoingOutOfSync>
      <Quiesced>NO|PENDING|YES</Quiesced>
      <ReplicatedUserDefaultDataPolicy>
         {string}
      </ReplicatedUserDefaultDataPolicy>
      <State>ONLINE|OFFLINE</State>
   </Ds3Target>
</Data>
where the response elements are defined as follows:
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.
Values: TRUE, FALSE
Values: MINIMUM_LATENCY, AFTER_ONLINE_POOL, AFTER_NEARLINE_POOL, AFTER_NON_EJECTABLE_TAPE, LAST_RESORT, NEVER. See read_preference.
The state of the DS3 target.
Values: ONLINE, OFFLINE, LIMITED_ACCESS
Example
Sample Request
This request gets information about all DS3 targets registered to the source BlackPearl system.
GET http[s]://blackpearl-hostname/_rest_/ds3_target HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <Ds3Target>
      <AccessControlReplication>NONE</AccessControlReplication>
      <AdminAuthId>c381Y3RyYQ==</AdminAuthId>
      <AdminSecretKey>d7pJBeAN</AdminSecretKey>
      <DataPathEndPoint>192.168.15.16</DataPathEndPoint>
      <DataPathHttps>TRUE</DataPathHttps>
      <DataPathPort/>
      <DataPathProxy/>
      <DataPathVerifyCertificate>TRUE</DataPathVerifyCertificate>
      <DefaultReadPreference>LAST_RESORT</DefaultReadPreference>
      <Id>c927287a-90eb-428e-88ae-faedc3749e17</Id>
      <Name>TargetBP</Name>
      <PermitGoingOutOfSync>FALSE</PermitGoingOutOfSync>
      <Quiesced>NO</Quiesced>
      <ReplicatedUserDefaultDataPolicy/>
      <State>ONLINE</State>
   </Ds3Target>
</Data>