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 Parameter Description Required operation The operation to perform. For this request, the operation is to verify all pools. Value: VERIFY yes priority The priority for processing this task. This determines the resources assigned and the processing order. Values: URGENT, HIGH, NORMAL, LOW no Responses Response Elements The operation returns status only. Notable status code: ยง 204: No Content (success) Example Sample Request This request verifies all pools on the BlackPearl gateway. PUT http[s]://blackpearl-hostname/_rest_/pool/?operation=VERIFY HTTP/1.1 Sample Response HTTP/1.1 204 No Content