GetAppDetailResponse
- Print
- PDF
GetAppDetailResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
These are Data Forest app details.
Syntax
The syntax is as follows.
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;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
success | Boolean | Required | Whether the app details query was successful
|
message | String | Optional | Result message after querying the app details |
id | String | Required | App identifier UUID (base62) |
appId | String | Optional | App ID |
name | String | Optional | App name |
appTypeId | String | Required | Data Forest app type and app version
|
lifetime | Integer | Optional | App uptime (seconds)
|
queueName | String | Required | YARN queue name
|
description | String | Optional | App description |
state | String | Optional | App status |
links | String | Required | Access address to quick links |
components | AppComponentResponse | Required | AppComponentResponse data type |
Was this article helpful?