Is there an direct URL Ad...
Is there an direct URL Adress availiable for update the IP ?
- Home
- Control Panel
- Community Forum
- Services
- Dynamic DNS Service
- Is there an direct URL Adress availiable for update the IP ?
- Community Forum
- Is there an direct URL Adress availiable for update the IP ?
Topic: Is there an direct URL Adress availiable for update the IP ?
by moejoedoe on Thursday, September 21, 2017
Hello everybody
I just want to know if there any direct URL Adress is availiable for update the IP ?
Cause i want make the request over python request and here you need an direct URL Address.
regards john
I just want to know if there any direct URL Adress is availiable for update the IP ?
Cause i want make the request over python request and here you need an direct URL Address.
regards john
Reply with quote |Report
by armo on Thursday, September 28, 2017
Yeah. There is a direct URL you can use to update the IP. It would be something like https://api.dynu.com/nic/update?username=&password=&hostname=
You can pass in different parameters depending on what hostnames you are trying to update. The parameter names include:
username=** : optional if you want to update one hostname and are passing in the hostname
password=** : password or base64, sha256 encoded password. Required
hostname=** : optional. You can use username and password to update all hostnames in your account
location=** : optional. Location name can be assigned to a hostname in the control panel. If you pass in username and location, all hostnames with the same location name will be updated
myip=** : optional. If you do not pass in an IPv4 address, the IP where the request originates will be used. If you do not want to update IPv4, pass in 'myip=no'.
myipv6=** : optional. Same as myip except it is IPv6 address.
You can pass in different parameters depending on what hostnames you are trying to update. The parameter names include:
username=** : optional if you want to update one hostname and are passing in the hostname
password=** : password or base64, sha256 encoded password. Required
hostname=** : optional. You can use username and password to update all hostnames in your account
location=** : optional. Location name can be assigned to a hostname in the control panel. If you pass in username and location, all hostnames with the same location name will be updated
myip=** : optional. If you do not pass in an IPv4 address, the IP where the request originates will be used. If you do not want to update IPv4, pass in 'myip=no'.
myipv6=** : optional. Same as myip except it is IPv6 address.
Reply with quote |Report
| Author | Topic: Is there an direct URL Adress availiable for update the IP ? |
|---|---|
|
moejoedoe Joined: 9/21/2017 |
Thursday, September 21, 2017 4:35 AM
Hello everybody
I just want to know if there any direct URL Adress is availiable for update the IP ? Cause i want make the request over python request and here you need an direct URL Address. regards john |
|
armo Joined: 6/23/2017 |
Thursday, September 28, 2017 4:35 PM
Yeah. There is a direct URL you can use to update the IP. It would be something like https://api.dynu.com/nic/update?username=&password=&hostname=
You can pass in different parameters depending on what hostnames you are trying to update. The parameter names include: username=** : optional if you want to update one hostname and are passing in the hostname password=** : password or base64, sha256 encoded password. Required hostname=** : optional. You can use username and password to update all hostnames in your account location=** : optional. Location name can be assigned to a hostname in the control panel. If you pass in username and location, all hostnames with the same location name will be updated myip=** : optional. If you do not pass in an IPv4 address, the IP where the request originates will be used. If you do not want to update IPv4, pass in 'myip=no'. myipv6=** : optional. Same as myip except it is IPv6 address. |
Saturday, June 13, 2026 10:34 AM
