GET persistence/zones/<zone_name>

This web method 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"
  ]
}