Activity and Activity Instance Operation REST APIs
 
	 Activity Statistical Operations
 
		 
		
/activity/evaltime/average/ 
		   
			  
				| Method | GET | 
 
			  
				| Description | Find activities having max average evaluation time. | 
 
			  
				| Path Parameters | None | 
 
			  
				| Query Parameters |  
					 parameter: limit 
					 Type: Integer [optional] 
					 Description: Limits the number of records to be fetched 
					   
					 parameter: appname 
					 Type: String [optional] 
					 Description: Filters the output with Application Name 
					   
					 parameter: appversion 
					 Type: String [optional] 
					 Description: Filters the output with Application Version 
					   
					 parameter: processname 
					 Type: String [optional] 
					 Description: Filters the output with Process Name 
					  | 
 
			  
				| Header Parameters | None | 
 
			  
				| Output |  | 
 
		  
 
		
/activity/memory/average/ 
		   
			  
				| Method | GET | 
 
			  
				| Description | Find activities having max average memory consumption. | 
 
			  
				| Path Parameters | None | 
 
			  
				| Query Parameters |  
					 parameter: limit 
					 Type: Integer [optional] 
					 Description: Limits the number of records to be fetched 
					   
					 parameter: appname 
					 Type: String [optional] 
					 Description: Filters the output with Application Name 
					   
					 parameter: appversion 
					 Type: String [optional] 
					 Description: Filters the output with Application Version 
					   
					 parameter: processname 
					 Type: String [optional] 
					 Description: Filters the output with Process Name 
					  | 
 
			  
				| Header Parameters | None | 
 
			  
				| Output |  | 
 
		  
 
		
Activity instance Operations
 
		 
		
/activity/instance/evaltime/max/ 
		   
			  
				| Method | GET | 
 
			  
				| Description | Find activity instances having maximum eval time | 
 
			  
				| Path Parameters | None | 
 
			  
				| Query Parameters |  
					 parameter: limit 
					 Type: Integer [optional] 
					 Description: Limits the number of records to be fetched 
					   
					 parameter: appname 
					 Type: String [optional] 
					 Description: Filters the output with Application Name 
					   
					 parameter: appversion 
					 Type: String [optional] 
					 Description: Filters the output with Application Version 
					   
					 parameter: processname 
					 Type: String [optional] 
					 Description: Filters the output with Process Name 
					   
					 parameter: processid 
					 Type: String 
					 Description: Filters the output based on the process id. 
					  | 
 
			  
				| Header Parameters | None | 
 
			  
				| Output |  | 
 
		  
 
		
/activity/instance/memory/max/ 
		   
			  
				| Method | GET | 
 
			  
				| Description | Find activity instances for the given process id , listed in decreasing order of memory consumption | 
 
			  
				| Path Parameters | None | 
 
			  
				| Query Parameters |  
					 parameter: limit 
					 Type: Integer [optional] 
					 Description: Limits the number of records to be fetched 
					   
					 parameter: appname 
					 Type: String [optional] 
					 Description: Filters the output with Application Name 
					   
					 parameter: appversion 
					 Type: String [optional] 
					 Description: Filters the output with Application Version 
					   
					 parameter: processname 
					 Type: String [optional] 
					 Description: Filters the output with Process Name 
					   
					 parameter: processid 
					 Type: String 
					 Description: Filters the output based on the process id 
					  | 
 
			  
				| Header Parameters | None | 
 
			  
				| Output |  | 
 
		  
 
		
/activity/instance/details/{activityid} 
		   
			  
				| Method | GET | 
 
			  
				| Description | Find activity instances details with the specified activity instance ID. | 
 
			  
				| Path Parameters | None | 
 
			  
				| Query Parameters |  
					 parameter: activityid 
					 Type: String 
					 Description: Activity Instance ID to be searched for 
					  | 
 
			  
				| Header Parameters | None | 
 
			  
				| Output |  | 
 
		  
 
		
 
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.