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
Last revisionBoth sides next revision
documentation:redfish_api:protocol_version [2017/03/30 06:28] – [Request] 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 16: Line 17:
 ==== Response ==== ==== Response ====
  
-<code javascript protocol_version_response.json>+<codedoc code:whitespace>
 { {
-  "v1": "/redfish/v1/" + "v1": "/redfish/v1/"
 } }
-</code>+</codedoc>
  
 ===== PUT ===== ===== PUT =====