-
I have setup phpIPAM on a CentOS 7 VM, and everything works fine. However, when I enable the API, and “Prettify Links”, I get 404 errors throughout the site.
Here are the links that I used:
In…
-
Hello,
It seems that fix of issue #1055 created another bug I just spotted :
The field is called hostname when I create the device, but dns_name when I read it.
```
curl -s --insecure --header…
-
Can someone give me some insight on what I am missing with the following api request?
curl -X GET --user apiuser:password http://servername.domain.net/api/ipam/user/
{"code":400,"success":0,"mes…
-
I have just updated to phpIPAM 1.3 from 1.2.
In v1.2 querying **/api/{user}/sections/{sectionid}/subnets/** returned a list of subnets for that SectionId.
In v1.3 i just get a blank screen.
…
-
Hi
Getting some database error while enabling API.
I actually used procedure to move phpipam from one machine to another machine. Imported the database from old machine and then downloaded new c…
-
Hello,
It seems that the device_types subcontroller of tools doesn't work.
```
root@sv-t-vnl-phpipam:~/save_phpipam_20170324# curl -s --insecure --header 'token: XXX' -X GET https://localhost/p…
-
Currently trying to retrieve all tags using the '/addresses/tags/' api fails with the message 'Invalid tag identifier'. Trying to retrieve a tag by name also gives the same error. This is due to the u…
-
Hi!
I had a question about stable releases. We are looking at upgrading our rather old PHPIPAM to the most recent version, and I am working on writing some integrations (and to that end we have a G…
-
Hi
I need some guidence on debugging this php cli script, coming from perl and python background, but not php(yet).
1. make use phpipam user can connect ipam.test.com server's mysql DB.
```
[…
-
Hello,
Whenever I try to create a device through the API, it fails saying :
`{"code":400,"success":0,"message":"Invalid request key dns_name","time":0.011}`
I don't have dns_name defined, nor …