***************************************************************************************************************************************
3.32.17	serial		: Redfish serial interface API.(Not support vertiv)

	usage		: java -jar GbtUtility-2.1.76.jar [options] redfish serial <info | get> [ID] [args...]

	[ID]		: The manager resource ID in Redfish managers collection (default will choose the first ID).

1.	<list>		: Show all members of serial interfaces.

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish serial list Self
	by nodelist	: java -jar GbtUtility-2.1.76.jar redfish serial list
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 -U admin -P password -RU admin -RP password redfish serial list
	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 serial list

2.	<get>		: Get single serial interface information.
	<name>		: The name of serial in members of serial interface collection.

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish serial get [ID] <name>
	by nodelist	: java -jar GbtUtility-2.1.76.jar redfish serial get Self IPMI-SOL
	by single host	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 -U admin -P password -RU admin -RP password redfish serial get IPMI-SOL
	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 serial get IPMI-SOL
***************************************************************************************************************************************