hmc_processed_metrics
Fetch processed PCM metrics for HMC resources. Provide category, resource name/UUID, and start timestamp to download the latest metrics JSON or list available metric documents.
Instructions
List or download processed 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. Processed metrics have 30s granularity and ~2h retention. Timestamps are ISO-8601 UTC (yyyy-MM-ddTHH:mm:ssZ); start_ts is required.
mode='links' returns the Atom feed link list (list of dicts with 'link',
'updated', 'title' keys). mode='fetch' (default) downloads and returns the
parsed JSON of the most recent document, or {} when no metrics are
available in the requested range.
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 |