Turbonomic REST API endpoints

The REST API resources give you full access to the Turbonomic software. This is a complete API that exposes the full set of Turbonomic capabilities. In fact, the product user interface is implemented as a Turbonomic client that uses this API.

While the REST API resources are documented in the SwaggerUI, this section provides extra details for the more expressive resources in the API.

To access the Turbonomic REST SwaggerUI, open a web browser to:

https://<Your_Turbonomic_URL>/apidoc

Utility requests

In the Turbonomic API Guide, utility requests are the requests within an endpoint that do not return information about your environment, but provide benefits to other calls you may make. For example, https://10.10.10.10/api/v3/settings/ is a utility request that returns a list of all possible settings managers. This information can be used to find settings on your instance, but the /settings/ request itself does not provide any instance-specific information.