=====================================================================================================================================
3.32    redfish

	abstract: Redfish service API command.

	usage	: java -jar GbtUtility-2.1.76.jar [options] redfish <apiNmae> <apiOpt> [port=num] [args...]

	[options]	: GbtUtility command options.
		-H	: Single host of BMC IP address.
		-S	: Scan the BMC IP addressses by RMCP or SSDP protocol.
		-U	: Set BMC IPMI username. (use default value when user doesn't provide)
		-P	: Set BMC IPMI password. (use default value when user doesn't provide)
		-RU	: Set BMC Redfish username. (use default value when user doesn't provide)
		-RP	: Set BMC Redfish password. (use default value when user doesn't provide)
		-h	: Print help messages of GbtUtility command usage.
	<apiNmae>	: Redfish API names in GbtUtility.
	<apiOpt>	: Redfish API options of given "<apiNmae>".
	[port=num]	: The port number of Redfish service API. (If needed, vertiv Redfish solutions at 8080)
	[args...]	: The rest arguments of each Redfish API. (If needed)

	* The menu of Redfish API names as follows :

	01.	accountservice	:	The properties are common to all user accounts, such as password requirements.
	02.	bios		:	Actions for changing to BIOS settings.
	03.	chassis		:	Chassis contains system reset action, identify LED settings.
	04.	ethernet	:	Represents a single, logical ethernet interface or network interface controller (NIC).
	05.	eventservice	:	Managing event subcriptions and generates the events sent to subscribers.
	06.	jsonschemas	:	The JSON Schema File resource data.
	07.	logservice	:	Log service settings, system, SEL ...
	08.	managers	:	System manager resource (Ex : BMC) control some actions and settings.
	09.	memory		:	Memory information and settings.
	10.	networkprotocol	:	Network protocol settings of manager.
	11.	power		:	Power device, supply information.
	12.	processors	:	Processors information.
	13.	raw		:	The raw direct request to Redfish service API.
	14.	registries	:	Show systems registries information.
	15.	roles		:	The roles information of account.
	16.	secureboot	:	The secure boot settings and actions.
	17.	serial		:	The serial interfaces settings and actions.
	18.	session		:	Session service information.
	19.	systems		:	Systems represents a general purpose machine. Ex : boot options, system reset actions.
	20.	taskservice	:	Task information itself and has links to the actual collection of Task resources.
	21.	thermal		:	It represents the properties for Temperature and Cooling.
	22.	updateservice	:	Do simple update and get update action info.
=======================================================================================================================================