Scaleway · Schema

scaleway.lb.v1.ListSubscriberResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

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

JSON Schema

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