New Relic · Arazzo Workflow
New Relic Record Deployment Marker
Version 1.0.0
Resolve an application by name and record a deployment marker on it.
View Spec
View on GitHub
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatformArazzoWorkflows
Provider
Workflows
record-deployment-marker
Resolve an app by name, post a deployment marker, and confirm it.
Looks up the application id by name, posts a deployment marker with the supplied revision and changelog, then lists deployments to confirm the new marker is present.
1
resolveApplication
getApplications
Resolve the application by exact name to obtain the application id used to record the deployment marker.
2
recordDeployment
postApplicationsIdDeployments
Record a deployment marker against the resolved application capturing the revision, changelog, description, and user.
3
confirmDeployment
getApplicationsIdDeployments
List the application's deployments to confirm the new marker was recorded and is part of the deployment history.