API to get the resources and links not working

Not getting the resource links details when running curl request:

root@topo-21:/opt/librenms# curl -H ‘X-Auth-Token: 959387fbd1f5be7f34fede1021e8847a’ http://10.0.1.53/api/v0/resources/links
{
“status”: “error”,
“message”: “Links do not exist”
}

curl -H ‘X-Auth-Token: 959387fbd1f5be7f34fede1021e8847a’ http://10.0.1.53/api/v0/resources
{
“status”: “error”,
“message”: “This API route doesn’t exist.”
}root@topo-21:/opt/librenms#

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.