-
I use curl exec is ok , but use api-clients call will return HTTP/1.1 400 Bad Request error...
who can help me....
`[root@weather IPAM]# curl -X GET http://ipam.xxx.xxx.xxx/api/ipam/user/ --header…
-
**Request for help using phpIPAM / Misc question?**
...
I know this is not a phpIPAM problem specific, but I'm trying to get this working and so far non of the reddit pages I tired allowed me to p…
rc088 updated
3 years ago
-
I used the fork https://github.com/absynth47215/ipam-migrator
Thank you @Callum027 and @absynth47215 for sharing your work!
When I run this command:
```$ ipam-migrator --log-level DEBUG -naisv ht…
-
It would be nice to see a Python API module. Since it is greenfield, and Python 2.x is being deprecated, perhaps it could just start off with Python 3.x. being required.
-
Does PHPIPAM do any type of Google API calls natively?
I am in China, on a split tunnel business VPN and the Website takes a long time to load when I try to manage PHPIPAM. I suspect that this may …
-
Trying the following code
```
resource "phpipam_subnet" "folders" {
subnet_address = "192.168.10.0"
subnet_mask = "24"
description = "Test"
section_id = 54
is_folder …
-
Hi,
As described in the subject, I am very surprised to see that "customer" parameter is not available when creating VLAN and SUBNET using API (available in "add Vlan" form ofvthe GUI, and indirectl…
-
**Request for help using phpIPAM / Misc question?**
...hi guys, anyone have had any experience with the nmap script by the below user? appreciate if you could guide me, Im stuck in the API portion, a…
-
In file class.phpipam-api.php, on lines 191-201, the comment lists the access as private but the array itself is marked public. Is this an oversite or am I just missing the point of the access listing…
-
How would I use this to get first free address for a resource im provisioning eg. 5 times?
My use case is provisioning 5 vSphere VMs cloned from a template and get 5 free addresses.
Im currently…