Accessing Arctera Surveillance reports and datasets through the OData web service
Related information
Accessing Insight Surveillance reports and datasets through the OData web service
Accessing reports
You can expose information from the Insight Surveillance configuration and customer databases 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).
For extensive information on this facility, see the white paper Best Practices for Enhanced Accelerator Reporting __.
Accessing datasets
You can access the datasets by typing the following addresses in the address bar of your web browser. In each case, server_name is the name of the server on which you have installed the Insight Surveillance server software.
-
To access a list of all the available datasets, type
http://server_name/CAReporting/OData -
To access a list of all the available datasets together with all the fields included in each dataset, type
http://server_name/CAReporting/OData/$metadata -
To access a particular dataset, type
http://server_name/CAReporting/OData/dataset_name