DomainVersionSnapshot

Frozen state of a domain at a single version.

  • object
    Type: string

    Resource type identifier

  • auto_renew
    Type: boolean

    Whether auto-renewal was enabled at this version; omitted when unknown

  • period
    Type: object · Period

    Registration term at this version; omitted when unknown

    • object
      Type: string

      Resource type identifier

    • count
      Type: integer

      Count denominated in Unit

    • unit
      Type: string · period.Unitenum

      Unit, "y" (years) or "m" (months)

      values
      • y = UnitYear
      • m = UnitMonth
  • expires_at
    Type: string

    Registry expiry at this version; omitted when unknown

  • roid
    Type: string

    Registry object id (ROID) at this version; omitted before the registry confirms the create

  • sponsoring_registrar
    Type: string

    Sponsoring registrar at this version; omitted before the registry confirms the create

  • contacts
    Type: array object[] · DomainVersionContact[]

    Frozen role contacts assigned at this version; empty when none were assigned

    Frozen copy of a contact assigned to a role at a single version.

    • object
      Type: string

      Resource type identifier

    • role
      Type: stringenum

      Role this contact was assigned to at the version

      values
      • registrant
      • admin
      • tech
      • billing
    • first_name
      Type: string

      Contact's first name

    • last_name
      Type: string

      Contact's last name

    • org_name
      Type: string

      Contact's organization name

    • email
      Type: string

      Contact's email address

    • phone
      Type: string

      Contact's voice phone number

    • fax
      Type: string

      Contact's fax number

    • street1
      Type: string

      First address line

    • street2
      Type: string

      Second address line

    • city
      Type: string

      City

    • region
      Type: string

      State, province, or region

    • postal_code
      Type: string

      Postal or ZIP code

    • country_code
      Type: string

      ISO 3166-1 alpha-2 country code

    • disclose
      Type: boolean

      Whether the contact's details may be publicly disclosed

    • verification_status
      Type: string

      Registry verification status of the contact

    • is_active
      Type: boolean

      Whether the contact was active at the version

  • nameservers
    Type: array string[]

    Delegated nameserver hostnames at this version

  • epp_statuses
    Type: array string[]

    EPP status codes set at this version

  • ds_records
    Type: array object[] · DomainVersionDS[]

    DNSSEC delegation-signer records at this version

    Frozen DNSSEC delegation-signer record at a single version.

    • object
      Type: string

      Resource type identifier

    • key_tag
      Type: integer

      DNSKEY key tag identifying the referenced key

    • algorithm
      Type: integer

      DNSSEC algorithm number

    • digest_type
      Type: integer

      Digest algorithm type number

    • digest
      Type: string

      Hex-encoded digest of the referenced DNSKEY

    • max_sig_life
      Type: integer

      Maximum signature lifetime in seconds; omitted when unset