phpipam-api-clients icon indicating copy to clipboard operation
phpipam-api-clients copied to clipboard

Collection of API clients for phpipam API

Results 22 phpipam-api-clients issues
Sort by recently updated
recently updated
newest added

When I try: $API->execute ("GET", "subnets", array("cidr", $full_subnet), array(), $token_file); $full_subnet = '192.168.136.64/26' here is the parameters of the api : Array ( [id] => cidr [id2] => 192.168.136.64/26 [controller]...

Hi, I follow your recommandations but it doesn(t work for me. Here is my output when I call the example.php after fill in the api-config.php with good informations : php...

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...

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 'token:h==kas7bR$eX__2TgHKyW0oO'`...

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...

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:...

enhancement

I've the following happening: on a new install phpipam 1.7.3 and php 8.3.15 I've a script which contains several different $API->execute statements. The script worked on phpipam 1.5.x but now,...

Hi, I'm surprised (and frustrated) this is still an issue? It is still not solved. Anyone working with the API who has a working solution with OpenSSL ? In class.phpipam-api.php,...