hmc_get_proc_compat_modes
Fetches supported processor compatibility modes for a managed system. Accepts a system name or UUID, resolves it via REST (with SSH fallback), and returns the list of mode strings.
Instructions
Get processor compatibility modes supported by a managed system.
Runs lssyscfg -r sys -m <system_name> -F lpar_proc_compat_modes
on the HMC via SSH and returns a list of supported mode strings.
The system may be given by CLI name or by UUID; a UUID is resolved to its CLI name via REST (falling back to an lssyscfg lookup over SSH when the REST API is unreachable) before the command runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| system_name_or_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |