Scaleway · Schema

scaleway.lb.v1.ListRoutesResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

Name Type Description
routes array List of route objects.
total_count integer The total number of route objects.
View JSON Schema on GitHub

JSON Schema

scaleway-scalewaylbv1listroutesresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/scaleway.lb.v1.ListRoutesResponse",
  "title": "scaleway.lb.v1.ListRoutesResponse",
  "type": "object",
  "properties": {
    "routes": {
      "type": "array",
      "description": "List of route objects.",
      "items": {
        "$ref": "#/components/schemas/scaleway.lb.v1.Route"
      }
    },
    "total_count": {
      "type": "integer",
      "description": "The total number of route objects.",
      "format": "uint32"
    }
  },
  "x-properties-order": [
    "routes",
    "total_count"
  ]
}