createCloudMysqlSlaveInstance
    • PDF

    createCloudMysqlSlaveInstance

    • PDF

    Article Summary

    Available in VPC

    A Slave server instance is added to Cloud DB for MySQL instance.

    Requests

    Request parameters

    ParametersTypeRequirement statusDescriptionRestrictions
    regionCodeStringNRegion code for which Cloud DB for MySQL instance exists
    - Can be obtained through getRegionList action
    - Default: choose the first region viewed through getRegionList
    -
    cloudMysqlInstanceNoStringYCloud DB for MySQL instance number
    - Can be obtained through getCloudMysqlInstanceList action
    -
    subnetNoStringNSubnet number
    - Can be obtained through getCloudMysqlTargetSubnetList action
    - When Cloud DB for MySQL instance's isMultiZone is true, you must enter subnetNo.
    - When Cloud DB for MySQL instance's isMultiZone is false, you do not enter subnetNo. existing subnetNo is used.
    - A public domain can only be applied for usage on the DB server created in Public Subnet.
    - Subnet transfer is not possible after a Cloud DB for MySQL slave server instance has been created.
    -
    responseFormatTypeStringNFormat type for the response results
    - options: xml | json
    - default: xml
    -

    Responses

    Response bodies

    For response bodies, please refer to CloudMysqlInstanceList.

    Examples

    Request examples

    The following is an example of a request body.

    GET {API_URL}/createCloudMysqlSlaveInstance
    ?regionCode=KR
    &cloudMysqlInstanceNo=****890
    &subnetNo=****91
    

    Response examples

    The following are examples of responses.

    If the response shows that format type (responseFormatType) is json

    {
      "createCloudMysqlSlaveInstanceResponse": {
        "requestId": "ec3580e6-2cc8-487b-bc61-f4ff52ffebc0",
        "returnCode": 0,
        "returnMessage": "success",
        "totalRows": 1,
        "cloudMysqlInstanceList": {
          "cloudMysqlInstance": {
            "cloudMysqlInstanceNo": "****890",
            "cloudMysqlServiceName": "test-****",
            "cloudMysqlInstanceStatusName": "pending",
            "cloudMysqlInstanceStatus": {
              "code": "CREAT",
              "codeName": "CLOUD DATABASE(VPC) Created State"
            },
            "cloudMysqlInstanceOperation": {
              "code": "NULL",
              "codeName": "CLOUD DATABASE(VPC) Null OP"
            },
            "cloudMysqlImageProductCode": "SW.VDBAS.DBAAS.LNX64.CNTOS.0708.MYSQL.5732.B050",
            "engineVersion": "MYSQL5.7.32",
            "license": {
              "code": "GPL",
              "codeName": "General Public License"
            },
            "cloudMysqlPort": 13306,
            "isHa": true,
            "isMultiZone": true,
            "isBackup": true,
            "backupFileRetentionPeriod": 10,
            "backupTime": "02:00",
            "generationCode": "G2",
            "createDate": "2021-05-27T18:00:00+0900",
            "accessControlGroupNoList": [
             "****58"
            ],
            "cloudMysqlConfigList": [
                "autocommit=ON",
                "default-time-zone=+09:00",
                "wait_timeout=28800"
             ],
            "cloudMysqlServerInstanceList": {
              "cloudMysqlServerInstance": [
                {
                  "cloudMysqlServerInstanceNo": "****891",
                  "cloudMysqlServerName": "test-****-001-e04",
                  "cloudMysqlServerRole": {
                    "code": "M",
                    "codeName": "Master"
                  },
                  "cloudMysqlServerInstanceStatusName": "deleting",
                  "cloudMysqlServerInstanceStatus": {
                    "code": "RUN",
                    "codeName": "CLOUD DATABASE(VPC) Server Running State"
                  },
                  "cloudMysqlServerInstanceOperation": {
                    "code": "NOOP",
                    "codeName": "CLOUD DATABASE(VPC) Server Null OP"
                  },
                  "cloudMysqlProductCode": "SVR.VDBAS.STAND.C002.M008.NET.HDD.B050.G002",
                  "regionCode": "KR",
                  "zoneCode": "KR-1",
                  "vpcNo": "****83",
                  "subnetNo": "****91",
                  "isPublicSubnet": true,
                  "publicDomain": "db-****.vpc-pub-cdb.ntruss.com",
                  "privateDomain": "db-****.vpc-cdb.ntruss.com",
                  "privateIp": "***.***.***.***",
                  "dataStorageType": {
                    "code": "SSD",
                    "codeName": "SSD"
                  },
                  "isStorageEncryption": true,
                  "dataStorageSize": 10737418240,
                  "usedDataStorageSize": 2791728640,
                  "cpuCount": 2,
                  "memorySize": 8589934592,
                  "uptime": "2021-05-27T18:10:00+0900",
                  "createDate": "2021-05-27T18:00:00+0900"
                },
                {
                  "cloudMysqlServerInstanceNo": "****897",
                  "cloudMysqlServerName": "test-****-002-e05",
                  "cloudMysqlServerRole": {
                    "code": "H",
                    "codeName": "Standby Master"
                  },
                  "cloudMysqlServerInstanceStatusName": "deleting",
                  "cloudMysqlServerInstanceStatus": {
                    "code": "RUN",
                    "codeName": "CLOUD DATABASE(VPC) Server Running State"
                  },
                  "cloudMysqlServerInstanceOperation": {
                    "code": "NOOP",
                    "codeName": "CLOUD DATABASE(VPC) Server Null OP"
                  },
                  "cloudMysqlProductCode": "SVR.VDBAS.STAND.C002.M008.NET.HDD.B050.G002",
                  "regionCode": "KR",
                  "zoneCode": "KR-2",
                  "vpcNo": "****83",
                  "subnetNo": "****93",
                  "isPublicSubnet": true,
                  "privateDomain": "db-****.vpc-cdb.ntruss.com",
                  "privateIp": "***.***.***.***",
                  "dataStorageType": {
                    "code": "SSD",
                    "codeName": "SSD"
                  },
                  "isStorageEncryption": true,
                  "dataStorageSize": 10737418240,
                  "usedDataStorageSize": 2791728640,
                  "cpuCount": 2,
                  "memorySize": 8589934592,
                  "uptime": "2021-05-27T18:10:00+0900",
                  "createDate": "2021-05-27T18:00:00+0900"
                },
                {
                  "cloudMysqlServerName": "test-****-003-e06",
                  "cloudMysqlServerRole": {
                    "code": "S",
                    "codeName": "Slave"
                  },
                  "cloudMysqlServerInstanceStatusName": "pending",
                  "cloudMysqlServerInstanceStatus": {
                    "code": "PEND",
                    "codeName": "CLOUD DATABASE(VPC) Server Pending State"
                  },
                  "cloudMysqlServerInstanceOperation": {
                    "code": "NOOP",
                    "codeName": "CLOUD DATABASE(VPC) Server Null OP"
                  },
                  "cloudMysqlProductCode": "SVR.VDBAS.STAND.C002.M008.NET.HDD.B050.G002",
                  "regionCode": "KR",
                  "zoneCode": "KR-1",
                  "vpcNo": "****83",
                  "subnetNo": "****91",
                  "isPublicSubnet": true,
                  "privateDomain": "db-****.vpc-cdb.ntruss.com",
                  "privateIp": "***.***.***.***",
                  "dataStorageType": {
                    "code": "SSD",
                    "codeName": "SSD"
                  },
                  "isStorageEncryption": true,
                  "dataStorageSize": 10737418240,
                  "usedDataStorageSize": 2791728640,
                  "cpuCount": 2,
                  "memorySize": 8589934592,
                  "uptime": "2021-07-22T18:10:00+0900",
                  "createDate": "2021-07-22T18:00:00+0900"
                }
              ]
            }
          }
        }
      }
    }
    

    If the response shows that format type (responseFormatType) is xml

    <createCloudMysqlSlaveInstanceResponse>
        <requestId>ec3580e6-2cc8-487b-bc61-f4ff52ffebc0</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <cloudMysqlInstanceList>
            <cloudMysqlInstance>
                <cloudMysqlInstanceNo>****890</cloudMysqlInstanceNo>
                <cloudMysqlServiceName>test-****</cloudMysqlServiceName>
                <cloudMysqlInstanceStatusName>pending</cloudMysqlInstanceStatusName>
                <cloudMysqlInstanceStatus>
                    <code>CREAT</code>
                    <codeName>CLOUD DATABASE(VPC) Created State</codeName>
                </cloudMysqlInstanceStatus>
                <cloudMysqlInstanceOperation>
                    <code>NULL</code>
                    <codeName>CLOUD DATABASE(VPC) Null OP</codeName>
                </cloudMysqlInstanceOperation>
                <cloudMysqlImageProductCode>SW.VDBAS.DBAAS.LNX64.CNTOS.0708.MYSQL.5732.B050</cloudMysqlImageProductCode>
                <engineVersion>MYSQL5.7.32</engineVersion>
                <license>
                    <code>GPL</code>
                    <codeName>General Public License</codeName>
                </license>
                <cloudMysqlPort>13306</cloudMysqlPort>
                <isHa>true</isHa>
                <isMultiZone>true</isMultiZone>
                <isBackup>true</isBackup>
                <backupFileRetentionPeriod>10</backupFileRetentionPeriod>
                <backupTime>02:00</backupTime>
                <generationCode>G2</generationCode>
                <createDate>2021-05-27T18:00:00+0900</createDate>
                <accessControlGroupNoList>
                    <accessControlGroupNo>****58</accessControlGroupNo>
                </accessControlGroupNoList>
                <cloudMysqlConfigList>
                    <cloudMysqlConfig>autocommit=ON</cloudMysqlConfig>
                    <cloudMysqlConfig>default-time-zone=+09:00</cloudMysqlConfig>
                    <cloudMysqlConfig>wait_timeout=28800</cloudMysqlConfig>
                </cloudMysqlConfigList>
                <cloudMysqlServerInstanceList>
                    <cloudMysqlServerInstance>
                        <cloudMysqlServerInstanceNo>****891</cloudMysqlServerInstanceNo>
                        <cloudMysqlServerName>test-****-001-e04</cloudMysqlServerName>
                        <cloudMysqlServerRole>
                            <code>M</code>
                            <codeName>Master</codeName>
                        </cloudMysqlServerRole>
                        <cloudMysqlServerInstanceStatusName>deleting</cloudMysqlServerInstanceStatusName>
                        <cloudMysqlServerInstanceStatus>
                            <code>RUN</code>
                            <codeName>CLOUD DATABASE(VPC) Server Running State</codeName>
                        </cloudMysqlServerInstanceStatus>
                        <cloudMysqlServerInstanceOperation>
                            <code>NOOP</code>
                            <codeName>CLOUD DATABASE(VPC) Server Null OP</codeName>
                        </cloudMysqlServerInstanceOperation>
                        <cloudMysqlProductCode>SVR.VDBAS.STAND.C002.M008.NET.HDD.B050.G002</cloudMysqlProductCode>
                        <regionCode>KR</regionCode>
                        <zoneCode>KR-1</zoneCode>
                        <vpcNo>****83</vpcNo>
                        <subnetNo>****91</subnetNo>
                        <isPublicSubnet>true</isPublicSubnet>
                        <publicDomain>db-****.vpc-pub-cdb.ntruss.com</publicDomain>
                        <privateDomain>db-****.vpc-cdb.ntruss.com</privateDomain>
                        <privateIp>***.***.***.***</privateIp>
                        <dataStorageType>
                            <code>SSD</code>
                            <codeName>SSD</codeName>
                        </dataStorageType>
                        <isStorageEncryption>true</isStorageEncryption>
                        <dataStorageSize>10737418240</dataStorageSize>
                        <usedDataStorageSize>2791728640</usedDataStorageSize>
                        <cpuCount>2</cpuCount>
                        <memorySize>8589934592</memorySize>
                        <uptime>2021-05-27T18:10:00+0900</uptime>
                        <createDate>2021-05-27T18:00:00+0900</createDate>
                    </cloudMysqlServerInstance>
                    <cloudMysqlServerInstance>
                        <cloudMysqlServerInstanceNo>****897</cloudMysqlServerInstanceNo>
                        <cloudMysqlServerName>test-****-002-e05</cloudMysqlServerName>
                        <cloudMysqlServerRole>
                            <code>H</code>
                            <codeName>Standby Master</codeName>
                        </cloudMysqlServerRole>
                        <cloudMysqlServerInstanceStatusName>deleting</cloudMysqlServerInstanceStatusName>
                        <cloudMysqlServerInstanceStatus>
                            <code>RUN</code>
                            <codeName>CLOUD DATABASE(VPC) Server Running State</codeName>
                        </cloudMysqlServerInstanceStatus>
                        <cloudMysqlServerInstanceOperation>
                            <code>NOOP</code>
                            <codeName>CLOUD DATABASE(VPC) Server Null OP</codeName>
                        </cloudMysqlServerInstanceOperation>
                        <cloudMysqlProductCode>SVR.VDBAS.STAND.C002.M008.NET.HDD.B050.G002</cloudMysqlProductCode>
                        <regionCode>KR</regionCode>
                        <zoneCode>KR-2</zoneCode>
                        <vpcNo>****83</vpcNo>
                        <subnetNo>****93</subnetNo>
                        <isPublicSubnet>true</isPublicSubnet>
                        <privateDomain>db-****.vpc-cdb.ntruss.com</privateDomain>
                        <privateIp>***.***.***.***</privateIp>
                        <dataStorageType>
                            <code>SSD</code>
                            <codeName>SSD</codeName>
                        </dataStorageType>
                        <isStorageEncryption>true</isStorageEncryption>
                        <dataStorageSize>10737418240</dataStorageSize>
                        <usedDataStorageSize>2791728640</usedDataStorageSize>
                        <cpuCount>2</cpuCount>
                        <memorySize>8589934592</memorySize>
                        <uptime>2021-05-27T18:10:00+0900</uptime>
                        <createDate>2021-05-27T18:00:00+0900</createDate>
                    </cloudMysqlServerInstance>
                    <cloudMysqlServerInstance>
                        <cloudMysqlServerName>test-****-003-e06</cloudMysqlServerName>
                        <cloudMysqlServerRole>
                            <code>S</code>
                            <codeName>Slave</codeName>
                        </cloudMysqlServerRole>
                        <cloudMysqlServerInstanceStatusName>pending</cloudMysqlServerInstanceStatusName>
                        <cloudMysqlServerInstanceStatus>
                            <code>PEND</code>
                            <codeName>CLOUD DATABASE(VPC) Server Pending State</codeName>
                        </cloudMysqlServerInstanceStatus>
                        <cloudMysqlServerInstanceOperation>
                            <code>NOOP</code>
                            <codeName>CLOUD DATABASE(VPC) Server Null OP</codeName>
                        </cloudMysqlServerInstanceOperation>
                        <cloudMysqlProductCode>SVR.VDBAS.STAND.C002.M008.NET.HDD.B050.G002</cloudMysqlProductCode>
                        <regionCode>KR</regionCode>
                        <zoneCode>KR-1</zoneCode>
                        <vpcNo>****83</vpcNo>
                        <subnetNo>****91</subnetNo>
                        <isPublicSubnet>true</isPublicSubnet>
                        <privateDomain>db-****.vpc-cdb.ntruss.com</privateDomain>
                        <privateIp>***.***.***.***</privateIp>
                        <dataStorageType>
                            <code>SSD</code>
                            <codeName>SSD</codeName>
                        </dataStorageType>
                        <isStorageEncryption>true</isStorageEncryption>
                        <dataStorageSize>10737418240</dataStorageSize>
                        <usedDataStorageSize>2791728640</usedDataStorageSize>
                        <cpuCount>2</cpuCount>
                        <memorySize>8589934592</memorySize>
                        <uptime>2021-07-22T18:10:00+0900</uptime>
                        <createDate>2021-07-22T18:00:00+0900</createDate>
                    </cloudMysqlServerInstance>
                </cloudMysqlServerInstanceList>
            </cloudMysqlInstance>
        </cloudMysqlInstanceList>
    </createCloudMysqlSlaveInstanceResponse>
    

    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.