3.33.8	pef	:	Node platform event filter
	usage: java -jar GbtUtility-2.1.76.jar [options] rest pef <get|put|delete> <pefJsonfile> (put|delete only)

1.	<get>	
	Example:
	by node list  : java -jar GbtUtility-2.1.76.jar rest pef get 
	by single IP : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest pef get
	by scan IP   : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.150 rest pef get

2.	<put>
	Example:
	by node list  : java -jar GbtUtility-2.1.76.jar rest pef put pefInfo.json 
	by single IP : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest pef put pefInfo.json
	by scan IP   : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.150 rest pef put pefInfo.json

3.	<delete>	
	Example:
	by node list  : java -jar GbtUtility-2.1.76.jar rest pef delete pefInfo.json
	by single IP : java -jar GbtUtility-2.1.76.jar -H 10.1.27.79 rest pef delete pefInfo.json
	by scan IP   : java -jar GbtUtility-2.1.76.jar -S rmcp,10.1.27.1,10.1.27.150 rest pef delete pefInfo.json