All URIs are relative to https://api.scaleway.com
Method | HTTP request | Description |
---|---|---|
get_bootscript | GET /instance/v1/zones/{zone}/bootscripts/{bootscript_id} | Get bootscripts |
list_bootscripts | GET /instance/v1/zones/{zone}/bootscripts | List bootscripts |
crate::models::ScalewayPeriodInstancePeriodV1PeriodGetBootscriptResponse get_bootscript(zone, bootscript_id) Get bootscripts
Get details of a bootscript with the given ID.
Name | Type | Description | Required | Notes |
---|---|---|---|---|
zone | String | The zone you want to target | [required] | |
bootscript_id | String | [required] |
crate::models::ScalewayPeriodInstancePeriodV1PeriodGetBootscriptResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::ScalewayPeriodInstancePeriodV1PeriodListBootscriptsResponse list_bootscripts(zone, arch, title, default, public, per_page, page) List bootscripts
Name | Type | Description | Required | Notes |
---|---|---|---|---|
zone | String | The zone you want to target | [required] | |
arch | Option<String> | |||
title | Option<String> | |||
default | Option<bool> | |||
public | Option<bool> | |||
per_page | Option<i32> | |||
page | Option<i32> | Page number | [default to 1] |
crate::models::ScalewayPeriodInstancePeriodV1PeriodListBootscriptsResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]