Hi All,
I have enabled API access however when I comes to running a query, the response I get is it’s “disabled”. Any ideas?
root@uk3soc-observium01:/opt/observium# cat config.php | grep api
$config['api']['enabled'] = 1;
uk1soc-hopoff01:~$ curl -u username:password http://10.200.252.10/api/v0/devices
The API is disabled
uk1soc-hopoff01:~$
Thank you.