Analytics
APIs for managing Analytics
📄️ Fetch List of Analytics
This operation fetches a list of Analytic Controls by `Category` or `Application` ('EndpointName'). Optional params: `application`, `category`, `max`, `offset` The `Authorization` must have `Bearer` followed by `Token`.
📄️ Fetch Analytics Details
This web service API is used to fetch the details of analytics controls.
📄️ Run Analytics Controls
This API is used to run analytics job.
📄️ Fetch Runtime Controls Data
This API is used to fetch runtime analytics data from SSM.
📄️ Fetch Runtime Controls Data V2
This API is used to fetch runtime analytics data from ES.
📄️ Fetch List of Analytics ES
This method fetches a list of Analytic Controls in Elastic and support the usage of GET and POST methods. It is recommended to use the POST method. Optional params: `searchcriteria`: analytics params to search. Example: {'analyticsid': '9','risk': 'Medium','category': 'Usage','status': 'Active','analyticsname':'testESQuery','owner':'awsadmin','usergroup':'MTSTrade_Approver_BusinessOwner','tags':'Tagname','description':'desc','recommendations':'comm'}, `max`, `offset` `loggedinuser` _**Note**_: Security is based on owner, delegate, ROLE_ADMIN, SAV_ROLE's analytics ES category. The `Authorization` must have `Bearer` followed by `Token`.
📄️ Fetch Control Attributes
This API is used for fetching the details of dynamic attributes associated with an analytics control. This can be used for both Elasticsearch and Database analytics. The `Authorization` must have `Bearer` followed by `Token`. Mandatory params: `analyticstype`(ES/DB) `analyticsname` _**OR**_ `id`
📄️ Fetch Control Details ES
This API performs the action specified under the `Default_Action_For_Analytics` parameter and retrieves records starting from the offset. This API can return the response even if the `offset` parameter is set beyond 1000. Now, the response of this API displays an additional offset attribute. Starting with Release v24.1, the behavior of this API has been modified as follows: - **For newly created analytics controls:** You can swiftly execute and retrieve the history of newly created analytics controls.