createCloudRedisConfigGroup
    • PDF

    createCloudRedisConfigGroup

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

    Cloud DB for Redis Config Groupを作成します。

    リクエスト

    リクエストパラメータ

    パラメータ名必須有無タイプ制約事項説明
    regionCodeNoStringリージョンコード
    Cloud DB for Redis Config Groupが作成されるリージョン(Region)を決定できます。
    regionCodeはgetRegionListアクションを通じて取得できます。
    Default:getRegionList照会結果の最初のリージョンを選択
    cloudRedisVersionYesString4.0.14-cluster, 4.0.14-simple, 5.0.14-cluster, 5.0.14-simpleCloud DB for Redisバージョン
    作成するConfig GroupのバージョンとCloud DB for Redisの構成情報です。
    4.0.14-cluster、4.0.14-simple, 5.0.14-cluster, 5.0.14-simpleが存在します。
    Config Groupの構成情報が作成するCloudRedisModeCodeと一致しないと、Redisクラスタは作成できません。
    configGroupNameYesStringアルファベット(小文字)、数字、ハイフン(-)のみで構成する必要があります。
    最初の文字はアルファベットに、最後の文字はアルファベットまたは数字にします。
    Min: 3, Max: 15
    作成するConfig Groupの名前
    configGroupDescriptionNoStringMin:0, Max:255Config Groupの説明
    最大255文字まで入力可能
    responseFormatTypeNoStringレスポンス結果のフォーマットタイプ
    Options: xml | json
    Default:xml

    レスポンス

    レスポンスボディ

    リクエスト例

    GET {API_URL}/createCloudRedisConfigGroup
    ?regionCode=KR
    &cloudRedisVersion=4.0.14-cluster
    &configGroupName=***test
    &configGroupDescription=decription
    

    レスポンス例

    <createCloudRedisConfigGroupResponse>
      <requestId>3c47b66a-222d-4ab1-a995-48097920fa92</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <cloudRedisConfigGroupList>
        <cloudRedisConfigGroup>
          <configGroupNo>**9</configGroupNo>
          <configGroupName>***test</configGroupName>
          <configGroupDescription>description</configGroupDescription>
          <configGroupStatusName>settingUp</configGroupStatusName>
            <configGroupStatus>
                <code>SETUP</code>
                <codeName>CONFIG GROUP Setup State</codeName>
            </configGroupStatus>
          <createDate>2021-05-12T22:44:56+0900</createDate>
          <modifyDate>2021-05-12T22:44:56+0900</modifyDate>
        </cloudRedisConfigGroup>
      </cloudRedisConfigGroupList>
    </createCloudRedisConfigGroupResponse>
    

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

    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.