Expand description
Zone HTTP API operations for BIND9 management.
This module contains all zone management functions that interact with the bindcar HTTP API sidecar.
Functionsยง
- add_
primary_ zone - Add a new primary zone via HTTP API.
- add_
secondary_ zone - Add a secondary zone via HTTP API.
- add_
zones - Add a zone via HTTP API (primary or secondary).
- create_
zone_ http - Create a zone via HTTP API with structured configuration.
- delete_
zone - Delete a zone via HTTP API.
- freeze_
zone - Freeze a zone to prevent dynamic updates via HTTP API.
- notify_
zone - Notify secondaries about zone changes via HTTP API.
- reload_
all_ zones - Reload all zones via HTTP API.
- reload_
zone - Reload a specific zone via HTTP API.
- retransfer_
zone - Trigger zone transfer via HTTP API.
- server_
status - Get server status via HTTP API.
- thaw_
zone - Thaw a frozen zone to allow dynamic updates via HTTP API.
- zone_
exists - Check if a zone exists by trying to get its status.
- zone_
status - Get zone status via HTTP API.