Is it possible to get a list of pods and their status through the api?
Solved! Go to Solution.
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.