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
Overview
- Search for the check categories provided by Cloud Advisor.
API
- GET /categories
Requests
Headers
You need a [common request header](/release-20241121/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?