Documentation Index

Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

Container

Prev Next

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
  • indexer | searcher
containerStatus String Required Container status
  • created | 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 memory
    • running: The container is working properly
    • clous_exiting: The container's shutdown operation is in progress
    • failed: 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)