Containerリスト照会
    • PDF

    Containerリスト照会

    • PDF

    記事の要約

    該当Domainのコンテナリストを照会します。

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

    リクエスト

    リクエストパラメータ

    パラメータ名必須タイプ制約事項説明
    nameYesstring作成されているDomain名

    レスポンス

    フィールド名タイプ説明備考
    typestringindexer, searcherコンテナ種類
    containerStatusnumbercreated, warmup, running, clous_exiting, failed, unknownコンテナのステータス
  • created: 只今、コンテナが作成されたステータス
  • warmup: コンテナが実行されてデーモン実行及び検索ボリュームをメモリに積載しているステータス
  • running: コンテナが正常的に動作中であるステータス
  • clous_exitingコンテナの終了作業が進行中であるステータス
  • failed: コンテナの起動や終了作業が失敗された時に設定されるステータス
  • unknown: checkerがコンテナステータスを確認してないステータス
  • memoryUsageBytesnumberコンテナのメモリ使用量(バイト単位)

    レスポンスStatus

    HTTP StatusDesc
    200OK(照会完了)
    400Bad Request
    401Unauthorized
    401there is no such service
    403Forbidden
    404Not Found
    500Internal Server Error

    例示

    リクエスト例示

    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
    

    レスポンス例示

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

    この記事は役に立ちましたか?

    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.