Webhooks (/webhooks) is admin-only.
- Name, HTTPS URL (
httponly for localhost). secret_reflikeenv:LATTICE_WEBHOOK_SECRETorfile:….- Topics: comma list or
*. Topics:lease.granted,lease.renewed,lease.released,lease.expired,lease.declined,ipam.audit.
Headers:
X-Lattice-Topic: lease.granted
X-Lattice-Delivery: <outbox id>
X-Lattice-Signature: sha256=<hex hmac-sha256 of raw body>
Verify HMAC-SHA256 of the raw body. Reject a mismatch.
Body includes lease_id, ip, subnet_id, hostname, fqdn, state. Delivery is at-least-once.