Audit query
As a tenant administrator or an editor, use the Audit query type to fetch the audit data of BMC Helix Portal resources, such as users, groups, roles, permission and so on.
This query requires the following data:
Field | Description |
---|---|
Query type | Use this field to select the query type. |
Filter criteria | Specify the query to filter the audit record data by the values of the columns. |
Data column | Specify the column name type to display data for that specific column. |
Examples
- View the audit data for all the administrators, specify the following query in the Filter criteria field:
loginId like $administrators
- View the audit data for all the administrators along with the resource type, resource name, operation, status, category and so on.
loginId like $administrators and operationType like $operation and objectType like $resourcetype and objectName like $resourcename
In the above example, specifyloginId
in the Data column field to filter the dashboard for the administrator's column only.
Was this page helpful? Yes No
Submitting...
Thank you
Comments
Log in or register to comment.