Retrieving application model data
The GET method of the Application Model API retrieves application model data for automatically discovered models.
The API contains the following topics:
API overview
Method—GET
This API has no request parameters.
API registration
Use the following URL to register the API:
https://portalHost:portalPort/portal/rest/application-model
Replace the following entries, as required:
| Entry | Description | 
|---|---|
| https | Protocol used to send the request | 
| portalHost | Host name or IP address of the App Visibility portal | 
| portalPort | Communication port number of the App Visibility portal. The default port number is 8100. | 
URL example
https://my-portal-33:8100/portal/rest/application-model
Sample JSON response

Response content
| Object | Description | 
|---|---|
| applicationName | Application name, such as that discovered by application discovery rules | 
| applicationId | Identifying string (automatically assigned) of the application | 
| delta.addedNodes 
 | Information about each node, including device information: 
 | 
| delta.removedNodes delta.addedRelationships delta.removedRelationships delta.updatedNodes | Objects for internal use | 
| applicationMetrics.metrics 
 | End-user monitoring data: 
 | 
| groupsInfo 
 | Group data for automatically discovered groups: 
 | 
Related topics
Using-APIs-to-generate-report-data-for-App-Visibility-Manager
