List Metrics
Retrieves a list of published Pulse metrics from a list of metric IDs.
APIs called
Required arguments
metricIds
The list of metric IDs potentially retrieved by the List Metrics for Definition or List Metric Subscriptions tool.
Example: ["fd6c4aa0-f6d3-469e-b75b-d597435ae199"]
Example result
[
{
"id": "fd6c4aa0-f6d3-469e-b75b-d597435ae199",
"specification": {
"filters": [],
"measurement_period": {
"granularity": "GRANULARITY_BY_MONTH",
"range": "RANGE_CURRENT_PARTIAL"
},
"comparison": {
"comparison": "TIME_COMPARISON_PREVIOUS_PERIOD"
}
},
"definition_id": "9ad098f4-49cf-4e8a-bec0-0ca803091dd0",
"is_default": true,
"schema_version": "1.0.0",
"metric_version": 2,
"is_followed": true
}
]