Scaleway · Schema

scaleway.instance.v1.ListSnapshotsResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
snapshots array List of snapshots.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayinstancev1listsnapshotsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.instance.v1.ListSnapshotsResponse",
  "title": "scaleway.instance.v1.ListSnapshotsResponse",
  "type": "object",
  "properties": {
    "snapshots": {
      "type": "array",
      "description": "List of snapshots.",
      "items": {
        "$ref": "#/components/schemas/scaleway.instance.v1.Snapshot"
      }
    }
  },
  "x-properties-order": [
    "snapshots"
  ]
}