POST persistence/clus_name
The web method 
	 POST persistence/clus_name sends a command to a specific persistence cluster. 
  
 
	  
		clus_name in the URI is the cluster name. 
		
 
	  
 
	 Input Data
 
		 
		Supply the command in JSON format. For example, 
		  {"cmd":"suspend"} 
		
 
	  
 
	 
 
	 Example Requests
 
		 
		curl -X POST http://host:port/api/v1/persistence/clus_name -d json_cmd
 
	  
 
   
Copyright © Cloud Software Group, Inc. All rights reserved.