getCloudMssqlImageProductList
    • PDF

    getCloudMssqlImageProductList

    • PDF

    Article summary

    Available in VPC

    Get the list of Cloud DB for MSSQL image product codes.

    Request

    The following describes the request format for the endpoint. The request format is as follows:

    MethodURI
    GET, POST/getCloudMssqlImageProductList

    Request headers

    For headers common to all Cloud DB for MSSQL (VPC) APIs, see Cloud DB for MSSQL (VPC) request headers.

    Request parameter

    The following describes the parameters.

    FieldTypeRequiredDescription
    regionCodeStringOptionalRegion code to view the Cloud DB for MSSQL image product code list for
    • Check through getRegionList
    • First Region of the getRegionList query result (default)
    productCodeStringOptionalCloud DB for MSSQL image product code
    exclusionProductCodeStringOptionalFilter by excluding Cloud DB for MSSQL image product code
    responseFormatTypeStringOptionalFormat of the response result
    • xml (default) | json

    Request example

    The following is a sample request.

    curl --location --request GET 'https://ncloud.apigw.ntruss.com/vmssql/v2/getCloudMssqlImageProductList
    ?regionCode=KR
    &productCode=SW.VMSSL.OS.WND64.WINNT.SVR2016.MSSQL.15043553.EE.B100
    &responseFormatType=json'
    --header 'x-ncp-apigw-timestamp: {Timestamp}'
    --header 'x-ncp-iam-access-key: {Access Key}'
    --header 'x-ncp-apigw-signature-v2: {API Gateway Signature}'
    

    Response

    The following describes the response format.

    Response body

    See ProductList for the response body.

    Response status codes

    For response status codes common to NAVER Cloud Platform, see Ncloud API response status codes.

    Response example

    The following is a sample response.

    • If responseFormetType=json

      {
          "getCloudMssqlImageProductListResponse": {
              "totalRows": 1,
              "productList": [
                  {
                      "productCode": "SW.VMSSL.OS.WND64.WINNT.SVR2016.MSSQL.15043553.EE.B100",
                      "productName": "MSSQL 15.0.4355.3 Enterprise Edition",
                      "productType": {
                          "code": "WINNT",
                          "codeName": "Windows NT"
                      },
                      "productDescription": "Windows Server 2016 with MSSQL 2019 RTM (15.0.4355.3) Enterprise English Edition",
                      "infraResourceType": {
                          "code": "SW",
                          "codeName": "Software"
                      },
                      "baseBlockStorageSize": 107374182400,
                      "platformType": {
                          "code": "WND64",
                          "codeName": "Windows 64 Bit"
                      },
                      "osInformation": "Windows Server 2016 with MSSQL 15.0.4355.3 Enterprise Edition",
                      "generationCode": "G2"
                  }
              ],
              "requestId": "3c2e87fd-****-****-****-339e92c192fb",
              "returnCode": "0",
              "returnMessage": "success"
          }
      }
      
    • If responseFormetType=xml (default)

      <?xml version="1.0" encoding="UTF-8"?>
      <getCloudMssqlImageProductListResponse>
          <requestId>3c2e87fd-****-****-****-339e92c192fb</requestId>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <totalRows>1</totalRows>
          <productList>
              <product>
                  <productCode>SW.VMSSL.OS.WND64.WINNT.SVR2016.MSSQL.15043553.EE.B100</productCode>
                  <productName>MSSQL 15.0.4355.3 Enterprise Edition</productName>
                  <productType>
                      <code>WINNT</code>
                      <codeName>Windows NT</codeName>
                  </productType>
                  <productDescription>Windows Server 2016 with MSSQL 2019 RTM (15.0.4355.3) Enterprise English Edition</productDescription>
                  <infraResourceType>
                      <code>SW</code>
                      <codeName>Software</codeName>
                  </infraResourceType>
                  <baseBlockStorageSize>107374182400</baseBlockStorageSize>
                  <platformType>
                      <code>WND64</code>
                      <codeName>Windows 64 Bit</codeName>
                  </platformType>
                  <osInformation>Windows Server 2016 with MSSQL 15.0.4355.3 Enterprise Edition</osInformation>
                  <generationCode>G2</generationCode>
              </product>
          </productList>
      </getCloudMssqlImageProductListResponse>
      

    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.