We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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] => subnets )
I get the following result :
( [code] => 200 [success] => 0 [message] => No subnets found [time] => 0.007 )
The subnet exist in php ipam
Auth with crypt and api key
The text was updated successfully, but these errors were encountered:
Confirmed for me: working with password access (see #17 ) but not crypt access (see #14 )
Sorry, something went wrong.
No branches or pull requests
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] => subnets
)
I get the following result :
(
[code] => 200
[success] => 0
[message] => No subnets found
[time] => 0.007
)
The subnet exist in php ipam
Auth with crypt and api key
The text was updated successfully, but these errors were encountered: