![]() |
Spectra Logic |
1-800-833-1132 : 1-303-449-6400 |
Verifies connectivity to the DS3 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.PUT http[s]://{datapathDNSname}/_rest_/ds3_target/{BlackPearl target instance UUID, name, or other unique attribute}?operation=VERIFY[&full_details]
If included, the operation verifies that all data expected to reside on the target does in fact reside there. <Data>
<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|LIMITED_ACCESS</State>
</Data>
§ NONE — No access control is replicated.
§ USERS — The source BlackPearl system replicates its users and passwords to the target system. The S3 secret key for the account matching the given AdminAuthId. 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.