Returns the cluster’s current NSS pool state and location.
<!ELEMENT pools (pool*)> <!ELEMENT pool (name, state, location)> <!ELEMENT name (#CDATA)> <!ELEMENT state (#CDATA)> <!ELEMENT location (#CDATA)>
<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>