Raw Redfish GET
redfish_getFetch any Redfish resource URI directly, applying optional query options like select and expand only when supported. Returns the resource, resolved URI, and applied options.
Instructions
Escape hatch: use when no typed tool fits. Fetch any Redfish URI directly and apply query options only when the endpoint advertises support. Returns: Object with requested resource, resolved request URI, and query options that were actually applied. Example: redfish_get(uri='/redfish/v1/Systems/1', select='Id,PowerState')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | Resource URI to fetch. Relative values are normalized under /redfish/v1. | |
| only | No | Optional $only expression. Ignored if service does not support only. | |
| expand | No | Optional $expand expression. Ignored if service does not support expand. | |
| select | No | Optional $select expression. Ignored if service does not support select. | |
| excerpt | No | Optional $excerpt expression. Ignored if service does not support excerpt. | |
| endpoint | No | Configured endpoint name. Omit to use the default endpoint. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||