GET /common/app/{app_id}/extendedsummary
Gets a detailed summary of a given app.
Request
GET http://<unravel-host>/api/v1/common/app/{app_id}/extendedsummary?clusterUid={clusteruid}
Path parameters
| Name | Description | 
|---|---|
| 
 | App ID. | 
Query parameters
| Name | Description | 
|---|---|
| 
 | Cluster unique ID. | 
Examples
Request:
curl -X GET "http://myserver.com:3000/api/v1/common/app/application_1648561667886_0027/extendedsummary?clusterUid=default" -H "accept: application/json"  -H "Content-Type:application/json" -H  "Authorization: JWT token"Response body:
{
   "id": "application_1648561667886_0027",
   "type": "spark",
   "type_org": "spark",
   "user": "user8",
   "cluster": "Cluster1",
   "clusterUid": "default",
   "queue": "root.ThirdPartyData",
   "status": "Success",
   "nick": "spark",
   "raw_startTime": 1648621830804,
   "startTime": "03/30/2022 06:30:30",
   "endTime": "03/30/2022 06:33:47",
   "raw_endTime": 1648622027463,
   "realUser": "user8",
   "duration": "3m 16s",
   "raw_duration": 196659,
   "IO": 0,
   "raw_IO": 0,
   "perc_read": 0,
   "perc_written": 0,
   "read_long": "0 B",
   "write_long": "0 B",
   "numberofJobs": {
       "1": 1
   },
   "numberofStages": {
       "1": 1
   },
   "recommendation": []
}