UpdateExtendendEnable
- Print
- PDF
UpdateExtendendEnable
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Enable extended metric collection settings, by instance, for NAVER Cloud Platform products.
You can enable detailed monitoring of products to check additional metrics on top of metrics provided by default.
You can check the items with the extended metric type through the Product list.
Request
API URL
URL: https://cw.apigw.ntruss.com/cw_fea/real/cw/api/schema/extended/enable
Method: PUT
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}
Request parameter
Parameter name | Requirement status | Type | Restrictions | Description |
---|---|---|---|---|
cw_key | Y | String | cw_key of the product you want to enable the extended settings for (refer to Product list for the cw_key of NAVER Cloud Platform products) | |
instanceIds | Y | String | instanceId for which you want to enable the extended settings (multiple instanceIds can be entered, separated by commas without spaces) |
Example
Request example
The following is an example of enabling the extended settings for instanceId "instanceNo001" and "instanceNo002" of the VPC Server product (System/VPC Server).
PUT /cw_fea/real/cw/api/schema/extended/enable?cw_key=xxxxxxxxxxxxxxxxxx&instanceIds=instanceNo001,instanceNo002
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
It returns HTTP code 200 as well as the response in simple JSON format if the update is completed without any errors.
{
"status":"ok"
}
Was this article helpful?