UpdateExtendendEnable
    • PDF

    UpdateExtendendEnable

    • PDF

    Article summary

    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 nameRequirement statusTypeRestrictionsDescription
    cw_keyYStringcw_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)
    instanceIdsYStringinstanceId 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?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.