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


Spectra BlackPearl Converged Storage System : Hardware Operations : Pool Operations : Import Pools

Import Pools
Description
Import all foreign pools to make them available to the current BlackPearl system.
Requests
Syntax
PUT http[s]://{datapathDNSname}/_rest_/pool?operation=IMPORT[&data_policy_id={string}][&priority=URGENT|HIGH|NORMAL|LOW|BACKGROUND][&storage_domain_id={string}][&user_id={string}][&verify_data_after_import=CRITICAL|URGENT|HIGH|NORMAL|LOW|BACKGROUND]​[&verify_data_prior_to_import=TRUE|FALSE]
Request Parameters
The priority for processing the import. The priority determines the resources assigned and the processing order. Imports can be interrupted every 30 minutes if a job with a higher priority is received.
Values: URGENT, HIGH, NORMAL, LOW
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
Example
Sample Request
This request imports all foreign pools using data policy ‘dp1’ and user ‘user1’.
PUT http://blackpearl-hostname/_rest_/pool?operation=IMPORT&data_policy_id=dp1&user_id=user1 HTTP/1.1
Sample Response
HTTP/1.1 204 No Content