View Resource Type List
- Print
- PDF
View Resource Type List
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 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 |
---|---|---|---|
regionNo | true | integer | Region number |
resourceTypeCode | true | string | Resource 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
}
]
}
]
},
...
]
Item | Requirement status | Type | Description |
---|---|---|---|
generationCodeList | true | json array | Product Generation list (by product) |
generationCodeList.generationCode | true | string | Product Generation code (by product) |
generationCodeList.maxProductRestrictCount | true | integer | Maximum usable amount of Product Generation (by product) |
productTypeCode | true | string | Product code |
productTypeDetailList | true | json array | Product details |
productTypeDetailList.generationCodeList | true | json array | Product Generation list (by product details) |
productTypeDetailList.generationCodeList.generationCode | true | string | Product Generation code (by product details) |
productTypeDetailList.generationCodeList.maxProductRestrictCount | true | integer | Maximum usable amount of Product Generation (by product details) |
productTypeDetailList.productTypeDetailCode | true | string | Product detailed code |
productTypeDetailList.productTypeDetailName | true | string | Product detailed name |
productTypeName | true | string | Product name |
resourceQuotaDetailConfigYn | true | string | Whether product details exist |
Response Error
See the Organization error code section of the Organization overview.
Was this article helpful?