======================================================================================================================
3.33.20 fanprofile	:	Get,upload and execute fan profile 
	(only support AMI. On vertiv fw please see command bmcutil fanprofile)
	
	usage: java -jar GbtUtility-2.1.76.jar [options] rest fanprofile <subcommand> <fanprofile json file(only support post|run>
	
	subcommand:
		post			: 	upload fan profile
		get				:	Get all fan profile information
		run				:	Execute the fan profile that appoint to.
	
	Example:
	by Nodelist  : java -jar GbtUtility-2.1.76.jar rest fanprofile post fanprofile_AMI.json
	by single IP : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest fanprofile get
	by scan IP   : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.150 rest fanprofile run fanProfileRun_AMI.json
=======================================================================================================================