Overview
This page helps a user know the process of providing an NDE service and how that service is utilized by generic REST service. The user would need to know only the Uniform Resource Locator (URL) of the server where the data is stored. The server, after processing the request, converts the content into the JSON information and sends it back to the caller.
To create a URL of the server, user needs to specify the following parameters:
Host Name / IP Address
Specify the Host Name/IP address along with the port of the server. Also, specify the server path.
For example: http://10.10.50.17/DashboardServer/web/dev/checkGraphDatav3?
Start Date-Time and End Date-Time
Specify the Start Date-Time and End Date-Time of the sample data in mm/dd/yyyy hh:mm:ss format.
For example:startTime=04/25/2018%2020:00:00&endTime=04/25/2018%2021:00:00
Test Run
This is an optional input. The user needs to specify the configured NDE continuous Test run number.
Group ID and Graph ID
Group ID and Graph ID are always numeric. Graphs belong to a specific group. The user must know the group name to obtain Group ID and Graph ID. A graph ID is the exact name of a graph, which is already mapped in generic REST service.
To obtain Group ID and Graph ID, the user needs to make an ND REST call. For example:
The output of above REST call is 10108,18 where Group ID is 10108 and Graph ID is 18 (these are separated by a comma in the output).
Vector Name
Specify the vector (Tier) name for which data is to be retrieved. This can be pattern based or a complete vector, and must be same as in GDF file.
For example: vectorName=*tomcat* or tomcat1
Mode
‘Mode’ decides for RTG files read mode. The value must always be 2 (which means normal RTG files). The value of Modes can be from 1 to 4, but for generic REST service, use only 2.
isPattern
This gets the data based on vector pattern. We use generic REST service for derived graphs, so the value of this parameter needs to be ‘true’.
incDistGraphs
This is used with the ‘isPattern’ parameter. It gets the data of those graphs that are deleted in specified time period.
derFormula
It is the ‘Derived Formula’ which is mapped for graphs.
For example: (MIN, MAX, AVG, NORAVG, SUM)
isAggr
The default value of this parameter is ‘false’, in which case sample wise data is calculated. If ‘true’ is selected, aggregated data is calculated.
![]() |
Multiple groups and graphs are not supported currently as this may cause performance issues. |
Token
An authentication token is required to be passed in the URL. The user can generate a token via Generate Token () menu in NetDiagnostics. The user is required to provide the time duration after which the token is expired and click the Generate button.
Example: H4IlsSDuZJdc1bBnAaGVvq5zpMm0lLm0O1NKUS3NVgrUA%2F7By8ahMMSm%2BlphBIT1BwSnO9ylG6ZnxjOfHnNwkwq1G3eRLwTCMbrFP1lX2n1GHCdhT7mfaY9gfy5kMgJFug3eQCyu%2FDfjA7rOiiWIzKYE2JIEXCQB3iyC6I3bvLY%3D
Sample URL
A sample URL consisting of the parameters mentioned in the above section looks like the following:
http://10.10.50.17/DashboardServer/web/dev/checkGraphDatav3?startTime=04/25/2018%2020:00:00&endTime=04/25/2018%2021:00:00&groupId=10108&graphId=18&vectorName=WebTier*&mode=2&isPattern=true&derFormula=AVG&isAggr=true&token=H4IlsSDuZJdc1bBnAaGVvq5zpMm0lLm0O1NKUS3
Generating Response in JSON
Once the URL is specified, the user can generate the response in JSON format. To generate the response, specify the URL at any browser and press ENTER. The response is generated and displayed.
Formatting the Response
The response generated can be formatted by using any JSON editor (for example, https://jsoneditoronline.org/).
Once the response is formatted, it is easy to view the response details. User needs to click the icon to expand a node and
icon to collapse it.