Get Get Application Usage Report
Includes the name of the resource, its type, how many users are entitled, and the licensing information. DAY = past day WEEK = past week MONTH = past month QUARTER = past 12 weeks
Request
            
                URI
                    
                                GET                            
                            https://{api_host}//SAAS/jersey/manager/api/reporting/reports/appusage
                            COPY
                    Query Parameters
                                    
            
            
                                    string
                
                
            
        
        
                interval            
                            Required
                    Generate report for this past time interval
                Possible values are :
                                    DAY, 
                                    WEEK, 
                                    MONTH, 
                                    QUARTER, 
                            
        
    Responses
                        
                200            
            
        successful operation
                Returns 
                
                                    
                        ReportsTable                    
                
                of type(s)
                
                    application/vnd.vmware.horizon.manager.reports.table+json                
            
        
        {
    "header": [
        "string"
    ],
    "headerArg": [
        "string"
    ],
    "data": [
        [
            {}
        ]
    ]
}
            
                            
                            
                                    array of 
                
            
            
                                    string
                
                
            
        
        
                header            
                            Optional
                    The headers for each column, as i18n messages
                            
                                    array of 
                
            
            
                                    string
                
                
            
        
        
                headerArg            
                            Optional
                    The values of any positional arguments for the header messages (max one per header)
            
            
                                    object
                
                
            
        
        
                _links            
                            Optional
                    _links
            
            
                                    array
                
                
            
        
        
                data            
                            Optional
                    The table rows. Each entry represents an audit event and each audit even is represented by an array of 5 elements: 
- " +
            "
 - 1. Formatted date and time of the event " + "
 - 2. Who performed the event " + "
 - 3. Simple summary of the event " + "
 - 4. The object affected by the event " + "
 - 5. The full details of the event as JSON serialized Action or Audit objects " + "
 
Reports Operations
        
                                            
                            
                                    GET                                
                                
                                        Get Get Activity Summary Report                                    
                                
                                    GET                                
                                
                                        Get Get Application Activity Report                                    
                                
                                    GET                                
                                
                                        Get Get Application Adoption Report                                    
                                
                                    GET                                
                                
                                        Get Get Application Entitlement Report                                    
                                
                                    GET                                
                                
                                        Get Get Application Usage Report                                    
                                
                                    GET                                
                                
                                        Get Get Audit Report                                    
                                
                                    GET                                
                                
                                        Get Get Login Chart Report                                    
                                
                                    GET                                
                                
                                        Get Get Recent Users Report                                    
                                
                                    GET                                
                                
                                        Get Get Resource Type Launch For7 Days Report                                    
                                
                                    GET                                
                                
                                        Get Get Resource Type Launch Report                                    
                                
                                    GET                                
                                
                                        Get Get Role Membership Report                                    
                                
                                    GET                                
                                
                                        Get Get User Device Report                                    
                                
                                    GET                                
                                
                                        Get Get Users Groups Apps Count Report