MENU
      Get usage limits

        Get usage limits


        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.

        View the usage limits set for your domain.

        • document_upload: uploaded document size(byte)
        • reindex: reindexing (section, when adding index) document size(byte)
        • autocomplete_reindex: number of autocompleted documents
        • search_response: Search query network usage(byte)
        GET https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/{name}/quota
        HTTP

        Request

        Request Parameters

        ParameterRequiredTypeLimitationsDescription
        nameYstringDomain name

        Response

        FieldTypeDescriptionNote
        [].typestringItems with usage limitssearch_response, document_upload, reindex, autocomplete_reindex
        [].statusstringResource Statususable, unusable
        [].updateTimestringLast time the status or usage limit setting was changed
        [].quotanumberUsage restriction
        [].intervalstringInitialization Cycle1month, 1day
        [].usageQuantitynumberUsage during the set period

        Response status

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

        Examples

        Request Example

        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
        HTTP

        Response Example

        [
          {
            "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
          }
        ]
        JSON

        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.