Versioning
Versioning is an important aspect for APIs. Version changes reflect changes to the API interfaces which can involve modifications to the scripts or client code consuming the APIs. All APIs are individually versioned. Individual versioning of API means, an API version changes only if that API has changed, and remaining APIs retain their old version if they are not modified.
Resiliency Platform guarantees that the current version and the previous version are supported. Any versions before previous version are not supported.
You need to provide the version while invoking the APIs. The requested version can be specified using an HTTP request header . The value of this header is the desired version. The available versions can be obtained from the Resiliency Platform API specification. In case you need to always stay with the current version of an API, provide as the header value.
See examples of running the APIs for better understanding.