View Resource Type List
    • PDF

    View Resource Type List

    • PDF

    Article summary

    Overview

    You can view the list of resource types of selected regions and resources.

    API URL

    "https://organization.apigw.ntruss.com/open-api/v1/policy/detail/{regionNo}/{resourceTypeCode}" 
    Method: GET
    

    Requests

    Headers

    Go to the creation guide of the NAVER Cloud Platform authentication key and signature

    Header nameDescriptionRemarks
    x-ncp-apigw-timestampThis is the number of milliseconds that have elapsed since January 1, 1970 00:00:00 UTC. If the time difference compared to the APIGW server is more than 5 minutes, the request is considered invalid.Ncloud common
    x-ncp-iam-access-keyThis is the Access Key ID value issued by NAVER Cloud Platform portal.Ncloud common
    x-ncp-apigw-signature-v2This is the signature encrypted with Access Key ID value and Secret Key.Ncloud common

    Path variables

    ItemRequirement statusTypeDescription
    regionNotrueintegerRegion number
    resourceTypeCodetruestringResource type code

    Response

    Response Body

    
    [
      {
        "productTypeCode": "STAND",
        "productTypeName": "Stardard",
        "resourceQuotaDetailConfigYn": "Y",
        "productTypeDetailList": [
          {
            "productTypeDetailCode": "STAND",
            "productTypeDetailName": "Standard",
            "generationCodeList": [
              {
                "generationCode": "G1",
                "maxProductRestrictCount": 50
              }
            ]
          }
        ]
      },
      {
        "productTypeCode": "HIMEM",
        "productTypeName": "High Memory",
        "resourceQuotaDetailConfigYn": "Y",
        "productTypeDetailList": [
          {
            "productTypeDetailCode": "HIMEM",
            "productTypeDetailName": "High Memory",
            "generationCodeList": [
              {
                "generationCode": "G1",
                "maxProductRestrictCount": 10
              }
            ]
          }
        ]
      },
      ...
    ]
    
    ItemRequirement statusTypeDescription
    generationCodeListtruejson arrayProduct Generation list (by product)
    generationCodeList.generationCodetruestringProduct Generation code (by product)
    generationCodeList.maxProductRestrictCounttrueintegerMaximum usable amount of Product Generation (by product)
    productTypeCodetruestringProduct code
    productTypeDetailListtruejson arrayProduct details
    productTypeDetailList.generationCodeListtruejson arrayProduct Generation list (by product details)
    productTypeDetailList.generationCodeList.generationCodetruestringProduct Generation code (by product details)
    productTypeDetailList.generationCodeList.maxProductRestrictCounttrueintegerMaximum usable amount of Product Generation (by product details)
    productTypeDetailList.productTypeDetailCodetruestringProduct detailed code
    productTypeDetailList.productTypeDetailNametruestringProduct detailed name
    productTypeNametruestringProduct name
    resourceQuotaDetailConfigYntruestringWhether product details exist

    Response Error

    See the Organization error code section of the Organization overview.


    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.