<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div>On Fri, May 26, 2023, at 06:58, Shailendra Gautam via Pdns-users wrote:<br></div><blockquote type="cite" id="qt" style=""><div dir="ltr"><div>Hello, <br></div><div><br></div><div>I cannot seem to update the server-id of my installation.<br></div><div>It is currently set as localhost although I have explicitly set it to server-id:<br></div><div><br></div><div>[root@powerdns ~]# curl <a href="http://127.0.0.1:8081/api/v1/servers">http://127.0.0.1:8081/api/v1/servers</a><br></div><div>[{"autoprimaries_url": "/api/v1/servers/localhost/autoprimaries{/autoprimary}", "config_url": "/api/v1/servers/localhost/config{/config_setting}", "daemon_type": "authoritative", "id": "localhost", "type": "Server", "url": "/api/v1/servers/localhost", "version": "4.7.4", "zones_url": "/api/v1/servers/localhost/zones{/zone}"}]<br></div><div><br></div><div>[root@powerdns ~]# cat /etc/pdns/pdns.conf | grep -i server-id<br></div><div># server-id     Returned when queried for 'id.server' TXT or NSID, defaults to hostname - disabled or custom<br></div><div># server-id=<br></div><div>server-id="pdns"<br></div><div><br></div><div>I'd like to change the api from `/api/v1/servers/localhost` to `/api/v1/servers/pdns`, how do I achieve this, am I missing something? I am using the mysql backend.<br></div></div></blockquote><div><br></div><div>I'm pretty sure those are unrelated IDs, and the 'localhost' in the API URLs cannot be changed.<br></div><div><br></div></body></html>