Scaleway · Schema

scaleway.instance.v1.ListServersResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

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

JSON Schema

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