In researching some problematic computer issues in Jamf Pro (mainly duplicate S/Ns causing API errors), I've found a number of computer objects that display in an Inventory Search but clicking on them yields a 404 error in both the Web UI and the API:
API: https://our.server.name:8443/JSSResource/computers/id/11857
Result:
<html> <head> <title>Status page</title> </head> <body style="font-family: sans-serif;"> <p style="font-size: 1.2em;font-weight: bold;margin: 1em 0px;">Not Found</p> <p>The server has not found anything matching the request URI</p> <p>You can get technical details <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5">here</a>.<br> Please continue your visit at our <a href="/">home page</a>. </p> </body> </html>
Any thoughts on how to proceed from here? So far I've identified at least 6 computer objects for which this is the case, so it's not exactly an isolated problem. The Inventory Search shows them as being there, but any attempt to see details or operate on the object gets a 404. ☹