Troubleshoot managing deployed agents bookmark_borderbookmark¶
This document describes how to resolve errors that you might encounter when managing deployed agents.
Error when filtering the list of agents¶
Issue:
You receive an error message similar to the following:
See more code actions.
Light code theme
Dark code theme
Possible cause:
Your filter isn't formatted properly.
Recommended solution:
Update the formatting of your filter so it's formatted correctly. For example, you might be using the following to filter by display name. This filter isn't formatted correctly because it's missing quotation marks:
See more code actions.
Light code theme
Dark code theme
In this case, enclose {DISPLAY_NAME}
in double-quotation marks:
Was this helpful?