Querying the Redfish Version
Function
This interface is used to query the version of the current Redfish protocol.
Syntax
Operation type: GET
URL: https://device_ip/redfish
Request header:
X-Auth-Token: auth_value
Request message body: None
Usage Guidelines
None
Example
Request:
GET https://10.10.10.10/redfish
Request header:
X-Auth-Token: auth_value
Request message body: None
Response:
{
"v1": "/redfish/v1/"
}
Response code: 200
Output Description
Field |
Type |
Description |
|---|---|---|
v1 |
Character string |
Redfish version number. |
Parent topic: Operations on Public Fixed Resources