Required Rest client API for Rancher services access

Hi,

Can anyone provide me any references how to access rancher service apis(jsons) from external application(like scala…). Means Rest Client is my application and i need to get the rancher service api to my scala application. Please suggest it would be a great help.

Thanks,
Raghu.

We don’t have detailed documentation on using the API, but the two best places to start are:

  1. The API UI where you can interactively play with the API. Its at https://<your rancher>/v3
  2. The rancher cli. If you set the environment variable RANCHER_CLIENT_DEBUG=true, you will see all API requests the CLI makes