UpdateExtendendDisable
    • PDF

    UpdateExtendendDisable

    • PDF

    Article Summary

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

    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.