上一主题: 指定数据粒度下一主题: getExtendedMetricData 的 XML Web 服务结果


度量标准数据 Web 服务 WSDL 定义

WSDL URL

http://<host>:<port>/introscope-web-services/services/MetricsDataService?wsdl

操作

该 Web 服务使用以下操作:

WSDL URL

http://<host>:<port>/introscope-web-services/services/MetricsDataService?wsdl

操作

该 Web 服务使用以下操作:

操作:getLiveMetricData
输入

getLiveMetricDataRequest

agentRegex type string

metricPrefix type string

输出

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
操作:getMetricData
输入

getMetricDataRequest

agentRegex type string

metricRegex type string

startTime type dateTime

endTime type dateTime

dataFrequency type int

输出

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

操作:getTopNMetricData
输入

getTopNMetricDataRequest

agentRegex type string

metricRegex type string

startTime type dateTime

endTime type dateTime

dataFrequency type int

topNCount type int

decreasingOrder type boolean

输出

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
操作:getExtendedMetricData
输入

getExtendedMetricDataRequest

  • agentRegex type string
  • metricRegex type string
  • startTime type dateTime
  • endTime type dateTime
  • dataFrequency type int
输出

getExtendedMetricDataResponse

  • getExtendedMetricDataReturn array of type

TimesliceGroupedExtendedMetricData

故障

IntroscopeWebServicesException