node-powerdns
    Preparing search index...

    Type Alias ZoneSummary

    Zone summary payload returned by the zone list endpoint.

    rrsets are omitted from this shape, and dnssec / edited_serial may also be omitted when the upstream dnssec=false query flag is used.

    type ZoneSummary = {
        account: string;
        catalog?: string;
        dnssec?: boolean;
        edited_serial?: number;
        id: string;
        kind: ZoneType;
        last_check?: number;
        masters: string[];
        name: string;
        notified_serial: number;
        serial: number;
        url: string;
    }
    Index

    Properties

    account: string
    catalog?: string
    dnssec?: boolean
    edited_serial?: number
    id: string
    kind: ZoneType
    last_check?: number
    masters: string[]
    name: string
    notified_serial: number
    serial: number
    url: string