***********************************************************************************************************
3.33.13 ntp	: NTP configuration command.

	usage	: java -jar GbtUtility-2.1.76.jar [options] rest ntp <get | set> [*.json]

	<get>	: Get NTP configurations.

	<set>	: Set NTP configurations.
	<*.json>: The NTP configurations json data for upload.

	Example	:
		  by Nodelist	: java -jar GbtUtility-2.1.76.jar rest ntp get
		  by single IP	: java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest ntp set examples/rest/NTP.json
		  by scan IP	: java -jar GbtUtility-2.1.76.jar -S ssdp rest ntp set examples/rest/NTP.json
***********************************************************************************************************