Description
This article provides a brief introduction to the differences between the API 0.9 and API 2 versions.
Content / Solution
The v0.9 API represents the original CloudControl API built to support the original MCP 1.0 data center architecture. It is a REST-style API with support for XML payloads and responses. Although it is documented as a single "version", it underwent many updates and changes, with new versions of functions being introduced and the old ones being "deprecated".
The v2.0 API was introduced in March 2015 in conjunction with MCP 2.0 data center architecture and is the first version of the new API 2 series. API 2 represents a new API structure. This REST- style API supports both XML and JSON payloads and responses. This new version will not support any of the "deprecated" functions in the v0.9 API, and even the supported functions may have differences in implementation. All new functionality being introduced is exclusively supported only in API 2 versions.
Recently Updated