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


Advanced Bucket Management Operations : Storage Domain Operations : Get Storage Domain Member

Get Storage Domain Member
Description
Get information about the specified storage domain member.
Requests
Syntax
GET http[s]://{datapathDNSname}/_rest_/storage_domain_member/{storage domain member UUID or other unique attribute}/
To determine the UUID for a storage domain member, see Get Storage Domain Members.
Responses
Response Elements
<Data>
   <Id>{
string}</Id>
   <PoolPartitionId>{string}</PoolPartitionId>
   <State>NORMAL</State>
   <StorageDomainId>{string}</StorageDomainId>
   <TapePartitionId>{string}</TapePartitionId>
   <TapeType>{string}</TapeType>
   <WritePreference>HIGH|NORMAL|LOW|NEVER_SELECT</WritePreference>
</Data>
where the response elements are defined as follows:
§
NORMAL — The storage domain member is included normally.
Values: LTO5, LTO6, LTO7, LTO8, LTOM8, LTO_CLEANING_TAPE, TS_JC, TS_JY, TS_JK, TS_JD, TS_JZ, TS_JL, TS_CLEANING_TAPE, UNKNOWN, FORBIDDEN
The preferred usage of the pool partition when additional capacity is needed. The BlackPearl system uses a partition with HIGH write_preference before a partition with a NORMAL write_preference, and so on. A value of NEVER_SELECT indicates that the partition is read-only.
Values: HIGH, NORMAL, LOW, NEVER_SELECT
Example
Sample Request
This request gets information about the pool partition storage domain member with the UUID 447a0e5c-ce75-43b4-ac43-a0f47bd9581b.
GET http://blackpearl-hostname/_rest_/storage_domain_member/447a0e5c-ce75-43b4-ac43-a0f47bd9581b/ HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <Id>447a0e5c-ce75-43b4-ac43-a0f47bd9581b</Id>
   <PoolPartitionId>
      70effe58-0fdc-43a8-8d3e-9a3ef438388e
   </PoolPartitionId>
   <State>NORMAL</State>
   <StorageDomainId>
      b52ce963-aa09-4b21-b104-7be3060fdbb1
   </StorageDomainId>
   <TapePartitionId/>
   <TapeType/>
   <WritePreference>NORMAL</WritePreference>
</Data>