---
title: "ActivityLog"
slug: "common-apidatatype-activitylog"
updated: 2026-04-23T08:55:26Z
published: 2026-04-23T09:02:10Z
canonical: "api.ncloud-docs.com/common-apidatatype-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

<p class="platform-info type-classic">Classic 환경에서 이용 가능합니다.</p>

활동 내역입니다. 

## 구문 <a name="구문"></a>
구문은 다음과 같습니다.

```Java
private String activityNo;
private String autoScalingGroupName;
private CommonCode status;
private String statusMessage;
private String actionCause;
private String description;
private String details;
private Date startTime;
private Date endTime;
```

## 필드 <a name="필드"></a>
필드에 대한 설명은 다음과 같습니다.

| 필드          | 타입 | 필수 여부       | 설명                                                  |
| -------------------- | -------- | ---------- | ------------------------------------------------------- |
| `activityNo`           | String      | Required     | 활동 번호<ul><li>활동 로그 식별자</li></ul>      |
| `autoScalingGroupName` | String      | Required     | 오토 스케일링 그룹 이름                                      |
| `status`               | [CommonCode](/docs/common-apidatatype-commoncode)      | Required | 상태                                                    |
| `statusMessage`        | String       | Optional     | 상태 메시지                                              |
| `actionCause`          | String      | Required     | 액션 원인                                                |
| `description`          | String       | Optional     | 활동 로그에 대한 설명                                |
| `details`              | String       | Optional     | 활동 로그에 대한 상세 설명                            |
| `startTime`            | Date      | Required       | 시작 일시(YYYY-MM-DDThh:mm:ssZ)</li></ul>             |
| `endTime`              | Date       | Optional       | 종료 일시(YYYY-MM-DDThh:mm:ssZ)</li></ul>             |
