suspendProcesses
    • PDF

    suspendProcesses

    • PDF

    Article Summary

    Overview

    Suspend the scaling process

    Description

    Suspend the scaling process regarding the assigned Auto Scaling Group.

    Request Parameters

    ParameterRequiredTypeRestrictionsDescription
    autoScalingGroupNameYesStringMin : 1, Max : 255Enter the name of the auto-scaling group you want to view.
    scalingProcessCodeListNoListMin : 1, Max : 5A list of process codes to be suspended. The following items are valid values (in parentheses).

    * LAUNCH (LANCH)
    * TERMINATE (TERMT)
    * HEALTH_CHECK (HTHCK)
    * RELACE_UNHEALTHY (RPUNH)
    * ZONE_REBALANCE (ZNRBL)
    * SCHEDULED_ACTIONS (SCACT)
    * ADD_TO_LOAD_BALANCER (ADTLB)
    * ALARM_NOTIFICATION (ALMNO)

    A description of each value is documented in the [Auto Scaling]. If this parameter is omitted, All processes are suspended. The same item (process) can not be specified in the list.

    Response Data type

    • CommonResponse Type
    CommonResponse extends BaseObject
    private String requestId;
    private String returnCode;
    private String returnMessage;

    Examples

    Request

    ncloud autoscaling suspendProcesses --autoScalingGroupName soso02
    

    Response

    {
      "suspendProcessesResponse": {
        "requestId": "c3dab7b8-8dd5-4559-8f62-3b5dfdee3402",
        "returnCode": "0",
        "returnMessage": "success"
      }
    }
    
    <?xml version="1.0" encoding="UTF-8" ?>
    <suspendProcessesResponse>
      <requestId>c3dab7b8-8dd5-4559-8f62-3b5dfdee3402</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
    </suspendProcessesResponse>
    

    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.