Advanced search

160 search results

Page 7 out of 7 Pages

  • 2.6 Tools: Check Domain Availability
    Answer:   General Information This is an additional tool which makes it easy to check if a domain is available for registration. All you have to do ...

  • Modify Zonedata: dns-zone-list
    Answer:   Accepts: pattern Pattern to match (globbing, like "dom*")   Returns: List zones (domains) which are managed and served by Joker.com name servers. Zones are listed one per line.   ...

  • Modify Zonedata: dns-zone-get
    Answer:   Requires: domain Zone (domain) name to fetch data from     Returns: Returns list of zone records. The format of zone is as follows (one record per line): <label> <type> ...

  • Modify Zonedata: dns-zone-put
    Answer:   Requires: domain Zone (domain) name to store data to zone URL encoded zone data       Returns: Replace current zone for provided domain with specified value. Field "zone" will be parsed as multiline ...

  • 1.16 FAQ for specific Top Level Domains: .LUXE - How to use with ENS
    Answer:   How to use ENS with .LUXE domains   ENS - the Ethereum Name Service - offers a secure & decentralised way to address resources both on and ...

  • 1.16 FAQ for specific Top Level Domains: .CN: How to get registrants of .cn domains verified (RNV)
    Answer: .CN Domains - Real Name Verification (RNV)   After registration, renewal or transfer of a -cn domain, there are special requirements of the registry CNNIC to meet ...

  • Rights and Roles: grants-list
    Answer:   Requires: domain Full qualified domain name   Accepts: showkey Show invitation access key   Get a list of active and pending grants. Returns lines in the following format (space-separated): invitation <nr> <scope> <key> ...

  • Rights and Roles: grants-invite
    Answer:   Request parameters: namevalue mandatory domain Full qualified domain name  yes email Email of user to be invited to accept a role for 'domain'  yes role Role offered (@admin/@billing/@tech/@creator)  yes client-uid      receiving Joker.com user id ...

  • Rights and Roles: grants-revoke
    Answer:   Requires: domain full qualified domain name role Role to be revoked from domain (@admin/@billing/@tech/@creator) scope identifier from 'grants-list' request type type of the record to revoke - "grant" or "invitation"   Deletes an issued ...

  • Python: Login and list your domains
    Answer: #!/usr/bin/env python import requests dmapiURL = 'https://dmapi.ote.joker.com' dmapiUser = 'username' dmapiPassword = 'password' def main(): loginResponse = login(dmapiUser,dmapiPassword) print("Login: Status-Code:", loginResponse.header['Status-Code']) ...

<<  previous  1  2  3  4  5  6  7