Код: Выделить всё
curl --location --request GET 'https://192.168.10.10:8000/api/api.php?login=root&pass=Forest340340340'
Код: Выделить всё
{
"code": 0,
"message": "auth ok"
}
Код: Выделить всё
curl --location --request GET 'https://192.168.10.10:8000/api/api.php?login=root&pass=Forest340340340&module=ipmanager&subdo=listipv4ipm'
Код: Выделить всё
curl --location --request GET 'https://192.168.10.10:8000/api/api.php?user=root&pass=Forest340340340&module=ipmanager&subdo=addipm&ip_net=192.168.10.11&netmask=24&gateway=192.168.10.1'
Код: Выделить всё
{"code":1,"message":"Not perm1"}