MENU
      Container 타입 변경

        Container 타입 변경


        기사 요약

        도메인의 컨테이너 타입을 변경합니다.

        PATCH https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/{name}/type
        HTTP

        요청

        요청 파라미터

        파라미터명필수 여부타입제약 사항설명
        nameYesstring생성되어져 있는 Domain 이름

        요청 바디

        필드명필수 여부타입제약 사항설명
        typeYesstringsmall, medium, large, xlarge, xxlarge, xxxlarge 중 하나를 선택변경할 컨테이너 타입

        응답

        응답 Status

        HTTP StatusDesc
        200OK(변경 완료)
        400Bad Request
        401Unauthorized
        401there is no such service
        403Forbidden
        404Not Found
        500Internal Server Error

        예시

        요청 예시

        PATCH /CloudSearch/real/v1/domain/car/type HTTP/1.1
        Host: cloudsearch.apigw.ntruss.com
        Content-Type: application/json
        x-ncp-iam-access-key: teGTwtcSEGA7fu28BGGi
        x-ncp-apigw-signature-v2: R1r2ZoxV4QLK/weuoF8ug3NBQDzoecEVQgMRpZGoRp0=
        x-ncp-apigw-timestamp: 1545808031360
        
        {
          "type": "medium"
        }
        HTTP

        응답 예시

        {"result":"OK"}
        JSON

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

        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.