View Quota Policy Details
- Print
- PDF
View Quota Policy Details
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 name | Description | Remarks |
---|---|---|
x-ncp-apigw-timestamp | This 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-key | This is the Access Key ID value issued by NAVER Cloud Platform portal. | Ncloud common |
x-ncp-apigw-signature-v2 | This is the signature encrypted with Access Key ID value and Secret Key. | Ncloud common |
Path variables
Item | Requirement status | Type | Description |
---|---|---|---|
memberNo | true | integer | Master member number |
regionNo | true | integer | Region 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": []
}
]
Item | Requirement status | Type | Description |
---|---|---|---|
resourceName | true | string | Resource Name |
resourceTypeCodetrue | string | Resource type | |
resourceCategoryTypeCode | true | string | Resource category type |
resourceQuotaDetailConfigYn | true | string | Whether to set resource details |
restrictionUnitCode | true | string | Resource unit |
restrictionUnitDescription | true | string | Resource unit description |
resourceQuotaList | true | json array | Resource quota list |
resourceQuotaList.policyNo | true | string | Policy number |
resourceQuotaList.regionNo | true | string | Region number |
resourceQuotaList.resourceTypeCode | true | string | Resource type |
resourceQuotaList.restrictionCount | true | integer | Resource use limit |
resourceQuotaDetailList | true | json array | Detailed list of resource quotas |
resourceQuotaDetailList.generationCode | true | string | Generation classification |
resourceQuotaDetailList.policyNo | true | string | Policy number |
resourceQuotaDetailList.productTypeCodeName | true | string | Product type |
resourceQuotaDetailList.productTypeDetailCodeName | true | string | Detailed product name |
resourceQuotaDetailList.regionNo | true | string | Region number |
resourceQuotaDetailList.resourceTypeCode | true | string | Resource type |
resourceQuotaDetailList.restrictionCount | true | integer | Usage limits |
Response Error
See the Organization error code section of the Organization overview.
Was this article helpful?