DescribeEnvServiceMonitor_应用实时监控服务ARMS_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

流控信息

当前云产品API请求速率暂未透出。

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
arms:DescribeEnvServiceMonitor
Get
Environment
acs:arms:{#regionId}:{#accountId}:environment/{#environmentId}

请求参数

字段名称字段详情
RegionIdstring

地域 ID。

示例值:cn-hangzhou
EnvironmentIdstring

环境实例 ID。

示例值:env-xxxxx参考取值来源:
    ListEnvironments
    InstallEnvironmentFeature
Namespacestring

ServiceMonitor 所在的命名空间。

示例值:arms-prom
ServiceMonitorNamestring

ServiceMonitor 名称。

示例值:arms-admin1参考取值来源:
    CreateEnvServiceMonitor
    ListEnvServiceMonitors

返回参数

字段名称字段详情
RequestIdstring

Id of the request

示例值:40B10E04-81E8-4643-970D-F1B38F2E****
Codeinteger<int32>

状态码。200 为成功,其他状态码为异常。

示例值:200
Dataobject

返回结构体。

Messagestring

返回信息。

示例值:success

返回说明

ConfigYaml 示例:

apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
  name: arms-admin1
  namespace: arms-prom
  annotations:
    arms.prometheus.io/discovery: 'true'
spec:
  endpoints:
  - interval: 30s
    port: operator
    path: /metrics
  - interval: 10s
    port: operator1
    path: /metrics
  namespaceSelector:
    any: true
  selector:
    matchLabels:
     app: arms-prometheus-ack-arms-prometheusapiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
  name: arms-admin1
  namespace: arms-prom
  annotations:
    arms.prometheus.io/discovery: 'true'
spec:
  endpoints:
  - interval: 30s
    port: operator
    path: /metrics
  - interval: 10s
    port: operator1
    path: /metrics
  namespaceSelector:
    any: true
  selector:
    matchLabels:
     app: arms-prometheus-ack-arms-prometheus

返回示例

变更历史

暂无变更历史

相关示例