Enterprise Vault™ Auditing

Last Published:
Product(s): Enterprise Vault (14.2)

Viewing the audit database entries using the OData web service

In Enterprise Vault 12.4 and later, you can retrieve information from the Enterprise Vault auditing database through the Open Data (OData) web service. You can use this information with any OData-compatible reporting tool to create reports as required. Examples of such reporting tools include Excel/PowerQuery and Microsoft SQL Server Reporting Services (SSRS).

You can access the auditing information by typing the following addresses in the address bar of your web browser. In each case, EVServer is the name of the server on which you have installed the Enterprise Vault server software.

  • To access a list of all the available auditing endpoints, type the following:

    https://EVServer/EnterpriseVaultAPI/OData/Auditing

  • To access a list of all the available endpoints together with all the fields included in each dataset, type the following:

    https://EVServer/EnterpriseVaultAPI/OData/Auditing/$metadata

  • To access a particular auditing endpoint, type the following:

    https://EVServer/EnterpriseVaultAPI/OData/Auditing/endpoint_name

    See Available auditing endpoints.