Created on 12-10-201803:07 PM - edited 08-17-201905:23 AM
Introduction
Cloudbreak documentation is fairly thorough and can be found on Hortonworks' documentation portal (e.g.
here). However, if you are as lazy as I am, you'll appreciate the few quick examples I'm listing in this article.
First and foremost, you can access the documentation of available APIs on your CB instance by using the following URL
https://[YOUR_CB_URL]/cb/apidocs; you should see something like this:
Authenticating
Authentication in cloudbreak is OAuth 2, and getting a detailed in the Cloudbreak API.