tls-certificates-and-hostnames_quota

APIs.ioEngineeringPlatform

Properties

Name Type Description
allocated integer Quantity Allocated.
used integer Quantity Used.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-quota-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_quota",
  "title": "tls-certificates-and-hostnames_quota",
  "properties": {
    "allocated": {
      "description": "Quantity Allocated.",
      "type": "integer"
    },
    "used": {
      "description": "Quantity Used.",
      "type": "integer"
    }
  },
  "type": "object"
}