tls-certificates-and-hostnames_ownership_verification_http

This presents the token to be served by the given http url to activate a hostname.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-ownership-verification-http-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_ownership_verification_http",
  "title": "tls-certificates-and-hostnames_ownership_verification_http",
  "description": "This presents the token to be served by the given http url to activate a hostname.",
  "oneOf": [
    {
      "properties": {
        "http_body": {
          "description": "Token to be served.",
          "example": "5cc07c04-ea62-4a5a-95f0-419334a875a4",
          "type": "string"
        },
        "http_url": {
          "description": "The HTTP URL that will be checked during custom hostname verification and where the customer should host the token.",
          "example": "http://custom.test.com/.well-known/cf-custom-hostname-challenge/0d89c70d-ad9f-4843-b99f-6cc0252067e9",
          "type": "string"
        }
      },
      "type": "object"
    }
  ],
  "type": "object"
}