schemas:
Server:
title: Server
+ $id: Server
type: object
additionalProperties: False
properties:
Zone:
title: Zone
+ $id: Zone
description: This represents an authoritative DNS Zone.
type: object
additionalProperties: False
type: array
items:
type: string
- description: " List of IP addresses configured as a master for this zone (“Slave” type zones only)"
+ description: "List of IP addresses configured as a master for this zone (“Slave” type zones only)"
dnssec:
type: boolean
description: "Whether or not this zone is DNSSEC signed (inferred from presigned being true XOR presence of at least one cryptokey with active being true)"
RRSet:
title: RRSet
+ $id: RRSet
description: This represents a Resource Record Set (all records with the same name and type).
type: object
additionalProperties: False
Record:
title: Record
+ $id: Record
description: The RREntry object represents a single record.
type: object
additionalProperties: False
Comment:
title: Comment
+ $id: Comment
description: A comment about an RRSet.
type: object
additionalProperties: False
TSIGKey:
title: TSIGKey
+ $id: TSIGKey
description: A TSIG key that can be used to authenticate NOTIFY, AXFR, and DNSUPDATE queries.
type: object
additionalProperties: False
Autoprimary:
title: Autoprimary server
+ $id: Autoprimary
description: An autoprimary server that can provision new domains.
type: object
additionalProperties: False
ConfigSetting:
title: ConfigSetting
+ $id: ConfigSetting
type: object
additionalProperties: False
properties:
SimpleStatisticItem:
title: SimpleStatisticItem
+ $id: SimpleStatisticItem
type: object
additionalProperties: False
properties:
StatisticItem:
title: StatisticItem
+ $id: StatisticItem
type: object
additionalProperties: False
properties:
MapStatisticItem:
title: MapStatisticItem
+ $id: MapStatisticItem
type: object
additionalProperties: False
properties:
RingStatisticItem:
title: RingStatisticItem
+ $id: RingStatisticItem
type: object
additionalProperties: False
properties:
SearchResultZone:
title: SearchResultZone
+ $id: SearchResultZone
type: object
additionalProperties: False
properties:
SearchResultRecord:
title: SearchResultRecord
+ $id: SearchResultRecord
type: object
additionalProperties: False
properties:
SearchResultComment:
title: SearchResultComment
+ $id: SearchResultComment
type: object
additionalProperties: False
properties:
SearchResult:
title: SearchResult
+ $id: SearchResult
type: object
additionalProperties: False
oneOf:
Metadata:
title: Metadata
+ $id: Metadata
description: Represents zone metadata
type: object
additionalProperties: False
Cryptokey:
title: Cryptokey
+ $id: Cryptokey
description: "Describes a DNSSEC cryptographic key"
type: object
additionalProperties: False
Error:
title: Error
+ $id: Error
description: "Returned when the server encounters an error, either in client input or internally"
type: object
additionalProperties: False
CacheFlushResult:
title: CacheFlushResult
+ $id: CacheFlushResult
description: "The result of a cache-flush"
type: object
additionalProperties: False
View:
title: View
+ $id: View
properties:
zones:
type: array
Views:
title: Views
+ $id: Views
properties:
views:
type: array
Network:
title: Network
+ $id: Network
properties:
network:
type: string
Networks:
title: Networks
+ $id: Networks
properties:
networks:
type: array