get_resource_data
Fetches and returns JSON data from a specified Redfish resource URL. Construct the URL using the schema https:///redfish/v1/.
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 | |||