All URIs are relative to https://api-ch-gva-2.exoscale.com/v2
Method | HTTP request | Description |
---|---|---|
get_instance_type | GET /instance-type/{id} | Retrieve Instance Type details |
list_instance_types | GET /instance-type | List Compute instance Types |
crate::models::InstanceType get_instance_type(id) Retrieve Instance Type 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]
crate::models::ListInstanceTypes200Response list_instance_types() List Compute instance Types
This endpoint does not need any parameter.
crate::models::ListInstanceTypes200Response
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]