Please enter search query.
Search <book_title>...
Veritas CloudPoint Release Notes
Last Published:
2019-11-04
Product(s):
CloudPoint (2.2.1)
Platform: Linux
- Getting help
- New features, enhancements, and changes
- Limitations
- Known issues
- Fixed issues
CloudPoint REST API version updated to /v3
The CloudPoint REST APIs have been updated and the version has been modified from /v2
to /v3
. All the CloudPoint APIs are now accessible at /v3
.
For example, to get the CloudPoint version details from a CloudPoint host, the path of the API endpoint earlier was as follows:
/cloudpoint/api/v2/version
The same API is now available at the following path:
/cloudpoint/api/v3/version
The updated APIs will work with CloudPoint 2.2 and later releases. For working with older releases of CloudPoint, for example CloudPoint 2.1, you can use the APIs available at /v2
.
You can access all the APIs using the following URL:
https://<cloudpoint_hostFQDN>/cloudpoint/docs