When i curl http://127.0.0.1/api/v0 I get an expected output
{
“ack_alert”: “http://127.0.0.1/api/v0/alerts/{id}”,
“add_components”: “http://127.0.0.1/api/v0/devices/{hostname}/components/{type}”,
“add_device”: “http://127.0.0.1/api/v0/devices”,
“add_device_group”: “http://127.0.0.1/api/v0/devicegroups”,
ect.ect.ect
when i curl anything else like http://127.0.0.1/api/v0/bgp or /ports or /oxidized i get
file not found
validate looks good and daily has been running
Thanks in advance