리소스 유형 목록 조회
- 인쇄
- PDF
리소스 유형 목록 조회
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
개요
선택한 리전, 리소스의 리소스 유형 목록을 조회할 수 있습니다.
API URL
"https://organization.apigw.ntruss.com/open-api/v1/policy/detail/{regionNo}/{resourceTypeCode}"
Method: GET
요청
Headers
NAVER Cloud Platform 인증키 및 Signature 생성 가이드 바로가기
헤더 명 | 설명 | 비고 |
---|---|---|
x-ncp-apigw-timestamp | 1970년 1월 1일 00:00:00 협정 세계시(UTC)부터의 경과 시간을 밀리초(millisecond)로 나타낸 것 APIGW 서버와 시간차가 5분 이상 나는 경우 유효하지 않은 요청으로 간주 | Ncloud 공통 |
x-ncp-iam-access-key | NAVER Cloud Platform 포털에서 발급받은 Access Key ID 값 | Ncloud 공통 |
x-ncp-apigw-signature-v2 | Access Key ID 값 과 Secret Key 로 암호화한 서명 | Ncloud 공통 |
Path Variables
항목 | 필수여부 | 타입 | 설명 |
---|---|---|---|
regionNo | true | integer | 리전 번호 |
resourceTypeCode | true | string | 리소스 유형 코드 |
응답
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
}
]
}
]
},
...
]
항목 | 필수여부 | 타입 | 설명 |
---|---|---|---|
generationCodeList | true | json array | Product Generation 목록 (Product 기준) |
generationCodeList.generationCode | true | string | Product Generation 코드 (Product 기준) |
generationCodeList.maxProductRestrictCount | true | integer | Product Generation 최대 사용 가능량 (Product 기준) |
productTypeCode | true | string | Product 코드 |
productTypeDetailList | true | json array | Product 상세 |
productTypeDetailList.generationCodeList | true | json array | Product Generation 목록 (Product 상세 기준) |
productTypeDetailList.generationCodeList.generationCode | true | string | Product Generation 코드 (Product 상세 기준) |
productTypeDetailList.generationCodeList.maxProductRestrictCount | true | integer | Product Generation 최대 사용 가능량 (Product 상세 기준) |
productTypeDetailList.productTypeDetailCode | true | string | Product 상세 코드 |
productTypeDetailList.productTypeDetailName | true | string | Product 상세명 |
productTypeName | true | string | Product 명 |
resourceQuotaDetailConfigYn | true | string | Product 상세 존재 여부 |
응답 오류
Organization 개요의 Organization 오류 코드 단락을 참고해 주십시오.
이 문서가 도움이 되었습니까?