GetAppDetailResponse

Prev Next

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 Required AppComponentResponseデータタイプ