Retrieving application data
The GET method of the Applications API retrieves application 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/applications
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/applications
Sample JSON response
Response content
Object | Description |
---|---|
name | Name of the application |
id | Identifying string (automatically assigned) of the application in App Visibility Manager |
tspsId | Identifying string (automatically assigned) of the application on the Presentation Server |
syntheticId | If synthetic monitoring is activated, an automatically assigned ID; if not activated, -1 |
displayName | Application server display name |
applicationOrigin | Origin of application:
|
endUserMetricsEnabled | End-user monitoring enabled (true) or not (false) |
automaticModelEnabled | Automatic application model discovery enabled (true) or not (false) |
Related topics
Generating-report-data-for-App-Visibility-Manager