Available in VPC
This is a list of all the apps in a Data Forest account.
Syntax
The syntax is as follows.
private String id;
private String name;
private String state;
private String queueName;
private String accountId;
private String accountName;
private String startName;
private String startedAt;
private String finishedAt;
private Integer lifetimeMillis;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
id |
String | Required | App identifier UUID (base62) |
name |
String | Required | App name |
state |
String | Required | App status |
queueName |
String | Required | YARN queue name
|
accountId |
String | Required | Account identifier UUID (base62) |
accountName |
String | Optional | Account name |
startedAt |
String | Optional | App creation date and time |
finishedAt |
String | Optional | App end date and time |
lifetimeMillis |
Integer | Optional | App's uptime (milliseconds) |