Dynatrace · Arazzo Workflow
Dynatrace Annotate a Deployment with a Custom Event
Version 1.0.0
Resolve a service by name, push a deployment event onto its timeline, and verify it.
View Spec
View on GitHub
AI OperationsAnalyticsAPMApplication Performance MonitoringApplication SecurityAutomationCloud MonitoringDigital Experience ManagementIntelligenceObservabilityArazzoWorkflows
Provider
Workflows
annotate-deployment-event
Push a deployment event for a named service and verify it landed.
Looks up a service by name, ingests a deployment event targeting it, and lists events to confirm the deployment annotation is present.
1
resolveService
lookupEntity
Resolve the service display name to a Dynatrace entity ID so the event can be scoped precisely to that entity.
2
ingestDeploymentEvent
ingestEvent
Ingest a CUSTOM_DEPLOYMENT event onto the resolved service's timeline, carrying the version and deployer as event properties.
3
verifyEvent
listEvents
List recent CUSTOM_DEPLOYMENT events affecting the service to confirm the deployment annotation was accepted and is visible.
Source API Descriptions
openapi