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

ResourceWhat it covers
RecommendationsPending savings opportunities: idle resources, rightsizing, reserved instances
SavingsRealized savings from implemented recommendations
CostsCurrent cloud costs with breakdowns by service, account, and time period
ProvidersProvider-scoped reads for recommendations, savings and costs on AWS, GCP, Azure and Kubernetes
API KeysCreate, 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

On this page