GET persistence
The web method 
	 GET persistence retrieves a collection of persistence cluster status objects. 
  
 
	 Example Requests
 
		 
		curl -X GET http://host:port/api/v1/persistence
 
	  
 
	 Example JSON Representation
 
		 
		{
  "clusters":[{
      "name":"Cluster",
      "servers":["pserver"],
      "stores":["pstore"]
    }]
}
 
	  
 
   
Copyright © Cloud Software Group, Inc. All rights reserved.