xcat-core/xCAT-test/xmlapi/noderange

15 lines
279 B
Plaintext
Raw Normal View History

# Reads the table input for the noderange and returns list of attributes
# requested
<xcatrequest>
<clienttype>PCM</clienttype>
<command>NodeRange</command>
<node>compute1-compute2</node>
</xcatrequest>
<xcatresponse>
<node>node1</node>
.
.
.
<node>noden</node>
</xcatresponse>