Resources
Resources
Each page below covers one resource: the methods that read or change it, the parameters they take, and the same call written in Python, TypeScript and Go.
The resources
| Resource | What it covers |
|---|---|
| Recommendations | Pending savings opportunities: idle resources, rightsizing, reserved instances |
| Savings | Realized savings from implemented recommendations |
| Costs | Current cloud costs with breakdowns by service, account, and time period |
| Providers | Provider-scoped reads for recommendations, savings and costs on AWS, GCP, Azure and Kubernetes |
| API Keys | Create, list, rotate and revoke the keys your own code authenticates with |
Recommendations and Savings are not two views of one number: one counts opportunity nobody has applied, the other counts what was applied and measured. A figure that adds both double counts.
Next
- SDKs is the client these methods hang off: constructor options, minimum versions and the sub-client names
- Pagination has the envelope every list response carries, and the iterators that walk it for you
- Error handling has which status raises which class in each SDK, and what the SDKs retry before you see it
- Webhooks is registering an endpoint and verifying the signature before you act on the payload
- API reference is the generated REST reference for the endpoints behind every method here