• Ian Wienand's avatar
    dns_rackspace: search for domain · 8b3d792b
    Ian Wienand authored
    The current call uses the /domains end-point which lists all domains.
    This only returns 100 domains at a time, so for long domain lists you
    may not match and find the required ID.
    
    Switch to using the search interface that only returns values matching
    the requested domain.  This will avoid missing results.
    
    Reported by @jjamfd.
    
    Closes: #2944
    8b3d792b
dns_rackspace.sh 6 KB