=====================================================================================================================================
3.33	rest	(Only support AMI)

	abstract	: BMC REST service API.

	usage		: java -jar GbtUtility-2.1.76.jar [options] rest <service> <restopt> [jfiles...] [ufiles...]

	[options]	: GbtUtility command options.
		-H	: Single host option.
		-S	: Scan the BMC IP addresss by RMCP or SSDP.
		-U	: Set BMC REST session username.
		-P	: Set BMC REST session password.
		-h	: Print help messages.

	<service>	: REST service names.
	<restopt>	: REST service options.
	[jfiles]	: The JSON format txt files of REST service request payload. 
	[ufiles]	: The upload file of REST service request for execute some applications.

	* The supported service names as follows :

	01. audit	:	Get BMC audit information.
	02. smtp	:	Get or set smtp configurations.
	03. ldapgeneral	:	Get or set general LDAP configurations.
	04. ldapgroup	:	Get or set group LDAP configurations.	
	05. ipv6	:	Get or set ipv6 configurations.
	06. vmcli	:	Virtual media redirection configurations service.
	07. loaddefault	:	Load BMC default configurations.
	08. pef		:	Set server platform event filter.
	09. trap	:	Set server trap IP addresses.
	10. dns		:	DNS configurations service.
	11. backup	:	Retrieve information about the configuration and download as backup file.
	12. preserve	:	Preserve configurations of BMC configurations after update firmware.
	13. ntp		:	NTP configuration service.
	14. aduser	:	Get or set active directory configurations.
	15. adgroup	:	Get or set active directory role group configurations.
	16. smbios	:	Get SMBIOS information.
	17. biosmenu	:	BIOS setup menu download or upload service.
	18. raid	:	Get the raid configurations and build/delete raid.
	19. ca		:	Upload CA file and update.
	20. fanprofile	:	upload fan profile.
	21. pamorder	:	Set or get PAM configurations of BMC.
	22. vmedia	:	Mount ISO image to remote BMC as virtual media.
	23. nodeinfo	:	Get BMC node information. (only for CMC)
	24. gpuinfo	:	Get GPU information.
	25. fpgainfo	:	Get FPGA information.
	26. nvswitchinfo:	Get NVSwitch information.
=====================================================================================================================================