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


Hardware Operations : Pool Operations : Verify Pools

Verify Pools
Description
Verifies the data in all pools. Pool verification is periodically done automatically in the background.
Use this request to force a verification to be scheduled immediately for all eligible pools, without having to wait for the automatic, periodic scheduling.
Requests
Syntax
PUT http[s]://{datapathDNSname}/_rest_/pool?operation=VERIFY[&priority=URGENT|HIGH|NORMAL|LOW]
Request Parameters
Values: URGENT, HIGH, NORMAL, LOW
Responses
Response Elements
The operation returns status only.
Notable status code:
§
Example
Sample Request
This request verifies all pools on the BlackPearl system.
PUT http[s]://blackpearl-hostname/_rest_/pool?operation=VERIFY HTTP/1.1
Sample Response
HTTP/1.1 204 No Content