사용량 제한 변경
    • PDF

    사용량 제한 변경

    • PDF

    Article Summary

    아래 항목에 대해 도메인에 사용량 제한을 설정할 수 있습니다.

    • document_upload : 업로드 문서 크기 / uploaded documnet byte
    • reindex : 재색인(섹션, 색인 추가 시 발생) 문서 크기 / reindexed document byte
    • autocomplete_reindex : 자동완성 적용된 문서의 수 / reindexed document count for autocomplete
    • search_response : Search Query 네트워크 사용량 / response size of searching, unit is byte
    PUT https://cloudsearch.apigw.gov-ntruss.com/CloudSearch/real/v1/domain/{name}/quota/{type}
    

    요청

    요청 파라미터

    파라미터 명필수 여부타입제약사항설명
    nameYesstring생성되어져 있는 Domain 이름
    typeYesstring사용량을 제한할 항목search_response, document_upload, reindex, autocomplete_reindex

    요청 바디

    파라미터 명필수 여부타입제약사항설명
    intervalYesstring1Month, 1Day사용량 초기화 주기
  • 1Month(reset: 매달 1일, 0:00:00)
  • 1Day(reset: 00:00)
  • quotaYesnumber0으로 설정할 경우, 사용량 제한이 해제됩니다.제한 사용량

    응답

    응답 Status

    HTTP StatusDesc
    200OK(설정 완료)
    400Bad Request
    401Unauthorized
    403Forbidden
    404Not Found
    500Internal Server Error

    예시

    요청 예시

    PUT https://cloudsearch.apigw.gov-ntruss.com/CloudSearch/real/v1/domain/my_service/quota/search_response
    
    {
      "interval": "1Month",
      "quota": 10000000000
    }
    

    응답 예시

    {"result":"ok"}
    

    이 문서가 도움이 되었습니까?

    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.