***************************************************************************************************************************************
3.32.14	registries	: Redfish registries API.(Not support vertiv)

	usage		: java -jar GbtUtility-2.1.76.jar [options] redfish registries <list| get> [args...]

1.	<list>		: Show all exist registries.

	Example		: java -jar GbtUtility-2.1.76.jar [options] redfish registries list
	by nodelist	: java -jar GbtUtility-2.1.76.jar redfish registries 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 registries 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 registries list

2.	<get>		: Get a registry full details data.
	<name>		: The registry name.

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