Get container list
    • PDF

    Get container list

    • PDF

    Article summary

    We are preparing a localization service for the content. We will do our best to provide the localization service as soon as possible.

    Gets a list of containers in a domain.

    GET https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/{name}/container
    

    Request

    Request Parameters

    ParameterRequiredTypeLimitationsDescription
    nameYstringDomain name

    Response

    FieldTypeDescriptionNote
    typestringindexer, searcherContainer type
    containerStatusnumbercreated, warmup, running, clous_exiting, failed, unknownContainer status
  • created: Just created.
  • warmup: The container is started; a daemon is started and search volumes are being loaded into memory.
  • running: The container is running.
  • The clous_exiting container is exiting.
  • failed: Failed to start or exit the container.
  • unknown: The checker cannot determine the container status.
  • memoryUsageBytesnumberContainer’s memory usage (in bytes)

    Response status

    HTTP statusDescription
    200OK (Successfully completed)
    400Bad Request
    401Unauthorized
    401there is no such service
    403Forbidden
    404Not Found
    500Internal Server Error

    Examples

    Request Example

    GET /CloudSearch/real/v1/domain/car_beta/container HTTP/1.1
    Host:cloudsearch.apigw.ntruss.com
    accept:application/json
    x-ncp-apigw-signature-v2: tmD1qimgMww+v6rxPp8sWYuNjyAx5BHTDfx3D7cFGT0=
    x-ncp-apigw-timestamp: 1551459012579
    x-ncp-iam-access-key: teGTwtcSEGA7fu28BGGi
    

    Request Example

    [
      {
        "type": "indexer",
        "containerStatus": "running",
        "memoryUsageByte": 300716032
      },
      {
        "type": "searcher",
        "containerStatus": "running",
        "memoryUsageByte": 258715648
      }
    ]
    

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.