使用量制限照会
    • PDF

    使用量制限照会

    • PDF

    記事の要約

    Domainに設定された使用量制限を照会します。

    • document_upload : アップロード’したDocumentサイズを表示します。 / uploaded documnet byte
    • reindex : 再インデックス(セクション、インデックス追加時に発生)されたDocumentサイズを表示します。/ reindexed document byte
    • autocomplete_reindex : 自動完成が適用されたDocumentの数を表示します。 / reindexed document count for autocomplete
    • search_response : Search Queryネットワーク使用量を表示します。/ response size of searching, unit is byte
    GET https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/{name}/quota
    

    リクエスト

    リクエストパラメー

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

    レスポンス

    フィールド名タイプ説明備考
    [].typestring使用量制限を設定した項目search_response, document_upload, reindex, autocomplete_reindex
    [].statusstringリソースステータスusable, unusable(使用量超過)
    [].updateTimestring最後に、ステータス或いは使用量制限設定が変更された時間
    [].quotanumber使用量制限
    [].intervalstring初期化周期1Month, 1Day
    [].usageQuantitynumber設定した周期の間の使用量

    レスポンスStatus

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

    例示

    リクエスト例示

    GET /CloudSearch/beta/v1/domain/my_service/quota HTTP/1.1
    Host: cloudsearch.apigw.ntruss.com
    accept:application/json
    x-ncp-iam-access-key: cPMl0CYGgRYvEa8sylCj
    x-ncp-apigw-signature-v2: +Ln++MqcKHckKli2y/bB76xLUu8qR9rLvo6j2yIYuYg=
    x-ncp-apigw-timestamp: 1551453306138
    

    レスポンス例示

    [
      {
        "type": "search_response",
        "status": "usable",
        "updateTime": "30-04-2019 15:00:01",
        "quota": 10000000000,
        "interval": "1Month",
        "usageQuantity": 6221
      },
      {
        "type": "document_upload",
        "status": "usable",
        "updateTime": "30-04-2019 15:00:05",
        "quota": 1000000,
        "interval": "1Month",
        "usageQuantity": 17736
      }
    ]
    

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

    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.