Menu

CLI — Webhooks

metalhost webhook registers HTTPS endpoints for resource events. Deliveries are signed with HMAC-SHA256.

Commands

CommandWhat it does
webhook listList subscriptions.
webhook create --name ... --endpoint ... --event ...Create (secret shown once).
webhook get|update|delete NAMEManage subscriptions.
webhook deliveries NAMERecent delivery attempts.
metalhost webhook create \
  --name webhook-subscriptions/deploy-hook \
  --endpoint https://hooks.example.com/metalhost \
  --event compute.vm.* \
  --event ops.operation.completed

What's next