Scaleway · Schema

scaleway.instance.v1.CreateSnapshotResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
snapshot object
task object
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayinstancev1createsnapshotresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.instance.v1.CreateSnapshotResponse",
  "title": "scaleway.instance.v1.CreateSnapshotResponse",
  "type": "object",
  "properties": {
    "snapshot": {
      "$ref": "#/components/schemas/scaleway.instance.v1.Snapshot"
    },
    "task": {
      "$ref": "#/components/schemas/scaleway.instance.v1.Task"
    }
  },
  "x-properties-order": [
    "snapshot",
    "task"
  ]
}