hmc_systems
List IBM HMC managed systems, filter them by state, or retrieve full details for a specific system name or UUID.
Instructions
List all managed systems or get one by name or UUID.
When system_name_or_uuid is omitted, returns a list of all managed systems known to the HMC — each entry has UUID, SystemName, State, MTMS (machine type/model/serial), IPAddress, etc.
When system_name_or_uuid is provided, accepts either a SystemName or a UUID and returns the full details dict for that one system, or None if not found.
When state is provided and system_name_or_uuid is omitted, returns only systems whose State property matches the given value, using the HMC server-side search endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | ||
| system_name_or_uuid | No |