Scaleway · JSON Structure
Scaleway Instance Structure
Structure of a Scaleway virtual machine instance resource
Type:
Properties: 0
Artificial IntelligenceCloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage
Scaleway Instance is a JSON Structure definition published by Scaleway.
Meta-schema:
JSON Structure
{
"name": "Scaleway Instance",
"description": "Structure of a Scaleway virtual machine instance resource",
"fields": [
{
"name": "id",
"type": "string",
"format": "uuid",
"description": "Unique identifier",
"required": true
},
{
"name": "name",
"type": "string",
"description": "Display name",
"required": true
},
{
"name": "state",
"type": "enum",
"values": ["running", "stopped", "stopped in place", "starting", "stopping", "locked"],
"description": "Current operational state",
"required": true
},
{
"name": "commercial_type",
"type": "string",
"description": "Instance type (GP1-S, DEV1-S, etc.)",
"required": true
},
{
"name": "image",
"type": "object",
"description": "Operating system image",
"fields": [
{"name": "id", "type": "string"},
{"name": "name", "type": "string"},
{"name": "arch", "type": "enum", "values": ["x86_64", "arm64"]}
]
},
{
"name": "volumes",
"type": "map",
"description": "Storage volumes (keyed by slot index)",
"valueType": {
"name": "Volume",
"fields": [
{"name": "id", "type": "string"},
{"name": "name", "type": "string"},
{"name": "size", "type": "integer", "description": "Size in bytes"},
{"name": "volume_type", "type": "enum", "values": ["l_ssd", "b_ssd", "sbs_volume"]}
]
}
},
{
"name": "public_ip",
"type": "object",
"description": "Public IP address",
"fields": [
{"name": "address", "type": "string", "format": "ipv4"},
{"name": "dynamic", "type": "boolean"}
]
},
{
"name": "private_ip",
"type": "string",
"format": "ipv4",
"description": "Private network IP address"
},
{
"name": "zone",
"type": "string",
"description": "Availability zone (e.g., fr-par-1)",
"required": true
},
{
"name": "organization",
"type": "string",
"format": "uuid",
"description": "Owner organization ID"
},
{
"name": "project",
"type": "string",
"format": "uuid",
"description": "Project ID"
},
{
"name": "tags",
"type": "array",
"itemType": "string",
"description": "User-defined labels"
},
{
"name": "security_group",
"type": "object",
"description": "Applied security group",
"fields": [
{"name": "id", "type": "string"},
{"name": "name", "type": "string"}
]
},
{
"name": "enable_ipv6",
"type": "boolean",
"description": "IPv6 enabled flag"
},
{
"name": "creation_date",
"type": "string",
"format": "date-time"
},
{
"name": "modification_date",
"type": "string",
"format": "date-time"
}
]
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/scaleway-instance-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.