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


Hardware Operations : Pool Operations : Get Pool Partition

Get Pool Partition
Description
Get information about the specified pool partition.
Requests
Syntax
GET http[s]://{datapathDNSname}/_rest_/pool_partition/{pool_partition_id or other unique attribute}/
To determine the UUID for a pool partition, see Get Pool Partitions.
Responses
Response Elements
<Data>
   <Id>{
string}</Id>
   <Name>{string}</Name>
   <Type>NEARLINE|ONLINE</Type>
</Data>
where the response elements are defined as follows:
The type of pool.
Values:
NEARLINE (ArcticBlue), ONLINE (SAS)
Example
Sample Request
This request retrieves information about the pool partition with the UUID c0130c36-a55b-4570-a490-3b8041bfb886.
GET http://blackpearl-hostname/_rest_/pool_partition/c0130c36-a55b-4570-a490-3b8041bfb886 HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <Id>c0130c36-a55b-4570-a490-3b8041bfb886</Id>
   <Name>dp1</Name>
   <Type>NEARLINE</Type>
</Data>