rum_create-site-request

APIs.ioEngineeringPlatform

Properties

Name Type Description
auto_install object
host string The hostname to use for gray-clouded sites.
zone_tag object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-rum-create-site-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/rum_create-site-request",
  "title": "rum_create-site-request",
  "properties": {
    "auto_install": {
      "$ref": "#/components/schemas/rum_auto_install"
    },
    "host": {
      "description": "The hostname to use for gray-clouded sites.",
      "example": "example.com",
      "type": "string"
    },
    "zone_tag": {
      "$ref": "#/components/schemas/rum_zone_tag"
    }
  },
  "type": "object"
}