Page Metrics REST Endpoints

Page Metrics
The Page Metrics API lets you retrieve information and performance metrics about Pages in your monitored application servers
Get Ajax call summary for a page ID
Method: get
Path: /serviceapi/apm.dataserver/api/v1/pages/{id}/ajaxCallsSummary
Get Ajax calls for a page ID
Method: get
Path: /serviceapi/apm.dataserver/api/v1/pages/{id}/ajaxCalls
Get Application Performance Index thresholds
Method: get
Path: /serviceapi/apm.dataserver/api/v1/getApDexThresholds
Get baseline and anomaly data for a page
Method: get
Path: /serviceapi/apm.dataserver/api/v1/pages/{id}/baselines
Get IP address masking
Method: get
Path: /serviceapi/apm.dataserver/api/v1/getIpMasking
Get page by ID
Method: get
Path: /serviceapi/apm.dataserver/api/v1/pages/{id}
Get pages
Method: get
Path: /serviceapi/apm.dataserver/api/v1/pages
Get pages for a ajax call ID
Method: get
Path: /serviceapi/apm.dataserver/api/v1/ajaxCalls/{id}/pages
Get Session Health weights
Method: get
Path: /serviceapi/apm.dataserver/api/v1/getSesHealthWeights
Get time series data for multiple pages
Method: get
Path: /serviceapi/apm.dataserver/api/v1/pages/timeSeries
Set Application Performance Index thresholds
Method: post
Path: /serviceapi/apm.dataserver/api/v1/setApDexThresholds
Set IP Masking value
Method: post
Path: /serviceapi/apm.dataserver/api/v1/setIpMasking
Set Session Health weights
Method: post
Path: /serviceapi/apm.dataserver/api/v1/setSesHealthWeights