---
title: "GetAppDetailResponse"
slug: "common-vapidatatype-getappdetailresponse"
updated: 2026-04-23T08:54:51Z
published: 2026-04-23T09:01:57Z
canonical: "api.ncloud-docs.com/common-vapidatatype-getappdetailresponse"
---

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

# GetAppDetailResponse

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

Data Forest 앱 상세 정보입니다.

## 구문

구문은 다음과 같습니다.

```
private Boolean success;
private String message;
private String id;
private String appId;
private String name;
private String appTypeId;
private Integer lifetime;
private String queueName;
private String description;
private String state;
private String links;
private AppComponentResponse components;
```

## 필드

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

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `success` | Boolean | Required | 앱 상세 정보 조회 성공 여부 - `true` \| `false` - `true`: 성공 - `false`: 실패 |
| `message` | String | Optional | 앱 상세 정보 조회 후 결과 메시지 |
| `id` | String | Required | 앱 식별자 UUID (base62) |
| `appId` | String | Optional | 앱 ID |
| `name` | String | Optional | 앱 이름 |
| `appTypeId` | String | Required | Data Forest 앱 타입과 앱 버전 - <예시> DEV-1.0.0 |
| `lifetime` | Integer | Optional | 앱 구동 시간(초) - 300~604800, -1 (infinite) |
| `queueName` | String | Required | YARN 큐 이름 - dev (기본값) |
| `description` | String | Optional | 앱 설명 |
| `state` | String | Optional | 앱 상태 |
| `links` | String | Required | Quick links 접속 주소 |
| `components` | [AppComponentResponse](/docs/common-vapidatatype-appcomponentresponse) | Required | AppComponentResponse 데이터 타입 |
