[Engine-devel] planned changes for api capabilities resource

Michael Pasternak mpastern at redhat.com
Thu May 24 07:53:03 UTC 2012


the motivation:
===============

1. current design is not restfull
2.                is not consistent with the rest of api impl.

impacts:
========

as this resource not used programmatically, we do not expect any
backward compatibility issues

planned change is:
=================

from:

http://localhost:8080/api/capabilities

<capabilities>
  <version major="3" minor="1">
    ...
  <version/>
  <version major="3" minor="0">
    ...
  <version/>
</capabilities>

to:

http://localhost:8080/api/capabilities/xxx

<capabilities>
  ...
</capabilities>

(where xxx is a version number)

-- 

Michael Pasternak
RedHat, ENG-Virtualization R&D



More information about the Engine-devel mailing list