List available actions for resource
redfish_list_available_actionsInspect a resource URI to list all supported Redfish actions using combined schema and live ActionInfo, preventing unknown or invalid write calls.
Instructions
Prefer this before any unfamiliar write/action call. Combine schema actions with live action metadata (ActionInfo and AllowableValues) for a resource URI. Returns: Object with schema_actions plus live_actions (target URIs, required params, allowable values). Example: redfish_list_available_actions(uri='/redfish/v1/Systems/1')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | Target resource URI to inspect for supported actions. | |
| endpoint | No | Configured endpoint name. Omit to use the default endpoint. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||