Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.33 KB

ConsumptionApi.md

File metadata and controls

39 lines (21 loc) · 1.33 KB

\ConsumptionApi

All URIs are relative to https://api.scaleway.com

Method HTTP request Description
get_consumption GET /billing/v2alpha1/consumption Consumption over the current month

get_consumption

crate::models::ScalewayPeriodBillingPeriodV2alpha1PeriodGetConsumptionResponse get_consumption(organization_id) Consumption over the current month

The consumption represents the amount of money you have spent for the products you have consumed. The value is not computed in real time. The value of the consumption is a monetary value.

Parameters

Name Type Description Required Notes
organization_id Option<String> Filter by organization ID (UUID format)

Return type

crate::models::ScalewayPeriodBillingPeriodV2alpha1PeriodGetConsumptionResponse

Authorization

scaleway

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]