--- title: "ActivityLog" slug: "common-vapidatatype-activitylog" updated: 2026-07-23T09:04:03Z published: 2026-07-23T09:04:03Z canonical: "api.ncloud-docs.com/common-vapidatatype-activitylog" --- > ## Documentation Index > Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt > Use this file to discover all available pages before exploring further. # ActivityLog

VPC 환경에서 이용 가능합니다.

스케일링 액션 실행 로그입니다. ## 구문 구문은 다음과 같습니다. ```Java 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; ``` ## 필드 필드에 대한 설명은 다음과 같습니다. | 필드 | 타입 | 필수 여부 | 설명 | | --------------------------------- | -------- | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `autoScalingGroupNo` | String | Required | 오토 스케일링 그룹 번호 | | `activityNo` | String | Required | 스케일링 액션 실행 로그 번호 | | `serverInstanceNo` | String | Optional | 액션이 수행된 대상 서버 인스턴스 번호 | | `zoneCode` | String | Optional | 액션이 수행된 대상 서버가 위치한 존 코드 | | `actionName` | String | Required | 액션 이름 | | `actionStatus` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 액션 실행 상태