Scaleway · Schema

scaleway.lb.v1.ListCertificatesResponse

AICloud ComputingContainersDatabaseEuropean CloudInfrastructureKubernetesServerlessStorage

Properties

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

JSON Schema

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