Search for check categories
- Print
- PDF
Search for check categories
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.
Overview
- Search for the check categories provided by Cloud Advisor.
API
- GET /categories
Requests
Headers
You need a [common request header](/release-20250417/docs/en/management-cloud-advisor-overview#request header) specified in the overview.
Responses
Response Body
{
"result": "SUCCESS",
"contents": [
{
"categoryCode": String,
"categoryName": String
},
...
]
}
Response field name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
categoryCode | Y | String | SECURITY, COST | Category code |
categoryName | Y | String | Category name Multilingual application based on x-ncp-lang header |
Was this article helpful?