*************************************************************************************************************************************
3.33.18. raid	:	Get the raid configurations and build/delete raid.
	usage: java -jar GbtUtility-2.1.76.jar [options] rest raid <subcommand> <jsonfilepath(only for some subcommand)>

	subcommand:
		getraidinfo		:	Get raid card information
		createvirtualdevice	:	Create raid virtual device	(need jsonfilepath)
		deletevirtualdevice	:	Delete raid virtual device	(need jsonfilepath)
		getstoragesummary	:	Get storage summary information
		getphysicaldeviceinfo	:	Get physical device information
		getlogicaldeviceinfo	: 	Get logical device information
		getbbuinfo		:	Get BBU information
		getlogs			:	Get raid log	(need jsonfilepath)
		deletelogs		:	Delete raid log
	
	Example:
	by Nodelist  : java -jar GbtUtility-2.1.76.jar rest raid getraidinfo
				   java -jar GbtUtility-2.1.76.jar rest raid getlogs examples/rest/raidLogs.json
	by single IP : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest raid createvirtualdevice examples/rest/raidCreateVirtualDevice.json
	by scan IP   : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.150 rest raid deletevirtualdevice examples/rest/RaidDeleteVirtualDevice.json
*************************************************************************************************************************************