hmc_aggregated_metrics
Retrieve aggregated PCM metrics for trend analysis. Provide category, resource name/UUID, and start timestamp to download JSON documents or list links.
Instructions
List or download aggregated PCM metrics JSON documents.
category is the resource type, e.g. 'ManagedSystem' or 'LogicalPartition'; resource_name_or_uuid is the name or UUID of that resource. Aggregated metrics are the long-term rollup used for trend analysis. Timestamps are ISO-8601 UTC (yyyy-MM-ddTHH:mm:ssZ); start_ts is required.
mode='links' returns the Atom feed link list. mode='fetch' (default)
downloads and returns the parsed JSON of the most recent document, or
{} when no metrics are available in the requested range. Requires
aggregation to be enabled in PCM preferences.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | fetch | |
| end_ts | No | ||
| category | Yes | ||
| start_ts | Yes | ||
| no_of_samples | No | ||
| resource_name_or_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |