meta data for this page
  •  

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
documentation:redfish_api:protocol_version [2017/03/24 14:11] – created bildocumentation:redfish_api:protocol_version [2017/03/30 08:52] – [Response] bil
Line 1: Line 1:
 ====== Protocol Version ====== ====== Protocol Version ======
  
 +A GET request to this resource returns the major protocol version of the underlying Redfish API.
 ===== GET ===== ===== GET =====
  
Line 9: Line 10:
 Content-Type: applicaton/json Content-Type: applicaton/json
 </code> </code>
 +
 +=== Authorisation ===
 +
 +No authorisation reqired.
  
 ==== Response ==== ==== Response ====
  
-<code javascript protocol_version_response.json>+<codedoc code:whitespace>
 { {
-  "v1": "/redfish/v1/" + "v1": "/redfish/v1/"
 } }
-</code>+</codedoc>
  
 ===== PUT ===== ===== PUT =====