Get Resource Data
get_resource_dataFetch resource data from any Redfish API endpoint and return it as JSON, enabling infrastructure monitoring and management through direct URL access.
Instructions
Given a Redfish resource URL (e.g., 'https:///redfish/v1'), fetches and returns its data as JSON. To construct a valid Redfish resource URL as input, use the following url schema 'https:///redfish/v1/'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The Redfish URL to access the resource. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||