Scaleway · Schema

scaleway.rdb.v1.PrepareInstanceLogsResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
instance_logs array Instance logs for a Database Instance between a start and an end date.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayrdbv1prepareinstancelogsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.rdb.v1.PrepareInstanceLogsResponse",
  "title": "scaleway.rdb.v1.PrepareInstanceLogsResponse",
  "type": "object",
  "properties": {
    "instance_logs": {
      "type": "array",
      "description": "Instance logs for a Database Instance between a start and an end date.",
      "items": {
        "$ref": "#/components/schemas/scaleway.rdb.v1.InstanceLog"
      }
    }
  },
  "x-properties-order": [
    "instance_logs"
  ]
}