-
Hi all,
I just installed phpipam and tried to use the API, but an exception is produced. The installation is the latest tar from sourceforge (1.2.1).
root@ipam:/var/www/html/phpipam# curl -X POS…
-
Currently, PHPIPAM embeds custom field objects into the top-level resource in any specific API object. Consider this example of an address, where the field `Custom1` has been added:
```
{ …
-
Hi,
I'm use API v2 to update a specific IP Address in a subnet but this will not update value in web interface. Everything is Ok for updating other values like description,owner ...
My request i…
-
Hello,
When I create a location through the API (tools controller), specifying it's postal address, geo coordinates are not filled automagically as when created through the web interface.
-
Getting this in the console when deleting sections, also in the API:
```
Error deleting section: JSON parsing error: invalid character '
-
Hi,
I'm trying to update an address with a PATCH request to the API. My token is being used just fine, the top part of my script queries the subnets controller to find the subnet and then pulls bac…
-
https://phpipam.net/#ecrypted_request wrongly states that the request to achieve encrypted request is :
> GET /api/app_id=&enc_request={encrypted_request} HTTP/1.1
It lacks the question mark to …
-
If I use the web interface to edit an IP address, phpipam will include/update the PTR record on powerdns, but if I use API PATCH method to change my an address, it will not push the change to powerdns…
-
I am looking for the method for "Add a new IP Adress" part. Normally the UI brings a free IP from subnet and it is possible to set it as used. Is there any API call for it? If not what is the way to d…
oguzy updated
7 years ago
-
Hello,
Locations, NAT and devices can't be managed through API.
I tried to put my hands into the code to write them, but when I tried to inspire from your code I realised my PHP coding skills are …