Expand description
Request parameter structs passed from the CLI to the server.
Each submodule mirrors a service::* module on the server side. The CLI
constructs these structs from clap arguments; the server consumes them
after deserializing the corresponding query/body. Keeping one definition
per type ensures the wire format stays consistent.
Modulesยง
- boot_
parameters - Parameters for
GETandPUTon/boot-parameters. - cluster
- Parameters for
GET /clusters. - configuration
- Parameters for
GET /configurations. - group
- Parameters for
GET /groups. - hardware
- Parameters for
GET /hardware-clustersandGET /hardware-nodes-list. - hw_
cluster - Shared types for hardware-cluster operations.
- image
- Parameters for
GET /images. - kernel_
parameters - Parameters for
GET /kernel-parameters. - node
- Parameters for
GET /nodes. - power
- Parameters for
POST /power. - redfish_
endpoints - Parameters for
GET,POST, andPUTon/redfish-endpoints. - sat_
file - Parameters for
POST /sat-file. - session
- Parameters for
GET /sessions. - template
- Parameters for
GET /templatesandPOST /templates/{name}/sessions.