Metrics Data Web Service WSDL Definition
WSDL URL
apmdevops106
WSDL URL
http://<
host
>:<port
>/introscope-web-services/services/MetricsDataService?wsdlOperations
The following operations are used by this web service:
- Operation: getLiveMetricData
- InputgetLiveMetricDataRequestagentRegex type stringmetricPrefix type string
- OutputgetLiveMetricDataResponsegetLiveMetricDataReturn type array of type DTimeslicedResultSetMetricData
- metricData - nullable; type ArrayOfMetricData - array of type MetricDataagentName - nullable; type stringmetricName - nullable; type stringmetricType type intmetricValue - nullable; type string
- timesliceEndTime - nullable; type dateTime
- timesliceStartTime - nullable; type dateTime
- Operation: getMetricData
- InputgetMetricDataRequestagentRegex type stringmetricRegex type stringstartTime type dateTimeendTime type dateTimedataFrequency type int
- OutputgetMetricDataResponsegetMetricDataReturn type array of type TimesliceGroupedMetricDatametricData - nullable; type ArrayOfMetricData - array of type MetricData
- agentName - nullable; type string
- metricName - nullable; type string
- metricType type int
- metricValue - nullable; type string
timesliceStartTime - nullable; type dateTime
- Operation: getTopNMetricData
- InputgetTopNMetricDataRequestagentRegex type stringmetricRegex type stringstartTime type dateTimeendTime type dateTimedataFrequency type inttopNCount type intdecreasingOrder type boolean
- OutputgetTopNMetricDataResponsegetTopNMetricDataReturn type array of type TimesliceGroupedMetricData
- metricData - nullable; type ArrayOfMetricData - array of type MetricDataagentName - nullable; type stringmetricName - nullable; type stringmetricType type intmetricValue - nullable; type string
- timesliceEndTime - nullable; type dateTime
- timesliceStartTime - nullable; type dateTime