Module zone_ops

Module zone_ops 

Source
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.