---
title: "CollectingInfo"
slug: "common-vapidatatype-collectinginfo"
updated: 2026-04-23T08:55:08Z
published: 2026-04-23T09:02:03Z
---

> ## 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.

# CollectingInfo

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

로그 수집 정보입니다.

## 구문

구문은 다음과 같습니다.

```
    private Integer instanceNo;
	private String macAddr;
	private String ip;
	private String servername;
	private String logType;
	private String logTemplate;
	private String logPath;
	private String osType;
	private Boolean symlinks;
```

## 필드

필드에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `instanceNo` | Integer | Required | 서버 인스턴스 번호 |
| `macAddr` | String | Required (VPC) | 서버 맥 주소 - VPC 플랫폼에서 사용 |
| `ip` | String | Required (Classic) | 서버 IP 주소 - Classic 플랫폼에서 사용 |
| `servername` | String | Required | 서버 이름 |
| `logType` | String | Required | 로그 타입 |
| `logTemplate` | String | Optional | 로그 템플릿 |
| `logPath` | String | Required | 로그 경로 |
| `osType` | String | Required | 서버 OS 구분 |
| `symlinks` | Boolean | Required | 심볼릭 링크 파일 수집 여부 - `true` \| `false` |

## 연관 오퍼레이션

- [서버 로그 수집 설정](/docs/analytics-cloudloganalytics-changeserverlogsetting-vpc-server)
