PoolState.xml

Returns the cluster’s current NSS pool state and location.

Definition

 <!ELEMENT pools (pool*)>
 <!ELEMENT pool (name, state, location)>
 <!ELEMENT name (#CDATA)>
 <!ELEMENT state (#CDATA)>
 <!ELEMENT location (#CDATA)>
 

Example

 <ncsReply>
   <pools>
     <pool>
       <name>POOL</name>
       <state>active</state>
       <location>NODE2</location>
     </pool>
     <pool>
       <name>POOL</name>
       <state>active</state>
       <location>NODE2</location>
     </pool>
   </pools>
 </ncsReply>