Replies: 2 comments 3 replies
-
|
Can you share your script? did this work on previous versions? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Understood. It would be great if there was an API call to get the equivalent of the Containers page per environment, to show each container, it's current state and image status, so we don't need to iterate over each container and look them up. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ask a Question!
I used a script to query /api/endpoints and pull data from .Snapshots[].DockerSnapshotRaw.Containers[]. Looks like .Snapshots[].DockerSnapshotRaw is empty/null with no data. Is this a temporary issue with Docker or do I need to refactor my script.
(I used to pull container info so I could query the health of each container and it's image status)
Beta Was this translation helpful? Give feedback.
All reactions