-
Two API enhancements related to subnets:
1. Get the subnets in a section by section name (rather than section id), e.g. `/api/my_app/section/{name}/subnets/`
2. Get all subnets in all sections (and al…
-
When creating a Subnet using the API it does not return any useful information on success such as the 'subnetid' or CIDR notation
`curl -X "POST" "http://dev.ipam/phpipam/api/app_dev/subnets/" \
…
-
It appears that the usage data for a subnet is not accurate, when I execute a GET sections/{$sectionId}/subnets/ it returns that there are 4294967294 'maxhosts' under 'usage'. This reoccurs for all su…
-
The return result for /sections/id/subnets shows the same symptom as #657
{
"id": "12",
"subnet": "45.66.32.0",
"mask": "24",
"sectionId": "3",
"description": null,
…
-
probably an error on my side, but I cannot get this to work. I can log in with a token:
$ curl -X GET -H "token: mNu75ZroMNKv4_LcinUZrWub" http://192.168.5.124/phpipam/api/myapi/user/
{"code":200,"s…
natxo updated
8 years ago
-
hello, I install phpipam on Ubuntu 16.04 with PHP7, After I enable API ,I use curl command like this:
```
curl -v -X POST -u Admin:ipamadmin "http://192.168.123.137/api/galaxy/user/"
```
then the re…
-
Trying to send a PATCH request to edit a subnet field is giving me a MySQL error - this happens for all fields, custom and default that i've tested
Here is the command and response i'm getting
curl.…
-
Hi Miha!
In order to get the api running in a subfolder installation (https://f.q.d.n/phpipam/api), I had to add the following settings to .htaccess in api:
```
/srv/phpipam# grep RewriteBase api/.h…
-
For certain use cases, it would be nice to have an API to get all address entries by leading substring of hostname. For example to return all address entries where hostname starts with "appserv-", re…
-
hi friend:
I want to use api v2, I use httpie to authen, I already open API, and api_id is aqjcteam, the command is `http --auth Admin:php123456 POST 192.168.123.137/phpipam/api/aqjcteam/user/ Con…