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 | アプリの詳細情報照会は成功したかどうか
|
message |
String | Optional | アプリの詳細情報照会の結果メッセージ |
id |
String | Required | アプリ識別子の UUID(base62) |
appId |
String | Optional | アプリ ID |
name |
String | Optional | アプリの名前 |
appTypeId |
String | Required | Data Forestのアプリタイプとアプリバージョン
|
lifetime |
Integer | Optional | アプリの稼働時間(秒)
|
queueName |
String | Required | YARNキューの名前
|
description |
String | Optional | アプリの説明 |
state |
String | Optional | アプリの状態 |
links |
String | Required | Quick Linksアクセスアドレス |
components |
AppComponentResponse | Required | AppComponentResponseデータタイプ |