/mcpC H A P T E R 3 Cisco Unity Connection Provisioning Interface (CUPI) API -- About Versioning Links to Other API pages:Cisco_Unity_Connection_APIs • About Versioning, on page 7 • Getting Unity Connection Version, on page 7 About Versioning Cisco Unity Connection REST interfaces essentially are not versioned. There are several mechanisms in place to ease forward and backward compatibility: 1. The version is available as a resource at /vmrest/version: <VersionInformation> <name>vmrest</name> <version>8.0.0.229</version> </VersionInformation> 2. Extra fields in a resource are ignored by the server. This means that if we add a field to a resource in a future release, and the new resource is sent to an older server, the operation will complete (with the exception of updating the field that it does not have). 3. Clients ignore new fields. The XML schema files that are provided for clients include a provision for arbitrary fields to be added at the end. This means that when a new field is added to a resource exposed by the server, it will not affect client code. 4. New resources are added at new URLs. Adding a new resource means adding a new URL, not changing existing URLs. This means that existing client code can continue to run against the new version without change. Getting Unity Connection Version To get the active master version of Cisco Unity Connection, do the following GET request: Cisco Unity Connection Provisioning Interface (CUPI) API 7
