View Quota Policy Details
    • PDF

    View Quota Policy Details

    • PDF

    Article summary

    Overview

    You can view the detailed list of quota policies.

    API URL

    "https://organization.apigw.ntruss.com/open-api/v1/policy/allotment/{memberNo}/{regionNo}" 
    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
    memberNotrueintegerMaster member number
    regionNotrueintegerRegion number

    Response

    Response Body

    [
      {
        "resourceTypeCode": "SVR",
        "resourceName": "Server",
        "resourceCategoryTypeCode": "COMPUTE",
        "resourceQuotaDetailConfigYn": "Y",
        "sortOrder": 1,
        "useYn": "Y",
        "exposureYn": "Y",
        "restrictionUnitCode": "COUNT",
        "restrictionUnitDescription": "Number of created servers",
        "resourceQuotaList": [
          {
            "policyNo": "1",
            "resourceQuotaSequence": "18",
            "regionNo": "1",
            "resourceTypeCode": "SVR",
            "restrictionCount": 50
          }
        ],
        "resourceQuotaDetailList": [
          {
            "policyNo": "1",
            "resourceQuotaSequence": "18",
            "regionNo": "1",
            "resourceTypeCode": "SVR",
            "productTypeCodeName": "BareMetal",
            "productTypeDetailCodeName": "CPU",
            "generationCode": "G1",
            "restrictionCount": 5
          },
          {
            "policyNo": "1",
            "resourceQuotaSequence": "18",
            "regionNo": "1",
            "resourceTypeCode": "SVR",
            "productTypeCodeName": "CPU",
            "productTypeDetailCodeName": "CPU",
            "generationCode": "G1",
            "restrictionCount": 5
          }
        ]
      },
      {
        "resourceTypeCode": "PBLIP",
        "resourceName": "Public IP",
        "resourceCategoryTypeCode": "COMPUTE",
        "resourceQuotaDetailConfigYn": "N",
        "sortOrder": 12,
        "useYn": "Y",
        "exposureYn": "Y",
        "restrictionUnitCode": "REL_COUNT",
        "restrictionUnitDescription": "Number of created public IPs",
        "resourceQuotaList": [
          {
            "policyNo": null,
            "resourceQuotaSequence": null,
            "regionNo": "1",
            "resourceTypeCode": "PBLIP",
            "restrictionCount": 100
          }
        ],
        "resourceQuotaDetailList": []
      }
    ]
    
    ItemRequirement statusTypeDescription
    resourceNametruestringResource Name
    resourceTypeCodetruestringResource type
    resourceCategoryTypeCodetruestringResource category type
    resourceQuotaDetailConfigYntruestringWhether to set resource details
    restrictionUnitCodetruestringResource unit
    restrictionUnitDescriptiontruestringResource unit description
    resourceQuotaListtruejson arrayResource quota list
    resourceQuotaList.policyNotruestringPolicy number
    resourceQuotaList.regionNotruestringRegion number
    resourceQuotaList.resourceTypeCodetruestringResource type
    resourceQuotaList.restrictionCounttrueintegerResource use limit
    resourceQuotaDetailListtruejson arrayDetailed list of resource quotas
    resourceQuotaDetailList.generationCodetruestringGeneration classification
    resourceQuotaDetailList.policyNotruestringPolicy number
    resourceQuotaDetailList.productTypeCodeNametruestringProduct type
    resourceQuotaDetailList.productTypeDetailCodeNametruestringDetailed product name
    resourceQuotaDetailList.regionNotruestringRegion number
    resourceQuotaDetailList.resourceTypeCodetruestringResource type
    resourceQuotaDetailList.restrictionCounttrueintegerUsage limits

    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.