tls-certificates-and-hostnames_hostname_certid_input

APIs.ioEngineeringPlatform

Properties

Name Type Description
cert_id object
enabled object
hostname object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-hostname-certid-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_hostname_certid_input",
  "title": "tls-certificates-and-hostnames_hostname_certid_input",
  "properties": {
    "cert_id": {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_cert_id"
    },
    "enabled": {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_hostname-authenticated-origin-pull_components-schemas-enabled"
    },
    "hostname": {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_schemas-hostname"
    }
  },
  "type": "object"
}