View Resource List
- Print
- PDF
View Resource List
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
You can view the list of resources of the selected region and category.
API URL
"https://organization.apigw.ntruss.com/open-api/v1/policy/resource/{regionNo}/{categoryCode}"
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 |
categoryCode | true | string | Category code |
Response
Response Body
[
{
"resourceTypeCode": "CF",
"resourceName": "Cloud Functions",
"resourceDetailYn": "N",
"restrictUnitCode": "BOOLEAN",
"restrictUnitCodeDesc": "Subscription Y/N",
"maxResourceRestrictCount": 1
},
{
"resourceTypeCode": "PRSBN",
"resourceName": "Private Subnet",
"resourceDetailYn": "N",
"restrictUnitCode": "COUNT",
"restrictUnitCodeDesc": "Number of created Private Subnets",
"maxResourceRestrictCount": 100
},
...
]
Item | Requirement status | Type | Description |
---|---|---|---|
maxResourceRestrictCount | true | integer | Maximum available resources |
resourceDetailYn | true | string | Whether resource details exist |
resourceName | true | string | Resource Name |
resourceTypeCode | true | string | Resource type code |
restrictUnitCode | true | string | Resource unit code |
restrictUnitCodeDesc | true | string | Resource unit description |
Response Error
See the Organization error code section of the Organization overview.
Was this article helpful?