Chapter 6. Capabilities
The capabilities collection provides information about the supported capabilities of a Red Hat Storage Console version. These capabilities include active features and available enumerated values for specific properties. An API user accesses this information through the
rel="capabilities"
link obtained from the entry point URI.
22632%2C+Console+Developer+Guide-322-09-2014+17%3A11%3A35Report a bug
6.1. Version-Dependent Capabilities
The capabilities element contains any number of version elements that describe capabilities dependent on a compatibility level.
The version element includes attributes for major and minor version numbers. This indicates the current version level.
The following representation shows capabilities specific to Red Hat Storage Console 3.0 and 2.1 respectively:
<capabilities> <version major="3" minor="2"> ... </version> <version major="3" minor="1"> ... </version> ... </capabilities>
Each
version
contains a series of capabilities dependent on the version specified.
22632%2C+Console+Developer+Guide-322-09-2014+17%3A11%3A35Report a bug