Scaleway · Schema

scaleway.instance.v1.Server.Maintenance

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
reason string
start_date string (RFC 3339 format)
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayinstancev1servermaintenance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.instance.v1.Server.Maintenance",
  "title": "scaleway.instance.v1.Server.Maintenance",
  "type": "object",
  "properties": {
    "reason": {
      "type": "string"
    },
    "start_date": {
      "type": "string",
      "description": "(RFC 3339 format)",
      "format": "date-time",
      "example": "2022-03-22T12:34:56.123456Z",
      "nullable": true
    }
  },
  "x-properties-order": [
    "reason",
    "start_date"
  ]
}