You can call this operation to query information about multiple container groups at a time.
Description
Note:1. After the status of a container group becomes Successed, the computing resources provided by the ECS instance are released. The information about the latest 100 container groups (all regions included) that are run successfully will be retained. Information of other container groups will be deleted.
2. After the status of a container group becomes Failed, the computing resources provided by the ECS instance are released. The information about the container group will be retained for 24 hours.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | No | DescribeContainerGroups |
The operation that you want to perform. Set the value to DescribeContainerGroups. |
RegionId | String | Yes | cn-hangzhou |
The IDs of the regions where the container groups are deployed. |
ZoneId | String | No | cn-hangzhou-h |
The IDs of the zones where the container groups are deployed. If this parameter is not set, the system automatically selects the zones. By default, no value is specified. |
VSwitchId | String | No | vsw-bp1jrgfqqy54kg5hcf8bc |
The ID of the VSwitch. Currently, container groups can only be deployed in VPC networks. |
NextToken | String | No | d78f2dd8-5979-42fe-939e-b16db43be5bc |
The token required to get the next set of results. You do not need to specify the parameter value in the first call. If a NextToken is returned by a previous call, there are more results available. |
Limit | Integer | No | 20 |
The maximum number of resources returned in the response. Default value is 20. Maximum value: 20. The number of returned results is no greater than the specified number. |
Tag.N.Key | String | No | name |
The key of the tag. |
Tag.N.Value | String | No | test-xh |
The value of the tag. |
ContainerGroupIds | String | No | ["eci-bp14j2xod16swv8efxoz",] |
The IDs of the container groups in JSON strings. Maximum: 20. |
ContainerGroupName | String | No | test-xh |
The name of the container group. |
Status | String | No | Running |
The status list. For more information, see the description of ContainerGroup arrays. |
ResourceGroupId | String | No | rg-xxx |
The ID of the resource group to which the container group belongs. If you have not specified a resource group for the container group, it is added to the default resource group. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 1EB63BFD-273A-49D1-83DE-690465E29A15 |
The unique ID of the request. |
NextToken | String | d78f2dd8-5979-42fe-939e-b16db43be5bc |
The token required to get the next set of results. |
TotalCount | Integer | 19 |
The total number of container groups. |
ContainerGroups | Array |
The list of container groups. |
|
ContainerGroupId | String | eci-xxx |
The ID of the container group. |
ContainerGroupName | String | test |
The name of the container group. |
RegionId | String | cn-hangzhou |
The ID of the region where the container group is deployed. |
ZoneId | String | cn-hangzhou-h |
The ID of the zone where the container group is deployed. |
Memory | Float | 4.0 |
The amount of memory resources allocated to the container group. |
Cpu | Float | 2.0 |
The amount of CPU resources allocated to the container group. |
VSwitchId | String | vsw-bp1vzjjflab6wvjoxpogs |
The ID of the VSwitch. Container groups are deployed in VPC networks. |
SecurityGroupId | String | sg-bp12ujq5zpxuyjfo3o8r |
The ID of the security group. |
RestartPolicy | String | Never |
The restart policy of the container group. |
IntranetIp | String | 10.21.1.1 |
The internal IP address of the container group. |
Status | String | Running |
The creation status of the container. Valid values: Pending, Running, Succeeded, Failed, Scheduling, and ScheduleFailed. |
InternetIp | String | 21.3.43.4 |
The public IP address of the container group. |
CreationTime | String | 2018-08-02T15:00:00Z |
The time when the system received the request for creating the container group. The timestamp follows the UTC and RFC3339 formats. |
SucceededTime | String | 2019-12-11T04:33:42Z |
The time when all containers in the container group completed running the specified tasks. The timestamp follows the UTC and RFC 3339 formats. For example, 2018-08-02T15:00:00Z. |
EniInstanceId | String | eni-xxx |
The ID of the ENI instance. |
InstanceType | String | ecs.g5.large |
The type of the ECS instance. |
ExpiredTime | String | 2018-08-02T15:00:00Z |
The time when the container group failed to run due to overdue payments. The timestamp follows the UTC and RFC3339 formats. |
FailedTime | String | 2018-08-02T15:00:00Z |
The time when the container failed to run tasks. The timestamp follows the UTC and RFC3339 formats. |
RamRoleName | String | ram:PassRole |
The RAM role that the container group assumes. ECI and ECS share the same RAM role. For more information, see Use an instance RAM role by calling API operations. |
Ipv6Address | String | CDCD:0000:0000:0000:8475:1111:3900:2020=CDCD::8475:1111:3900:2020 |
The IPv6 address. |
Tags | Array |
The tags attached to the container group. Each tag is a key-value pair. You can attach up to 20 tags to a container group. |
|
Key | String | name |
The key of the tag. |
Value | String | test-xh |
The value of the tag. |
Events | Array |
The events of the container group. Maximum: 50. |
|
Count | Integer | 20 |
The number of events. |
Type | String | Normal |
The type of the event. Valid values: Normal and Warning. |
Name | String | test-xxx |
The name of the object to which the event belongs. |
Message | String | Started container |
The content of the event. |
FirstTimestamp | String | 2018-08-02T15:00:00Z |
The time when the event started. |
LastTimestamp | String | 2018-08-02T15:00:00Z |
The time when the event ended. |
Reason | String | Created |
The name of the event. |
Containers | Array |
The list of containers in the container group. |
|
Name | String | nginx |
The name of the container. |
Image | String | mysql |
The image of the container. |
Memory | Float | 2.0 |
The amount of memory resources allocated to the container. |
Cpu | Float | 2.0 |
The amount of CPU resources allocated to the container. |
RestartCount | Integer | 0 |
The number of times that the container has restarted. |
WorkingDir | String | /usr/local/nginx |
The working directory of the container. |
ImagePullPolicy | String | Always |
The policy for pulling an image. |
Ready | Boolean | true |
Indicates whether the container is ready. |
Gpu | Integer | 1 |
The amount of GPU resources allocated to the container. |
Stdin | Boolean | true |
Indicates whether the container allocates buffer resources for standard streams while the container is running. If no value is specified, an end-of-file (EoF) error may occur. Default value: false. |
StdinOnce | Boolean | true |
If Stdin is set to true, standard input streams remain connected among multiple sessions. If StdinOnce is set to true, standard input streams are connected after the container is started, and remain idle until a client is connected to receive data. After the client is disconnected, streams are also disconnected, and remain disconnected until the container is started again. |
Tty | Boolean | false |
Indicates whether interaction is enabled. Default is false. For example, if the command is "/bin/bash", this parameter is set to true. |
VolumeMounts | Array |
The list of volumes mounted to the container. |
|
Name | String | test-empty |
The name of the volume. The name is the same as the volume you selected when you purchased the container. |
MountPath | String | /usr/share/ |
The directory of the mounted volume. Data under this directory will be overwritten by the data in the volume. |
ReadOnly | Boolean | false |
Default value: false. |
Ports | Array |
The list of exposed ports and protocols. Maximum: 100. |
|
Port | Integer | 8080 |
The port number. Valid values: 1 to 65535. |
Protocol | String | TCP |
Valid values: TCP and UDP. |
EnvironmentVars | Array |
The environment variables. |
|
Key | String | PATH |
The name of the variable. |
Value | String | /usr/bin/ |
The value of the variable. |
ValueFrom | Struct |
The source of the variable value. The variable works as expected only when the value is not specified. |
|
FieldRef | Struct |
The fields of the container. |
|
FieldPath | String | status.podIP |
The path where the fields come from in the specified version. Currently, only |
Commands | List | [/bin/sh echo] |
The commands run by the container. You can define a maximum of 20 commands. Minimum length per string: 256 characters |
Args | List | ["hello"] |
The arguments passed to the commands. Maximum: 10. |
PreviousState | Struct |
The previous status of the container. |
|
State | String | Terminated |
The status of the container. Valid values: Waiting, Running, and Terminated. |
DetailStatus | String | working |
The details of the container status. |
ExitCode | Integer | 0 |
The exit code of the container. |
StartTime | String | 2018-08-02T15:00:00Z |
The time when the container started running. |
FinishTime | String | 2018-08-02T15:00:00Z |
The time when the container stopped running. |
Reason | String | Completed |
The reason why the container is in this status. |
Message | String | Back-off 5m0s restarting failed container=test pod=test_eci-xxx(xxx) |
The information about the container status. |
Signal | Integer | 1 |
The code of the container status. |
CurrentState | Struct |
The current status of the container. |
|
State | String | Terminated |
The status of the container. Valid values: Waiting, Running, and Terminated. |
DetailStatus | String | working |
The details of the container status. |
ExitCode | Integer | 0 |
The exit code of the container. |
StartTime | String | 2019-12-19T12:05:02Z |
The time when the container started running. |
FinishTime | String | 2018-08-02T15:00:00Z |
The time when the container stopped running. |
Reason | String | Started |
The reason why the container is in this status. |
Message | String | Back-off 5m0s restarting failed container=test pod=test_eci-xxx(xxx) |
The information about the container status. |
Signal | Integer | 1 |
The code of the container status. |
ReadinessProbe | Struct |
Indicates whether the container is ready. |
|
InitialDelaySeconds | Integer | 5 |
The time when the detection started. The initial time is when the container is started. |
PeriodSeconds | Integer | 1 |
The detection interval in seconds. Default is 10, and minimum is 1. |
TimeoutSeconds | Integer | 5 |
The detection timeout period in seconds. Default is 1, and minimum is 1 |
SuccessThreshold | Integer | 1 |
After the last detection failed, the minimum number of times that a detection must be successful consecutively before the detection is declared successful. Default is 1. Currently, the value must be 1. |
FailureThreshold | Integer | 3 |
After the last detection succeeded, the minimum number of times that a detection must fail consecutively before the detection is declared failed. Default is 3. |
Execs | List | ["/bin/sh", "-c", "echo Hello world > /usr/share/message"] |
The command to run detection tasks in the container. |
HttpGet | Struct |
The HTTP GET method. |
|
Path | String | /usr/local |
The path to the HTTP GET method. |
Port | Integer | 8080 |
The port for the HTTP GET method. |
Scheme | String | HTTP |
Valid values: HTTP and HTTPS. |
TcpSocket | Struct |
TCP sockets. |
|
Host | String | 1.2.3.4 |
The host. |
Port | Integer | 8888 |
The port number. |
LivenessProbe | Struct |
The liveness detection probe. |
|
InitialDelaySeconds | Integer | 10 |
The time when the detection started. The initial time is when the container is started. |
PeriodSeconds | Integer | 5 |
The detection interval in seconds. Default is 10, and minimum is 1. |
TimeoutSeconds | Integer | 10 |
The detection timeout period in seconds. Default is 1, and minimum is 1. |
SuccessThreshold | Integer | 1 |
After the last detection failed, the minimum number of times that a detection must be successful consecutively before the detection is declared successful. Default is 1. Currently, the value must be set to 1. |
FailureThreshold | Integer | 3 |
After the last detection succeeded, the minimum number of times that a detection must fail consecutively before the detection is declared failed. Default is 3. |
Execs | List | ["/bin/sh", "-c", "echo Hello world > /usr/share/message"] |
The command to execute tasks. |
HttpGet | Struct |
The HTTP GET method. |
|
Path | String | /usr/nginx/ |
The path to the HTTP GET method. |
Port | Integer | 80 |
The port for the HTTP GET method. |
Scheme | String | HTTP |
Valid values: HTTP and HTTPS. |
TcpSocket | Struct |
TCP sockets. |
|
Host | String | 1.2.3.4 |
The name of the host. |
Port | Integer | 80 |
The port number. |
SecurityContext | Struct |
The security context of the container group. |
|
ReadOnlyRootFilesystem | Boolean | true |
Indicates whether the root file system is set to the read-only mode. Currently, true is the only valid value. |
RunAsUser | Long | 1000 |
The UID of the endpoint where you can run container processes. |
Capability | Struct |
The default function library of the container. Currently, only CPU and memory are supported. |
|
Adds | List | [NET_ADMIN] |
Currently, the only valid value is NET_ADMIN. |
Volumes | Array |
The information about the mounted volume. You can mount up to 20 volumes. |
|
Type | String | EmptyDirVolume |
The type of the volume. Currently, the following types of volumes are supported: EmptyDirVolume, NFSVolume, ConfigFileVolume, and FlexVolume. |
Name | String | test-empty |
The name of the volume. |
NFSVolumePath | String | /eci |
The path to the NFS volume. |
NFSVolumeServer | String | 0eafxxxxx-xxxxx.cn-hangzhou.nas.aliyuncs.com |
The address of the NFS server. |
NFSVolumeReadOnly | Boolean | false |
Default value: false. |
DiskVolumeDiskId | String | d-xxxx |
The ID of DiskVolume. |
DiskVolumeFsType | String | xfs |
The type of DiskVolume. |
FlexVolumeDriver | String | flexvolume |
The name of the FlexVolume driver. |
FlexVolumeFsType | String | ntfs |
The type of the mounted file system. The default value is determined by the script of FlexVolume. |
FlexVolumeOptions | String | [nolock,tcp,noresvport] |
The list of FlexVolume objects. |
ConfigFileVolumeConfigFileToPaths | Array |
The list of configuration file paths. |
|
Content | String | hello world |
The content of the configuration file. Maximum size: 32 KB. |
Path | String | /usr/bin/ |
The relative file path. |
InitContainers | Array |
The list of init containers. |
|
Name | String | Init-xxx |
The name of the init container. |
Image | String | nginx |
The image of the container. |
Cpu | Float | 1.0 |
The amount of CPU resources allocated to the container. |
Memory | Float | 2.0 |
The amount of memory resources allocated to the container. |
RestartCount | Integer | 5 |
The number of times that the container has restarted. |
WorkingDir | String | /usr/test |
The working directory of the container. |
ImagePullPolicy | String | Always |
The policy for pulling an image. |
Ready | Boolean | true |
Indicates whether the container is ready. |
Gpu | Integer | 1 |
The amount of GPU resources allocated to the container. |
VolumeMounts | Array |
The mounted volumes. |
|
Name | String | test-empty |
The name of the volume. The name is the same as the volume you selected when you purchased the container. |
MountPath | String | /usr/share/ |
The directory of the mounted volume. Data under this directory will be overwritten by the data in the volume. |
ReadOnly | Boolean | false |
Default value: false. |
Ports | Array |
The exposed ports and protocols. Maximum: 100. |
|
Port | Integer | 8888 |
The port number. Valid values: 1 to 65535. |
Protocol | String | TCP |
Valid values: TCP and UDP. |
EnvironmentVars | Array |
The environment variables. |
|
Key | String | PATH |
The name of the variable. |
Value | String | /usr/local/bin |
The value of the variable. |
ValueFrom | Struct |
The source of the variable value. The variable works as expected only when the value is not specified. |
|
FieldRef | Struct |
The fields of the container. |
|
FieldPath | String | status.podIP |
The path where the fields come from in the specified version. Currently, the only
valid value is |
Command | List | [/bin/sh echo] |
The commands run by the container. |
Args | List | ['hello world'] |
The arguments passed to the commands. |
PreviousState | Struct |
The previous status of the container. |
|
State | String | Terminated |
The status of the container. Valid values: Waiting, Running, and Terminated. |
DetailStatus | String | working |
The details of the container status. |
ExitCode | Integer | 0 |
The exit code of the container. |
StartTime | String | 2019-12-24T05:35:44Z |
The time when the container started running. |
FinishTime | String | 2019-12-24T05:35:44Z |
The time when the container stopped running. |
Reason | String | completed |
The reason why the container is in this status. |
Message | String | Started container |
The information about the container status. |
Signal | Integer | 1 |
The code of the container status. |
CurrentState | Struct |
The current status. |
|
State | String | Running |
The status of the container. Valid values: Waiting, Running, and Terminated. |
DetailStatus | String | working |
The details of the container status. |
ExitCode | Integer | 0 |
The exit code of the container. |
StartTime | String | 2018-08-02T15:00:00Z |
The time when the container started running. |
FinishTime | String | 2018-08-02T15:00:00Z |
The time when the container stopped running. |
Reason | String | Started |
The reason why the container is in this status. |
Message | String | Created container |
The content of the event. |
Signal | Integer | 1 |
The code of the container status. |
SecurityContext | Struct |
The security context of the container. |
|
ReadOnlyRootFilesystem | Boolean | true |
Indicates whether the root file system is set to the read-only mode. Currently, true is the only valid value. |
RunAsUser | Long | 1557 |
The UID of the endpoint where you can run container processes. |
Capability | Struct |
The default function library of the container. Currently, only CPU and memory are supported. |
|
Adds | List | NET_ADMIN |
Currently, the only valid value is NET_ADMIN. |
HostAliases | Array |
The mapping between host names and IP addresses for a container in the container group. |
|
Ip | String | 42.101.1.10 |
The IP address of the container. |
Hostnames | List | ['hehe.com', 'haha.com'] |
The name of the host. |
DnsConfig | Struct |
The DNS settings. |
|
Options | Array |
The list of objects. Each object is a name-value pair. The value is optional. |
|
Name | String | name |
The name of the object variable. |
Value | String | value |
The value of the object variable. |
NameServers | List | [1.2.3.4] |
The list of DNS server IP addresses. |
Searches | List | [svc.local.kubenetes] |
The list of DNS lookup domains. |
EciSecurityContext | Struct |
The security context of the container group. |
|
Sysctls | Array |
The system information. |
|
Name | String | kernel.msgmax |
The name of the variable. |
Value | String | 65536 |
The value of the variable. |
Examples
Sample requests
http(s)://eci.aliyuncs.com/? Action=DescribeContainerGroups
&RegionId=cn-hangzhou
&<Common request parameters>
Sample success responses
JSON
format
{
"NextToken": "",
"TotalCount": 1,
"ContainerGroups": [
{
"EciSecurityContext": {},
"Containers": [
{
"VolumeMounts": [],
"Gpu": 0,
"PreviousState": {
"State": "",
"FinishTime": "",
"StartTime": ""
},
"RestartCount": 0,
"SecurityContext": {
"Capability": {}
},
"WorkingDir": "",
"CurrentState": {
"State": "Running",
"FinishTime": "",
"StartTime": "2019-12-24T05:35:44Z"
},
"Ready": true,
"Name": "test-imagepull",
"ImagePullPolicy": "IfNotPresent",
"Memory": 4,
"Cpu": 2,
"ReadinessProbe": {
"TcpSocket": {},
"HttpGet": {}
},
"Image": "registry-vpc.cn-hangzhou.aliyuncs.com/eci_open/nginx:1.14.2",
"EnvironmentVars": [
{
"Value": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"Key": "PATH",
"ValueFrom": {
"FieldRef": {}
}
},
{
"Value": "1.14.2-1~stretch",
"Key": "NGINX_VERSION",
"ValueFrom": {
"FieldRef": {}
}
},
{
"Value": "1.14.2.0.2.6-1~stretch",
"Key": "NJS_VERSION",
"ValueFrom": {
"FieldRef": {}
}
}
],
"LivenessProbe": {
"TcpSocket": {},
"HttpGet": {}
},
"Ports": []
}
],
"SecurityGroupId": "sg-bp19ryeo103eqznmcat0",
"RestartPolicy": "Always",
"FailedTime": "",
"DnsConfig": {},
"Events": [
{
"Name": "test-imagepull.15e337e2347880ac",
"LastTimestamp": "2019-12-24T05:35:39Z",
"Count": 1,
"Message": "pulling image \"registry-vpc.cn-hangzhou.aliyuncs.com/eci_open/nginx:1.14.2\"",
"Type": "Normal",
"FirstTimestamp": "2019-12-24T05:35:39Z",
"Reason": "Pulling"
},
{
"Name": "test-imagepull.15e337e37173d182",
"LastTimestamp": "2019-12-24T05:35:44Z",
"Count": 1,
"Message": "Successfully pulled image \"registry-vpc.cn-hangzhou.aliyuncs.com/eci_open/nginx:1.14.2\"",
"Type": "Normal",
"FirstTimestamp": "2019-12-24T05:35:44Z",
"Reason": "Pulled"
},
{
"Name": "test-imagepull.15e337e37306423e",
"LastTimestamp": "2019-12-24T05:35:44Z",
"Count": 1,
"Message": "Created container",
"Type": "Normal",
"FirstTimestamp": "2019-12-24T05:35:44Z",
"Reason": "Created"
},
{
"Name": "test-imagepull.15e337e377a39ab6",
"LastTimestamp": "2019-12-24T05:35:44Z",
"Count": 1,
"Message": "Started container",
"Type": "Normal",
"FirstTimestamp": "2019-12-24T05:35:44Z",
"Reason": "Started"
}
],
"InternetIp": "",
"ZoneId": "cn-hangzhou-i",
"ContainerGroupName": "test-imagepull",
"EniInstanceId": "eni-bp1gj8moqnu15zrvt0in",
"VSwitchId": "vsw-bp1vzjjflab6wvjoxpogs",
"CreationTime": "2019-12-24T05:35:27Z",
"Tags": [],
"ContainerGroupId": "eci-bp12wdqc3g6qtr44vrpt",
"Status": "Running",
"SucceededTime": "",
"Memory": 4,
"Cpu": 2,
"InitContainers": [],
"RegionId": "cn-hangzhou",
"IntranetIp": "192.168.168.91",
"ExpiredTime": "",
"Volumes": []
}
],
"RequestId": "8715677F-0F66-4013-A1FE-FA8136A3A4D1"
}
XML
format
<NextToken/>
<TotalCount>1</TotalCount>
<ContainerGroups>
<EciSecurityContext/>
<Containers>
<Gpu>0</Gpu>
<PreviousState>
<State/>
<FinishTime/>
<StartTime/>
</PreviousState>
<RestartCount>0</RestartCount>
<SecurityContext>
<Capability/>
</SecurityContext>
<WorkingDir/>
<CurrentState>
<State>Running</State>
<FinishTime/>
<StartTime>2019-12-24T05:35:44Z</StartTime>
</CurrentState>
<Ready>true</Ready>
<Name>test-imagepull</Name>
<ImagePullPolicy>IfNotPresent</ImagePullPolicy>
<Memory>4</Memory>
<Cpu>2</Cpu>
<ReadinessProbe>
<TcpSocket/>
<HttpGet/>
</ReadinessProbe>
<Image>registry-vpc.cn-hangzhou.aliyuncs.com/eci_open/nginx:1.14.2</Image>
<EnvironmentVars>
<Value>/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin</Value>
<Key>PATH</Key>
<ValueFrom>
<FieldRef/>
</ValueFrom>
</EnvironmentVars>
<EnvironmentVars>
<Value>1.14.2-1~stretch</Value>
<Key>NGINX_VERSION</Key>
<ValueFrom>
<FieldRef/>
</ValueFrom>
</EnvironmentVars>
<EnvironmentVars>
<Value>1.14.2.0.2.6-1~stretch</Value>
<Key>NJS_VERSION</Key>
<ValueFrom>
<FieldRef/>
</ValueFrom>
</EnvironmentVars>
<LivenessProbe>
<TcpSocket/>
<HttpGet/>
</LivenessProbe>
</Containers>
<SecurityGroupId>sg-bp19ryeo103eqznmcat0</SecurityGroupId>
<RestartPolicy>Always</RestartPolicy>
<FailedTime/>
<DnsConfig/>
<Events>
<Name>test-imagepull.15e337e2347880ac</Name>
<LastTimestamp>2019-12-24T05:35:39Z</LastTimestamp>
<Count>1</Count>
<Message>pulling image "registry-vpc.cn-hangzhou.aliyuncs.com/eci_open/nginx:1.14.2"</Message>
<Type>Normal</Type>
<FirstTimestamp>2019-12-24T05:35:39Z</FirstTimestamp>
<Reason>Pulling</Reason>
</Events>
<Events>
<Name>test-imagepull.15e337e37173d182</Name>
<LastTimestamp>2019-12-24T05:35:44Z</LastTimestamp>
<Count>1</Count>
<Message>Successfully pulled image "registry-vpc.cn-hangzhou.aliyuncs.com/eci_open/nginx:1.14.2"</Message>
<Type>Normal</Type>
<FirstTimestamp>2019-12-24T05:35:44Z</FirstTimestamp>
<Reason>Pulled</Reason>
</Events>
<Events>
<Name>test-imagepull.15e337e37306423e</Name>
<LastTimestamp>2019-12-24T05:35:44Z</LastTimestamp>
<Count>1</Count>
<Message>Created container</Message>
<Type>Normal</Type>
<FirstTimestamp>2019-12-24T05:35:44Z</FirstTimestamp>
<Reason>Created</Reason>
</Events>
<Events>
<Name>test-imagepull.15e337e377a39ab6</Name>
<LastTimestamp>2019-12-24T05:35:44Z</LastTimestamp>
<Count>1</Count>
<Message>Started container</Message>
<Type>Normal</Type>
<FirstTimestamp>2019-12-24T05:35:44Z</FirstTimestamp>
<Reason>Started</Reason>
</Events>
<InternetIp/>
<ZoneId>cn-hangzhou-i</ZoneId>
<ContainerGroupName>test-imagepull</ContainerGroupName>
<EniInstanceId>eni-bp1gj8moqnu15zrvt0in</EniInstanceId>
<VSwitchId>vsw-bp1vzjjflab6wvjoxpogs</VSwitchId>
<CreationTime>2019-12-24T05:35:27Z</CreationTime>
<ContainerGroupId>eci-bp12wdqc3g6qtr44vrpt</ContainerGroupId>
<Status>Running</Status>
<SucceededTime/>
<Memory>4</Memory>
<Cpu>2</Cpu>
<RegionId>cn-hangzhou</RegionId>
<IntranetIp>192.168.168.91</IntranetIp>
<ExpiredTime/>
</ContainerGroups>
<RequestId>8715677F-0F66-4013-A1FE-FA8136A3A4D1</RequestId>