Containerタイプ変更
    • PDF

    Containerタイプ変更

    • PDF

    記事の要約

    Domainのコンテナタイプを変更します。

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

    リクエスト

    リクエストパラメータ

    パラメータ名必須タイプ制約事項説明
    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
    accept:application/json
    x-ncp-iam-access-key: teGTwtcSEGA7fu28BGGi
    x-ncp-apigw-signature-v2: R1r2ZoxV4QLK/weuoF8ug3NBQDzoecEVQgMRpZGoRp0=
    x-ncp-apigw-timestamp: 1545808031360
    
    {
      "type": "medium"
    }
    

    レスポンス例示

    {"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.