-
How do I create a subnet within a folder?
I'm getting the following message while the folder doens't have a subnet declared ?
`
{
"code": 400,
"success": false,
"message": "Subnet is not within bound…
-
I just downloaded phpipam version **1.2.1** from sourceforge. Everything works great with the exception of the API. I have tried several combinations of username, password, token, crypt, ssl, and none…
-
Running phpIPAM [v1.26] rev030
I have a IP in the system 192.168.200.51, which have ID: 18
This IP is alive and reachable from phpIPAM
If I in the GUI web interface, check it's availability I get this…
-
I see there's a way to query for a free IP but how about a free subnet? I'm looking to grab free /24 subnets that I can then use to provision AWS VPCs. Is that doable?
-
Version: 1.2.1
System: Ubuntu 16.04
Apache: 2.4.18
PHP: 7.0
MariaDB: 10.0
When creating an address via the api everything goes well unless setting a device.
This works:
`curl -k -X POST -H "token: $…
lcb-c updated
8 years ago
-
I think line 550 in class.phpipam-api.php should read
`else { $this->api_server_identifiers['id'.($cnt+1)] = $i; }`
instead of the current
`else { $this->api_server_identifi…
-
Hi,
I am using v1.24 rev11
GET /api/my_app/subnets/{id}/usage/
Returns
{
"code": 200,
"success": true,
"data": {
"used": 2,
"maxhosts": 4294967294,
"freehosts": 4294967292,
"…
-
I have read through several issues so far and have not found one that emulates my results quite yet. From terminal I run
curl -X POST -d '{"hostname":"testAPI","subnetId":"95","ip":""}' -H 'token: {…
-
```
$ http http://ipam.ap.int.zone/api/myapp/subnets/201/ token:'[token]'
HTTP/1.1 404 Not Found
Cache-Control: no-cache
Connection: Keep-Alive
Content-Length: 51
Content-Type: application/json
Date: …
-
Would it be possible to add MAC address as one of the input field for import? Thanks!