GetSystemSchemaKeyList
- Print
- PDF
GetSystemSchemaKeyList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
View cw_key of NAVER Cloud Platform product schema (system schema) that provides performance indicators in Cloud Insight.
Request
API URL
URL: https://cw.apigw.ntruss.com/cw_fea/real/cw/api/schema/system/list
Method: GET
Request header
The request headers specified in common settings are required.
x-ncp-apigw-signature-v2: {generated signature}
x-ncp-apigw-timestamp: {current timestamp}
x-ncp-iam-access-key: {your iam access key}
Examples
Request example
GET /cw_fea/real/cw/api/schema/system/list
Host: cw.apigw.ntruss.com
x-ncp-apigw-signature-v2: {generated signature}
x-ncp-apigw-timestamp: {current timestamp}
x-ncp-iam-access-key: {your iam access key}
Response example
If the view is completed without errors, then HTTP code 200 and a list of cw_key in the system schema are returned.
[
{
"cw_key": "xxxxxxxxxxxxxxxxxxxx",
"prodName": "Server(VPC)"
},
{
"cw_key": "xxxxxxxxxxxxxxxxxxxx",
"prodName": "Server"
},
{
"cw_key": "xxxxxxxxxxxxxxxxxxxx",
"prodName": "Object Storage"
},
{
"cw_key": "xxxxxxxxxxxxxxxxxxxx",
"prodName": "Load Balancer Monitor(VPC)"
},
{
"cw_key": "xxxxxxxxxxxxxxxxxxxx",
"prodName": "Cloud DB for MySQL(VPC)"
},
...
]
Was this article helpful?