Scaleway · Schema

scaleway.iam.v1alpha1.ListLogsResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
logs array List of logs.
total_count integer Total count of logs.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewayiamv1alpha1listlogsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.iam.v1alpha1.ListLogsResponse",
  "title": "scaleway.iam.v1alpha1.ListLogsResponse",
  "type": "object",
  "properties": {
    "logs": {
      "type": "array",
      "description": "List of logs.",
      "items": {
        "$ref": "#/components/schemas/scaleway.iam.v1alpha1.Log"
      }
    },
    "total_count": {
      "type": "integer",
      "description": "Total count of logs.",
      "format": "uint64"
    }
  },
  "x-properties-order": [
    "logs",
    "total_count"
  ]
}