Skip to content

Latest commit

 

History

History
67 lines (34 loc) · 1.51 KB

QuotasApi.md

File metadata and controls

67 lines (34 loc) · 1.51 KB

\QuotasApi

All URIs are relative to https://api-ch-gva-2.exoscale.com/v2

Method HTTP request Description
get_quota GET /quota/{entity} Retrieve Resource Quota
list_quotas GET /quota List Organization Quotas

get_quota

crate::models::Quota get_quota(entity) Retrieve Resource Quota

Parameters

Name Type Description Required Notes
entity String [required]

Return type

crate::models::Quota

Authorization

No authorization required

HTTP request headers

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

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

list_quotas

crate::models::ListQuotas200Response list_quotas() List Organization Quotas

Parameters

This endpoint does not need any parameter.

Return type

crate::models::ListQuotas200Response

Authorization

No authorization required

HTTP request headers

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

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