16 Oct 2023 04:21 PM
Is it possible to get a list of pods and their status through the api?
Solved! Go to Solution.
16 Oct 2023 04:34 PM
Hi, you can use metric builtin:kubernetes.pods to get pods by status.
My suggestion is to build your query (filters, split by etc...) on a Data Explorer then click "Copy request" to get API call for it.