API difficulties on containers/stats #23459
-
Hello, I'd like to get the stats of my running containers but I'm stuck on the API call on /libpod/containers/stats through unix socket (cf. https://docs.podman.io/en/latest/_static/api.html?version=v5.0#tag/containers/operation/ContainersStatsAllLibpod) Here is the curl command I'm using : But dispite my efforts, I'm unable to get any result beside a "405 : Method Not Allowed" as you can see below. Could someone help me figure it out please? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Your screenshot shows /containers/stats while link you posted says /libpod/containers/stats, you also have to include the version first so |
Beta Was this translation helpful? Give feedback.
Your screenshot shows /containers/stats while link you posted says /libpod/containers/stats, you also have to include the version first so
/v5.0.0/libpod/containers/stats