Available in Classic
This is the container information.
Syntax
The syntax is as follows.
private String type;
private String containerStatus;
private long memoryUsageByte;
Field
The following describes the fields.
| Field |
Type |
Required |
Description |
type |
String |
Required |
Container type |
containerStatus |
String |
Required |
Container statuscreated | warmup | running | clous_exiting | failed | unknown created: The container has just been created warmup: The container is running, running daemon, and loading search volumes into memoryrunning: The container is working properlyclous_exiting: The container's shutdown operation is in progressfailed: The status set when a container's startup or shutdown operation fails unknown: The checker failed to resolve the container status
|
memoryUsageByte |
long |
Required |
Container's memory usage (byte) |