An event generated when a container starts.
JSON representation | |
---|---|
{ "actionId": integer, "portMappings": { integer: integer, ... }, "ipAddress": string } |
Fields | |
---|---|
actionId |
The numeric ID of the action that started this container. |
portMappings |
The container-to-host port mappings installed for this container. This set will contain any ports exposed using the |
ipAddress |
The public IP address that can be used to connect to the container. This field is only populated when at least one port mapping is present. If the instance was created with a private address, this field will be empty even if port mappings exist. |