curl --request GET \
--url https://{FUSION_HOST.com}/api/templating/zones/status
[
{
"status": "ok",
"node": "http://templating/settings",
"messages": [
{
"date": "",
"message": "Additional message text."
}
]
}
]
Retrieve current 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."
}
]
}
]
OK
The response is of type zonesStatusResponse · object[]
.
Was this page helpful?