Oracle Enterprise Manager · Arazzo Workflow
Oracle Enterprise Manager Read Metric Snapshot
Version 1.0.0
Resolve a target's metric group and pull its latest collected data point.
View Spec
View on GitHub
Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracleArazzoWorkflows
Provider
Workflows
read-metric-snapshot
From a target, resolve a metric group and read its latest collected data.
Verifies the target, lists its metric groups, picks the supplied metric group (or the first available), reads the group definition, and retrieves the latest collected metric data for that group.
1
confirmTarget
getTarget
Confirm the target exists and is monitored before reading metrics.
2
listGroups
listMetricGroups
List the metric groups available for the confirmed target.
3
getGroupDefinition
getMetricGroup
Read the definition of the selected metric group, falling back to the first available group when no group name was supplied.
4
getLatestData
getLatestMetricData
Fetch the most recently collected metric data for the resolved metric group on the target.