Frågor för tabellen ContainerInventory
Information om hur du använder dessa frågor i Azure Portal finns i Log Analytics-självstudien. Information om REST-API:et finns i Fråga.
Information om containerlivscykel
Lista all information om en containers livscykel.
// Container Lifecycle Information
// List all of a container's lifecycle information.
ContainerInventory
| project Computer, Name, Image, ImageTag, ContainerState, CreatedTime, StartedTime, FinishedTime
| top 200 by FinishedTime desc