New Relic · Arazzo Workflow
New Relic Host Metric Drilldown
Version 1.0.0
Resolve an app, pick a host, list its metric names, and pull metric data.
View Spec
View on GitHub
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatformArazzoWorkflows
Provider
Workflows
host-metric-drilldown
Drill from an app to a host to its metric data.
Resolves the application id by name, selects a host from the application's host list, lists the metric names on that host, and retrieves metric data for the requested names.
1
2
listHosts
List the application's hosts and capture the first host id to drill into.
3
listHostMetrics
List the metric names available on the selected host so the caller can see what is measurable before requesting data.
4
getHostMetricData
Retrieve summarized metric data for the requested metric names on the selected host.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.