All URIs are relative to https://api-ch-gva-2.exoscale.com/v2
Method | HTTP request | Description |
---|---|---|
create_snapshot | POST /instance/{id}:create-snapshot | Create a Snapshot of a Compute instance |
delete_snapshot | DELETE /snapshot/{id} | Delete a Snapshot |
export_snapshot | POST /snapshot/{id}:export | Export a Snapshot |
get_snapshot | GET /snapshot/{id} | Retrieve Snapshot details |
list_snapshots | GET /snapshot | List Snapshots |
promote_snapshot_to_template | POST /snapshot/{id}:promote | Promote a Snapshot to a Template |
models::Operation create_snapshot(id) Create a Snapshot of a Compute instance
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | uuid::Uuid | [required] |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::Operation delete_snapshot(id) Delete a Snapshot
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | uuid::Uuid | [required] |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::Operation export_snapshot(id) Export a Snapshot
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | uuid::Uuid | [required] |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::Snapshot get_snapshot(id) Retrieve Snapshot details
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | uuid::Uuid | [required] |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::ListSnapshots200Response list_snapshots() List Snapshots
This endpoint does not need any parameter.
models::ListSnapshots200Response
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::Operation promote_snapshot_to_template(id, promote_snapshot_to_template_request) Promote a Snapshot to a Template
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | uuid::Uuid | [required] | ||
promote_snapshot_to_template_request | PromoteSnapshotToTemplateRequest | [required] |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]