getCloudMssqlProductList
    • PDF

    getCloudMssqlProductList

    • PDF

    Article Summary

    Available in VPC

    Views available Cloud DB for MSSQL server spec codes.

    Requests

    Request Parameters

    ParameterTypeRequirement StatusDescriptionRestrictions
    regionCodeStringNRegion code
    - regionCode can be obtained via the getRegionList action
    - default: Selects the first region of the getRegionList query results
    -
    zoneCodeStringNZone code
    - zoneCode can be obtained via the getZoneList action
    -
    cloudMssqlImageProductCodeStringYCloud DB for MSSQL image product code
    - Views a list of server spec products that can be created from Cloud DB for MSSQL image products
    - cloudMssqlImageProductCode can be obtained via the getCloudMssqlImageProductList action's productCode
    -
    productCodeStringNCloud DB for MSSQL product code to be viewed
    - productCode can be obtained via the getCloudMssqlProductList action's productCode
    -
    exclusionProductCodeStringNCloud DB for MSSQL product code to be excluded
    - exclusionProductCode can be obtained via the getCloudMssqlProductList action's productCode
    -
    responseFormatTypeStringNFormat type of the response result
    - options: xml | json
    - default: xml
    -

    Responses

    Response bodies

    For response bodies, refer to ProductList.

    Examples

    Request Examples

    The following is an example of a request body.

    GET {API_URL}/getCloudMssqlProductList
    ?regionCode=KR
    &cloudMssqlImageProductCode SW.VMSSL.OS.WND64.WINNT.SVR2016.MSSQL.15020005.SE.B100
    &productCode=SVR.VMSSL.STAND.C016.M064.NET.HDD.B100.G002
    

    Response examples

    The following are examples of responses.

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

    {
      "getCloudMssqlProductListResponse": {
        "requestId": "f4dda363-8389-42e4-aefe-5cd4798ec7d9",
        "returnCode": 0,
        "returnMessage": "success",
        "totalRows": 1,
        "productList": [
          {
            "productCode": "SVR.VMSSL.STAND.C016.M064.NET.HDD.B100.G002",
            "productName": "vCPU 16EA, Memory 64GB",
            "productType": {
              "code": "STAND",
              "codeName": "Standard"
            },
            "productDescription": "vCPU 16EA, Memory 64GB",
            "infraResourceType": {
              "code": "VMSSL",
              "codeName": "Cloud DB For MSSQL (VPC)"
            },
            "cpuCount": 16,
            "memorySize": 68719476736,
            "diskType": {
              "code": "NET",
              "codeName": "Network Storage"
            }
          }
        ]
      }
    }
    

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

    <getCloudMssqlProductListResponse>
        <requestId>f4dda363-8389-42e4-aefe-5cd4798ec7d9</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <productList>
            <product>
                <productCode>SVR.VMSSL.STAND.C016.M064.NET.HDD.B100.G002</productCode>
                <productName>vCPU 16EA, Memory 64GB</productName>
                <productType>
                    <code>STAND</code>
                    <codeName>Standard</codeName>
                </productType>
                <productDescription>vCPU 16EA, Memory 64GB</productDescription>
                <infraResourceType>
                    <code>VMSSL</code>
                    <codeName>Cloud DB For MSSQL (VPC)</codeName>
                </infraResourceType>
                <cpuCount>16</cpuCount>
                <memorySize>68719476736</memorySize>
                <diskType>
                    <code>NET</code>
                    <codeName>Network Storage</codeName>
                </diskType>
            </product>
        </productList>
    </getCloudMssqlProductListResponse>
    

    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.