Metrics Data Web Service WSDL Definition

WSDL URL 
apmdevops106
WSDL URL 
http://<
host
>:<
port
>/introscope-web-services/services/MetricsDataService?wsdl
Operations
The following operations are used by this web service:
  • Operation: getLiveMetricData
    • Input
      getLiveMetricDataRequest
      agentRegex type string
      metricPrefix type string
    • Output
      getLiveMetricDataResponse
      getLiveMetricDataReturn type array of type DTimeslicedResultSetMetricData
      • metricData - nullable; type ArrayOfMetricData - array of type MetricData
        agentName - nullable; type string
        metricName - nullable; type string
        metricType type int
        metricValue - nullable; type string
      • timesliceEndTime - nullable; type dateTime
      • timesliceStartTime - nullable; type dateTime
  • Operation: getMetricData
    • Input
      getMetricDataRequest
      agentRegex type string
      metricRegex type string
      startTime type dateTime
      endTime type dateTime
      dataFrequency type int
    • Output
      getMetricDataResponse
      getMetricDataReturn type array of type TimesliceGroupedMetricData
      metricData - nullable; type ArrayOfMetricData - array of type MetricData
      • agentName - nullable; type string
      • metricName - nullable; type string
      • metricType type int
      • metricValue - nullable; type string
      timesliceEndTime - nullable; type dateTime
      timesliceStartTime - nullable; type dateTime
  • Operation: getTopNMetricData
    • Input
      getTopNMetricDataRequest
      agentRegex type string
      metricRegex type string
      startTime type dateTime
      endTime type dateTime
      dataFrequency type int
      topNCount type int
      decreasingOrder type boolean
    • Output
      getTopNMetricDataResponse
      getTopNMetricDataReturn type array of type TimesliceGroupedMetricData
      • metricData - nullable; type ArrayOfMetricData - array of type MetricData
        agentName - nullable; type string
        metricName - nullable; type string
        metricType type int
        metricValue - nullable; type string
      • timesliceEndTime - nullable; type dateTime
      • timesliceStartTime - nullable; type dateTime