***************************************************************************************************************************************
3.32.22	updateservice	: Redfish update service API.

	usage		: java -jar GbtUtility-2.1.76.jar [options] redfish updateservice <info | update> [args...]

1.	<info>		: Show simple update action info spec.

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish updateservice info
	by nodelist	: java -jar GbtUtility-2.1.76.jar redfish updateservice info
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 -U admin -P password -RU admin -RP password redfish updateservice info
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S rmcp,10.2.1.1,10.2.1.100 -U admin -P password -RU admin -RP password redfish updateservice info

2.	<update>	: Do simple update.
	<json>		: The json data contains simple update action:

			  {
				"ImageURI" : "ftp://10.1.27.50/pub/F24.RBU",
				"TransferProtocol": "FTP",
				"UpdateComponent": "BIOS"
			  }

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish updateservice update <json>
	by nodelist	: java -jar GbtUtility-2.1.76.jar redfish updateservice update examples/redfish/simpleupdateinfo.json
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 -U admin -P password -RU admin -RP password redfish updateservice update examples/redfish/simpleupdateinfo.json
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S rmcp,10.2.1.1,10.2.1.100 -U admin -P password -RU admin -RP password redfish updateservice update examples/redfish/simpleupdateinfo.json

3.	<progress>	: Get simple update progress.

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish updateservice progress
	by nodelist	: java -jar GbtUtility-2.1.76.jar redfish updateservice progress
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 -U admin -P password -RU admin -RP password redfish updateservice progress
	by scan IP	: java -jar GbtUtility-2.1.76.jar -S rmcp,10.2.1.1,10.2.1.100 -U admin -P password -RU admin -RP password redfish updateservice progress
***************************************************************************************************************************************