Get one chassis resource
get_chassisRetrieve a specific Redfish Chassis resource by URI or ID; if unspecified, the first chassis is auto-selected. Returns the resolved URI and complete resource payload.
Instructions
Fetch a single Chassis resource by URI or ID; if omitted, the first chassis member is auto-selected. Returns: Object with resolved uri and full resource payload for one Chassis. Example: get_chassis(uri='/redfish/v1/Chassis/1')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | Explicit chassis resource URI to fetch. | |
| endpoint | No | Configured endpoint name. Omit to use the default endpoint. | |
| chassis_id | No | Chassis identifier appended to /redfish/v1/Chassis/{chassis_id}. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||