New Relic · Arazzo Workflow
New Relic Rename Application
Version 1.0.0
Resolve an application by name and update its display alias.
View Spec
View on GitHub
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatformArazzoWorkflows
Provider
Workflows
rename-application
Resolve an app by name, rename it, and confirm the change.
Looks up the application id by its current name, updates the alias to the new name, and reads the application detail back to confirm.
1
resolveApplication
getApplications
Resolve the application id by its current exact name.
2
renameApplication
putApplicationsId
Update the application's alias to the new name; only the name is changed and other settings are left intact.
3
confirmRename
getApplicationsId
Read the application detail back to confirm the alias now reflects the new name.