# list all apps List and info of all apps. Endpoint: GET /apps/listallapps Version: 6.6.1 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.Id` (string) ID of this container - `data.Names` (array) - `data.Image` (string) The name of the image used when creating this container - `data.ImageID` (string) The ID of the image that this container was created from - `data.Command` (string) Command to run when starting the container - `data.Created` (integer) When the container was created in epoch time - `data.Ports` (array) - `data.Ports.PrivatePort` (integer) Port on the container - `data.Ports.Type` (string) tcp, udp, sctp Enum: "tcp", "udp", "sctp" - `data.Ports.IP` (string) Host IP address that the container's port is mapped to - `data.Ports.PublicPort` (integer) Port exposed on the host - `data.Ports.HostConfig` (object) - `data.Ports.HostConfig.NetworkMode` (string) Network mode of container - `data.Ports.NetworkSettings` (object) A summary of the container's network settings - `data.Ports.NetworkSettings.Networks` (object) Configuration for a network endpoint. - `data.Ports.NetworkSettings.Networks.fluxDockerNetwork` (object) - `data.Ports.NetworkSettings.Networks.fluxDockerNetwork.IPAMConfig` (string) EndpointIPAMConfig represents an endpoint's IPAM configuration - `data.Ports.NetworkSettings.Networks.fluxDockerNetwork.Links` (string) Links - `data.Ports.NetworkSettings.Networks.fluxDockerNetwork.Aliases` (string) Aliases - `data.Ports.NetworkSettings.Networks.fluxDockerNetwork.NetworkID` (string) Unique ID of the network - `data.Ports.NetworkSettings.Networks.fluxDockerNetwork.EndpointID` (string) Unique ID for the service endpoint in a Sandbox - `data.Ports.NetworkSettings.Networks.fluxDockerNetwork.Gateway` (string) Gateway address for this network - `data.Ports.NetworkSettings.Networks.fluxDockerNetwork.IPAddress` (string) IPv4 address - `data.Ports.NetworkSettings.Networks.fluxDockerNetwork.IPPrefixLen` (string) Mask length of the IPv4 address - `data.Ports.NetworkSettings.Networks.fluxDockerNetwork.IPv6Gateway` (string) IPv6 gateway address - `data.Ports.NetworkSettings.Networks.fluxDockerNetwork.GlobalIPv6Address` (string) Global IPv6 address - `data.Ports.NetworkSettings.Networks.fluxDockerNetwork.GlobalIPv6PrefixLen` (string) Mask length of the global IPv6 address - `data.Ports.NetworkSettings.Networks.fluxDockerNetwork.MacAddress` (string) MAC address for the endpoint on this network - `data.Ports.NetworkSettings.Networks.fluxDockerNetwork.DriverOpts` (string) DriverOpts is a mapping of driver options and values. These options are passed directly to the driver and are driver specific. - `data.Ports.Mounts` (array) - `data.Ports.Mounts.Type` (string) Mount type Enum: "bind", "volume", "tmpfs", "npipe" - `data.Ports.Mounts.Source` (string) Path of dir to mount - `data.Ports.Mounts.Destination` (string) Dir of container to bind mount - `data.Ports.Mounts.Mode` (string) Bind mount mode - `data.Ports.Mounts.RW` (boolean) Whether the mount should be read-write - `data.Ports.Mounts.Propagation` (string) A propagation mode with the value [r]private, [r]shared, or [r]slave. Enum: "private", "rprivate", "shared", "rshared", "slave", "rslave" - `data.Labels` (object) User-defined key/value metadata - `data.Labels.description` (string) Description of app - `data.Labels.maintainer` (string) Name/alias of creator/maintainer of app - `data.Labels.repository` (string) Url to repository - `data.Labels.version` (number) Version number - `data.State` (string) State/status of the container - `data.Status` (string) Additional human-readable status of this container