Returns the total number of recorded events
get
                    https://<servername>/oam/services/rest/access/api/v1/audit/stats
Returns a count of the total number of recorded events for the specified time period
                Request
Query Parameters
                    - 
                            fromDate(required): string
                            
                            The UTC time from when the events are to be retrieved
- 
                            toDate(required): string
                            
                            The UTC time up to when the events are to be retrieved
There's no request body for this operation.
Security
                - 
                        audit_auth: http
                        
                        Type:http
Response
Supported Media Types
                - application/xml
- application/json
200 Response
Returns the total number of recorded events
                            
                            
                                400 Response
Invalid Request
                            
                            
                            
                            
                        401 Response
Invalid Credentials supplied
                            
                            
                            
                            
                        403 Response
Access Denied
                            
                            
                            
                            
                        503 Response
Service Temporarily Unavailable. Please retry request after some time