GET persistence/zones/zone_name

The web method GET persistence/zones/zone_name retrieves the status of a persistence zone by its name.

zone_name in the URI is the zone name.

Example Requests

curl -X GET http://host:port/api/v1/persistence/zones/zone_name

Example JSON Representation

{
  "zone": "ZFM",
  "stores": [
    "SFM"
  ]
}