pub async fn zone_status(
client: &Arc<Client>,
token: &Arc<String>,
zone_name: &str,
server: &str,
) -> Result<String>Expand description
Get zone status via HTTP API.
ยงErrors
Returns an error if the HTTP request fails or the zone status cannot be retrieved.