get_resource_data
Fetch Redfish resource data from a specified URL and return it as JSON. Provide a valid Redfish resource URL to retrieve its data.
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 | |||