API Reference
Deployment verification scheduled
Sent when Guardian schedules a verification investigation for a detected rollout. data is a DeploymentVerificationScheduledData object.
WEBHOOK
Body
application/json
Envelope shared by every webhook event. The data object is typed per event; its shape is determined by type.
UUID of the underlying Guardian event. Stable across delivery retries — use for deduplication.
Event type. Determines the shape of data.
Available options:
deploymentRolloutDetected, deploymentVerificationScheduled, deploymentVerificationStarted, deploymentVerificationCompleted, anomalyDetected, investigationCreated, investigationCompleted, issueCreated, agentActionRequested RFC3339 time the event was emitted.
Human-readable plain-text title.
Human-readable plain-text message.
Typed event payload. The shape is determined by type (same order as the type enum).
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
Response
2XX
Return any 2xx status to acknowledge receipt.
