meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
documentation:redfish_api:protocol_version [2017/03/30 08:49] – [Protocol Version] bildocumentation:redfish_api:protocol_version [2017/10/13 12:51] (current) – removed vor
Line 1: Line 1:
-====== Protocol Version ====== 
- 
-A GET request to this resource returns the major protocol version of the underlying Redfish API. 
-===== GET ===== 
- 
-==== Request ==== 
- 
-<code> 
-GET /redfish 
-Content-Type: applicaton/json 
-</code> 
- 
-=== Authorisation === 
- 
-No authorisation reqired. 
- 
-==== Response ==== 
- 
-<code javascript protocol_version_response.json> 
-{ 
-  "v1": "/redfish/v1/"  
-} 
-</code> 
- 
-===== PUT ===== 
- 
-This Operation is not supported on this resource. 
- 
-===== PATCH ===== 
- 
-This Operation is not supported on this resource. 
- 
-===== POST ===== 
- 
-This Operation is not supported on this resource. 
- 
-===== DELETE ===== 
- 
-This Operation is not supported on this resource. 
- 
- 
- 
- 
-