***********************************************************************************************************
3.33.21	pamorder	: Set or get PAM order configurations by REST command.

	usage		: java -jar GbtUtility-2.1.76.jar [options] rest pamorder <get | set <*.json>>

	<get>		: Get the current settings of PAM order configurations.
	<set> <*.json>	: Set the PAM order configurations of BMC.

	Example		:

	by Nodelist  	: java -jar GbtUtility-2.1.76.jar rest pamorder set examples/rest/pamconfig.json
	by single IP 	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest pamorder get
	by scan IP   	: java -jar GbtUtility-2.1.76.jar -S ssdp rest pamorder set examples/rest/pamconfig.json
***********************************************************************************************************