Retrieving browser and platform client breakdown data
The GET method of the Browsers API retrieves application client breakdown data, categorizing users by browser and platform.
The API contains the following topics:
API overview
Method—GET
Request parameters—time (from, to), applicationId, aggregation
API registration
Use the following URL to register the API:
https://portalHost:portalPort/portal/rest/browsers
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. |
Request parameters
Entry | Description | Mandatory |
---|---|---|
from | Epoch time stamp in milliseconds from which to start the data collection Use a time stamp converter, such as http://www.epochconverter.com/, to generate the value. | Yes |
to | Epoch time stamp in milliseconds from which to end the data collection Use a time stamp converter, such as http://www.epochconverter.com/, to generate the value. | Yes |
applicationId | One or more identifying strings (automatically assigned) of the application Example: applicationId=appID1&applicationId=appID2 | No |
aggregation | Data aggregation by BROWSER type or by PLATFORM | Yes |
URL example
https://my-portal-33:8100/portal/rest/browsers?from=1441704600000&to=1441704900000&applicationId=627351BC&aggregation=BROWSER
Sample JSON response for aggregation by browser
Response content for aggregation by browser
Object | Description |
---|---|
startTime | Epoch start time stamp in milliseconds that you entered |
browserName | Name of browser type |
type | Object for internal use |
totalHits | Total number of hits |
avgE2E | Average response time, in milliseconds |
Sample JSON response for aggregation by platform
Response content for aggregation by platform
Object | Description |
---|---|
startTime | Epoch start time stamp in milliseconds that you entered |
platform | Aggregation platform (Desktop or Mobile) |
type | Object for internal use |
totalHits | Total number of hits |
avgE2E | Average response time, in milliseconds |
Related topics
Generating-report-data-for-App-Visibility-Manager
Application-Client-Breakdown-dashlet