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

OK

status
string

The status of the zone.

Example:

"ok"

node
string

The location of the zone.

Example:

"http://templating/settings"

messages
object[]

The message date and contents of the status of the zone.