-
I'm experiencing issues in updating the description field via the API. Below is a code snippet I'm using as a test.
```
#!/bin/sh
curl --insecure --request PATCH \
--url https://[obfuscated]/api/P…
-
Hi,
i run phpipam on a docker container behind a nginx proxy.
After enabling API and created mcrypted api app i get following at my tests.
> > curl -X OPTIONS "https://ipam.mydomain.net/api/appid/"
…
-
Due to high log write volumes, I want to switch from DB-based logging to syslog-only logging.
I made the change in server settings from `Syslog: Database` to `Syslog: syslog`.
I monitored the `phpip…
-
Sorry, replying too faster under case #381. I have an error:
```
PHP Warning: Missing argument 1 for Sections_controller::read_subnet_nameserver(), called in /data/www/phpipam/api/controllers/Sectio…
-
Hi Miha!
I have a little issue trying to connect to out phpIPAM API:
``` shell
❯ ~ curl -X POST -u '1:1' "https://ipam.intern.iwelt.de/api/alfred/sections/"
error/404/
```
I also made sure that m…
frdmn updated
8 years ago
-
Hello, for futur version, could you please add the posibility to get linked name servers (and not only their id) for a subnet by adding the following code in api/v2/controllers/Subnets.php. Thanks.
`…
-
Reading over the API docs and experimenting there doesn't appear to be any way to get a list of subnets or vlans without walking them out of the sections endpoint. If I hit /api/$user/sections it ret…
-
@fxed: This is primarily for you to consider :) But others are welcome to comment as well!
I have tested the firewall zone feature and I miss a feature: **multiple subnets per firewall zone**
Two ex…
-
API v2 (phpIPAM IP address management [v1.19] rev045)
Request: `PATCH https://ipam.server.net:443/api/myapp/addresses/nn/`
Payloads:
`tag:2
{ description: "test #1",
note: "test #1 note",
owner: "Al…
stimg updated
8 years ago
-
phpIPAM gained PowerDNS integration recently, which is great!
It does this however by directly connecting to the MySQL database behind PowerDNS.
PowerDNS also sports a JSON-powered API to manage DNS…