dls_regional_hostname_response

APIs.ioEngineeringPlatform

Properties

Name Type Description
created_on object
hostname object
region_key object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dls-regional-hostname-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dls_regional_hostname_response",
  "title": "dls_regional_hostname_response",
  "properties": {
    "created_on": {
      "allOf": [
        {
          "$ref": "#/components/schemas/dls_timestamp"
        },
        {
          "description": "When the regional hostname was created"
        },
        {
          "example": "2014-01-01T05:20:00.12345Z"
        }
      ]
    },
    "hostname": {
      "$ref": "#/components/schemas/dls_hostname"
    },
    "region_key": {
      "$ref": "#/components/schemas/dls_region_key"
    }
  },
  "required": [
    "hostname",
    "region_key",
    "created_on"
  ],
  "type": "object"
}