- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Developing With RealTheory
Overview
RealTheory offers an extensive API that allows seamless interaction with the RealTheory SaaS platform. Through this API, you can access information pertaining to the health, performance, cost, and governance of your managed Kubernetes clusters and applications.
The RealTheory API is a RESTful API that is accessible via HTTPS.
Prerequisites
In order to access the RealTheory APIs, you will need:
- An active RealTheory account.
- An API key associated with your RealTheory account.
- The API endpoint associated with your RealTheory account.
Authentention
When interacting with RealTheory APIs, each call must be authenticated and authorized. You can view information on API authentication here.
How To:
Below are some common API examples:
- How To: List the Managed Kubernetes Clusters
- How to: List the Namespaces for a Managed Kubernetes Cluster
- How To: Get the Total Cost Report for Managed Clusters
- How To: Get the Lost Dollars Report for Namespaces
- How To: List the System Alerts for a Managed Kubernetes Clusters
- How To: Generate a Collector Deployment Manifest
- How To: Estimate the Cost of a Kubernetes Cluster Before Provisioning
View the API Reference
You can view the API reference here.
Was this article helpful?