Scaleway · Schema

scaleway.instance.v1.Snapshot

Artificial IntelligenceCloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
id string Snapshot ID.
name string Snapshot name.
organization string Snapshot Organization ID.
project string Snapshot Project ID.
tags array Snapshot tags.
volume_type string Snapshot volume type.
size integer Snapshot size. (in bytes)
state string Snapshot state.
base_volume object Volume on which the snapshot is based on.
creation_date string Snapshot creation date. (RFC 3339 format)
modification_date string Snapshot modification date. (RFC 3339 format)
zone string Snapshot zone.
error_reason string Reason for the failed snapshot import.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayinstancev1snapshot-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.instance.v1.Snapshot",
  "title": "scaleway.instance.v1.Snapshot",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Snapshot ID."
    },
    "name": {
      "type": "string",
      "description": "Snapshot name."
    },
    "organization": {
      "type": "string",
      "description": "Snapshot Organization ID."
    },
    "project": {
      "type": "string",
      "description": "Snapshot Project ID."
    },
    "tags": {
      "type": "array",
      "description": "Snapshot tags.",
      "items": {
        "type": "string"
      }
    },
    "volume_type": {
      "type": "string",
      "description": "Snapshot volume type.",
      "enum": [
        "l_ssd",
        "b_ssd",
        "unified",
        "scratch",
        "sbs_volume",
        "sbs_snapshot"
      ],
      "x-enum-descriptions": {
        "values": {
          "b_ssd": "Deprecated",
          "unified": "Deprecated"
        }
      },
      "default": "l_ssd"
    },
    "size": {
      "type": "integer",
      "description": "Snapshot size. (in bytes)",
      "format": "uint64"
    },
    "state": {
      "type": "string",
      "description": "Snapshot state.",
      "enum": [
        "available",
        "snapshotting",
        "error",
        "invalid_data",
        "importing",
        "exporting"
      ],
      "default": "available"
    },
    "base_volume": {
      "type": "object",
      "description": "Volume on which the snapshot is based on.",
      "properties": {
        "id": {
          "type": "string",
          "description": "Volume ID on which the snapshot is based."
        },
        "name": {
          "type": "string",
          "description": "Volume name on which the snapshot is based on."
        }
      },
      "x-properties-order": [
        "id",
        "name"
      ]
    },
    "creation_date": {
      "type": "string",
      "description": "Snapshot creation date. (RFC 3339 format)",
      "format": "date-time",
      "example": "2022-03-22T12:34:56.123456Z",
      "nullable": true
    },
    "modification_date": {
      "type": "string",
      "description": "Snapshot modification date. (RFC 3339 format)",
      "format": "date-time",
      "example": "2022-03-22T12:34:56.123456Z",
      "nullable": true
    },
    "zone": {
      "type": "string",
      "description": "Snapshot zone."
    },
    "error_reason": {
      "type": "string",
      "description": "Reason for the failed snapshot import.",
      "nullable": true
    }
  },
  "x-properties-order": [
    "id",
    "name",
    "organization",
    "project",
    "tags",
    "volume_type",
    "size",
    "state",
    "base_volume",
    "creation_date",
    "modification_date",
    "zone",
    "error_reason"
  ]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/scaleway-scalewayinstancev1snapshot"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.