Scaleway · Schema

scaleway.lb.v1.LbStats

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
backend_servers_stats array List of objects containing Load Balancer statistics.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewaylbv1lbstats-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.lb.v1.LbStats",
  "title": "scaleway.lb.v1.LbStats",
  "type": "object",
  "properties": {
    "backend_servers_stats": {
      "type": "array",
      "description": "List of objects containing Load Balancer statistics.",
      "items": {
        "$ref": "#/components/schemas/scaleway.lb.v1.BackendServerStats"
      }
    }
  },
  "x-properties-order": [
    "backend_servers_stats"
  ]
}