CLI — Webhooks
metalhost webhook registers HTTPS endpoints for resource
events. Deliveries are signed with HMAC-SHA256.
Commands
| Command | What it does |
|---|---|
webhook list | List subscriptions. |
webhook create --url ... --event-type ... | Create (secret shown once). |
webhook get|update|delete NAME | Manage subscriptions. |
webhook deliveries NAME | Recent delivery attempts. |
metalhost webhook create \
--url https://hooks.example.com/metalhost \
--event-type compute.vm.* \
--event-type ops.operation.completed What's next
- Go SDK — Webhooks — HMAC verification code
- Examples → webhooks