zone_exists

Function zone_exists 

Source
pub async fn zone_exists(
    client: &Arc<Client>,
    token: &Arc<String>,
    zone_name: &str,
    server: &str,
) -> bool
Expand description

Check if a zone exists by trying to get its status.

Returns true if the zone exists and can be queried, false otherwise.