Skip to content

Latest commit

 

History

History
68 lines (36 loc) · 1.82 KB

SosApi.md

File metadata and controls

68 lines (36 loc) · 1.82 KB

\SosApi

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

Method HTTP request Description
get_sos_presigned_url GET /sos/{bucket}/presigned-url Retrieve Presigned Download URL for SOS object
list_sos_buckets_usage GET /sos-buckets-usage List SOS Buckets Usage

get_sos_presigned_url

models::GetSosPresignedUrl200Response get_sos_presigned_url(bucket, key) Retrieve Presigned Download URL for SOS object

Generates Presigned Download URL for SOS object

Parameters

Name Type Description Required Notes
bucket String [required]
key Option<String>

Return type

models::GetSosPresignedUrl200Response

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_sos_buckets_usage

models::ListSosBucketsUsage200Response list_sos_buckets_usage() List SOS Buckets Usage

Parameters

This endpoint does not need any parameter.

Return type

models::ListSosBucketsUsage200Response

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]