UpdateExtendendDisable
- Print
- PDF
UpdateExtendendDisable
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Disable extended metric collection settings, by instance, for NAVER Cloud Platform products.
Once disabled, extended metrics are no longer collected.
Request
API URL
URL: https://cw.apigw.ntruss.com/cw_fea/real/cw/api/schema/extended/disable
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 for which you want to disable extended settings (refer to the Product list for the cw_key of NAVER Cloud Platform products) | |
instanceIds | Y | String | instanceId for which you want to disable extended settings (multiple instanceIds can be entered, separated by commas without spaces) |
Example
Request example
The following is an example of disabling the extended settings (detailed monitoring settings) for instanceId "instanceNo001" and "instanceNo002" of the VPC Server product (System/VPC Server).
PUT /cw_fea/real/cw/api/schema/extended/disable?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?