(Click to open topic with navigation)
Because of significant changes in the API introduced in release version 7.2.0, MWS possesses a versioned API. The api-version URL parameter may be used to change the requested API version for any call to MWS. The current valid API versions with their corresponding MWS versions are shown in the table below:
API version | MWS version | Documentation | Additional notes |
---|---|---|---|
2 (deprecated) |
7.2.x | 7.2.x documentation on http://docs.adaptivecomputing.com/ | As of the 8.0 release, API version 2 is officially deprecated and will be removed from Moab Web Services in a future release. |
3 | 8.0 | Contained within this document | -- |
latest | Latest | Contained within this document | When the latest API version is requested, it resolves to the latest API version of MWS, such as api-version=3 for MWS 8.0. |
If no API version is specified, the request is rejected. An API version must be specified with every call in Moab Web Services 8.0 and later.
Resources Introduction and Resources reference contain information for the latest API version. For documentation of previous API versions, please see the table above.
5.219.1 Examples
GET http://localhost:8080/mws/rest/nodes?api-version=2 // Data returned uses API version 2 GET http://localhost:8080/mws/rest/nodes?api-version=latest // Data returned uses API version 3
Related Topics