dns-firewall_dns-firewall-reverse-dns

APIs.ioEngineeringPlatform

Properties

Name Type Description
ptr object Map of cluster IP addresses to PTR record contents
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dns-firewall-dns-firewall-reverse-dns-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dns-firewall_dns-firewall-reverse-dns",
  "title": "dns-firewall_dns-firewall-reverse-dns",
  "properties": {
    "ptr": {
      "additionalProperties": {
        "description": "PTR record content",
        "type": "string"
      },
      "description": "Map of cluster IP addresses to PTR record contents",
      "type": "object"
    }
  },
  "type": "object"
}