***********************************************************************************************************
3.33.23	nodeinfo	: Get BMC node information. (only for CMC)

	usage: java -jar GbtUtility-2.1.76.jar [options] rest nodeinfo get
	
	Example:
	by node list  : java -jar GbtUtility-2.1.76.jar rest nodeinfo get
	by single IP : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest nodeinfo get
	by scan IP   : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.150 rest nodeinfo get
***********************************************************************************************************