zoukankan      html  css  js  c++  java
  • 阿里云监控API整理

    1. 监控获取数据和指标的接口:

    DescribeMetricMetaList

    查询指标

    DescribeMetricList

    DescribeCustomMetricList

    调用DescribeCustomMetricList接口查询上报的自定义监控数据。

    DescribeMetricTop

    调用DescribeMetricTop接口查询指定时间段内排序后的云产品时序指标监控数据。

    各云产品的Namespace、Orderby、Project、Metric、Period、Dimensions等参数的取值,请参见DescribeMetricMetaList或云监控主要监控项。

    DescribeMetricData

    调用DescribeMetricData接口查询指定时间段内的云产品时序指标监控数据。

    各云产品的Namespace、Project、Metric、Period、Dimensions等参数的取值,请参见DescribeMetricMetaList或云监控主要监控项。

    说明 该参数与DescribeMetricList不同,这个接口带有统计功能,即Dimension={"userId:"xxxx"},把该用户下的所有数据进行聚合计算。

    DescribeSiteMonitorData

    查询任务的细粒度监控数据。Type分为时序监控数据还是时间类型

    DescribeProductResourceTagKeyList

    调用DescribeProductResourceTagKeyList接口获取云产品资源标签键的列表。

    调用此API可以返回对应地域下云资源的所有标签键的列表。

    说明 列表不包含重复值。

    DescribeMetricLast

    DescribeTagKeyList

    DescribeTagValueList

    2. 其它可能会用到的资源类接口:

    DescribeMonitoringAgentStatuses

    查询云监控插件运行状态。

    DescribeMonitorGroups

    调用DescribeMonitorGroups接口查询应用分组列表。

    DescribeMonitoringAgentProcesses

    查询进程监控列表。

    DescribeProjectMeta

    调用DescribeProjectMeta接口查询云监控支持的时序类监控项产品列表。

    获取接入的云产品信息,包括产品的描述信息、Namespace和标签。

    DescribeMonitorGroupCategories

    查询指定应用分组的产品资源列表和每个产品的资源数量。

    DescribeSiteMonitorQuota

    查询站点监控的配额以及版本。

    DescribeMonitorGroupInstances

    查询指定应用分组内包含的资源列表。

    DescribeMonitorGroupInstanceAttribute

    查询应用分组的资源实例详情。

    DescribeMonitoringAgentHosts

    查询所有的已安装和未安装云监控插件的主机列表。

  • 相关阅读:
    android讲义2之自定义view
    android讲义2之单项选择
    android讲义2之计时器组件Chronometer
    android讲义2之代码布局
    android讲义2之图片变换
    android讲义2之简单图片浏览器且有截图效果(对ImageView使用)
    android讲义2的相对布局(持续更新)
    android讲义2之在xml中设定imageButtion
    MoSH——移动设备上的Shell
    ArithmeticOperators.cs
  • 原文地址:https://www.cnblogs.com/yaoyu1983/p/12336753.html
Copyright © 2011-2022 走看看