Record Deployment
record_deploymentRecord a deployment event for a target. Deployments are auto-correlated with incidents created within 20 minutes. Useful for tracking releases and root-cause analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Version string, e.g. "v2.4.1" | |
| targetId | Yes | The target ID | |
| commitSha | No | Git commit SHA | |
| deployedBy | No | Who deployed (name, email, or system) | |
| description | No | Deployment description or changelog | |
| environment | No | Environment, e.g. "production", "staging" |