next up previous contents
Next: 0.3.2.6 Operations on Individual Up: 0.3.2 Compute Previous: 0.3.2.4 Node Creation   Contents

0.3.2.5 Listing Nodes

Getting list of nodes is not harder than getting list of images or sizes:

	       $ lc-node-list
	       100xxx  mynode1     173.204.xx.yy  Running
	       100xxx  mynode2    173.204.xx.zz  Running
	       $

Format of this output is following:

image_id name public_ips state

Where:

image_id

Id of the node automatically generated by cloud provider
name

Name of the node you gave at creation.
public_ip

Comma-separated list of public ips assigned to the node.
status

Status of the node, helps to understand if node is usable or not.



Roman Bogorodskiy 2011-05-30