Available in VPC
This is a log of scaling action execution.
Syntax
The syntax is as follows.
private String autoScalingGroupNo;
private String activityNo;
private String serverInstanceNo;
private String zoneCode;
private String actionName;
private CommonCode actionStatus;
private String actionCause;
private String actionDescription;
private Date startTime;
private Date endTime;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
autoScalingGroupNo |
String | Required | Autoscaling group number |
activityNo |
String | Required | Scaling action execution log number
|
serverInstanceNo |
String | Optional | Number of the target server instance on which the action was performed |
zoneCode |
String | Optional | Zone code where the target server where the action was performed is located |
actionName |
String | Required | Action name
|
actionStatus |
CommonCode | Required | Action execution status
|
actionCause |
String | Optional | Cause of action |
actionDescription |
String | Required | Action execution history |
startTime |
Date | Required | Start date and time (YYYY-MM-DDThh:mm:ssZ) |
endTime |
Date | Optional | End date and time (YYYY-MM-DDThh:mm:ssZ) |