-
I'm tring to execute api-example.php, thi si error:
PHP Notice: Array to string conversion in /var/www/html/phpipam/functions/classes/class.phpipam-api.php on line 652
PHP Notice: Undefined variab…
-
Terraform v0.12.24
+ provider.phpipam
#terraform init
* provider.phpipam: version = "~> 0.2"
* provider.vsphere: version = "~> 1.17"
Terraform has been successfully initialized!
#terraform p…
-
Hi,
thanks for your script :)
I test to migrate my phpipam to netbox
phpipam version 1.4
When I test the migration :
ipam-migrator "http://10.xxx.yyy.zzz/api/migrator,phpipam,login,admin…
-
hi,
not totally finished, but getting there ;-). I have most of the get functions done, and in the coming weeks I intend to finish the rest of the api:
https://github.com/natxo/phpipam-API
Th…
natxo updated
7 years ago
-
Hi,
I wrote a very basic code but it always game code 400, request is not valid:
```
from phpipam_client import PhpIpamClient, GET
ipam = PhpIpamClient(
url='https://myurl.local',
…
-
**Describe the bug**
```
curl https://myipamserver.domain/api/dns/subnets/22/ --header 'token: xxxmytokenxxx' -i
HTTP/1.1 415 Unsupported Media Type
Server: nginx/1.22.1
Date: Mon, 12 Aug 2024…
-
hey, scan agent updates database directly, however the scan agent usually (per design) sits in a network remote to the ipam (different datacenter, etc) - so ideally we could use https to send update/s…
-
Hi,
I tired to migrate phpipam to netbox but getting error below,
2020-08-20 13:38:18,567 ipam-migrator: [INFO] Searching for sections...
2020-08-20 13:38:18,740 ipam-migrator: [ERROR] Expecting …
-
**Is your feature request related to a problem? Please describe.**
In the early beginning of this project we decided to put all api calls inside classes where all modules derive from.
This was fine un…
-
**Describe the bug**
Hi, I follow this guide to upgrade from 1.4.7 to 1.5.0 : https://phpipam.net/documents/upgrade/
After git installation I went to WebUI for DB upgrade : Database needs to be up…