We’ve got a few devices out in the wild (production) that are periodically responding to our HTTP POST requests to the Agent URL with an HTTP 600 Response Code.
Problem occurs intermittently. It’s about a 70/30 split (600 Response vs. 200 Response/working) and only for some of the Agent URLs we hit.
Anyone know what this means / how to begin to address?
Actually, I dug and found several; only your agents are ever returning these, we’re not seeing anyone else get them.
Is there any way your agent code can return that? The return code generally comes from your agent code with some rare exceptions (the load balancers can return 503 for example).