Elastic Metal API
string · enum · requiredstring · requiredstring · required
string · enum · requiredstringstring
You have the possibility to customize server partitioning schema on some offers/os.
Get default partitioning schema
GET
https://api.scaleway.com
/baremetal/v1/zones/{zone}/partitioning-schemas/default
Get the default partitioning schema for the given offer ID and OS ID.
path Parameters
zoneThe zone you want to target
Enum values:
fr-par-1
fr-par-2
nl-ams-1
nl-ams-2
pl-waw-2
pl-waw-3
query Parameters
offer_idID of the offer.
os_idID of the OS.
Get default partitioning schema › Responses
Validate client partitioning schema
POST
https://api.scaleway.com
/baremetal/v1/zones/{zone}/partitioning-schemas/validate
Validate the incoming partitioning schema from a user before installing the server. Return default ErrorCode if invalid.
path Parameters
zoneThe zone you want to target
Enum values:
fr-par-1
fr-par-2
nl-ams-1
nl-ams-2
pl-waw-2
pl-waw-3
Validate client partitioning schema › Request Body
object
Partitioning schema.
offer_idOffer ID of the server.
os_idOS ID.
Validate client partitioning schema › Responses
No data returned