Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.24 KB

File metadata and controls

17 lines (14 loc) · 1.24 KB

# VPSV1DockerManagerContainerResource

Properties

Name Type Description Notes
id string Unique container identifier (short form of Docker container ID)
name string Container name as defined in docker-compose or assigned by Docker
image string Docker image name and tag used to create this container
command string Command being executed inside the container (may be truncated with ...)
status string Human-readable container status including uptime, exit codes, or error information
state string Programmatic container lifecycle state for automated processing
health string Container health status
ports \Hostinger\Model\VPSV1DockerManagerContainerPortResource[] Array of `VPS.V1.DockerManager.ContainerPortResource`
stats \Hostinger\Model\VPSV1DockerManagerContainerStatsResource

[Back to Model list] [Back to API list] [Back to README]