GET
/
zones
/
status
Get status of the zones
curl --request GET \
  --url https://{FUSION_HOST.com}/api/templating/zones/status
[
  {
    "status": "ok",
    "node": "http://templating/settings",
    "messages": [
      {
        "date": "",
        "message": "Additional message text."
      }
    ]
  }
]

Response

200
application/json

OK

The response is of type zonesStatusResponse · object[].