Network Management
Create web-based reports using SWQL in the SolarWinds platform
Semantic Web Query Language is the best approach for customize report. This article will provide guidance on how to do it step by step.
First published date
Last published date
Overview
This article provides steps on how to define objects you want to report on using the Semantic Web Query Language.
Semantic Web Query Language (SWQL) is a proprietary, read-only subset of SQL. Similar to SQL, you can use SWQL to query your SolarWinds database for specific network information.
Product section
Cause
Resolution
- Log in to your SolarWinds Platform Web Console.
- Go to Home > Reports and click Manage Reports.
- Click Create New Report.
- Select Custom Table and click Select and Continue.
- Define what objects you want to query:
- In the Select objects you want to report on, go to the Selection method drop-down list and select Advanced Database Query (SQL or SWQL).
- Select SWQL as the Query Type and enter the code.
- Note: For more information about the SWQL supported by the SolarWinds Platform, consult the section "Using SWQL" in the SolarWinds Network Performance Monitor WebHelp.
- Note: If you need to find out table and fields names in your database, you can use the Orion Software Development Kit (SDK) API, available in the Orion SDK forum on thwack.com.
- Define columns that will present the data gathered by your SWQL query, and click Submit.
- Add the report to your reports.
- Define the report layout, preview the report, and define the report properties.
- Click Submit to add the report.
- Note: For more information about creating web-based reports, see the SolarWinds Platform Administrator Guide.