***************************************************************************************************************************************
3.32.10	networkprotocol	: Redfish network protocol API.(Not support vertiv)

	usage		: java -jar GbtUtility-2.1.76.jar [options] redfish networkprotocol <get> [ID]

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

1.	<get>		: Get a networkprotocol details information.

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