跳转到主要内容
告警与响应相关接口/告警通道与集成

查询告警集成列表

列表告警集成托管平台。

GET/api/v1/alerting/integrations

操作 ID

ListAlertIntegrations

起始版本

1.0.0

执行模式

同步

认证信息

需要认证

认证信息

调用该 API 时需要在请求头中携带以下认证信息。

Authorizationstring必填

Bearer 令牌

X-Tenant-IDstring

X-Tenant-ID

请求参数

查询参数

  • page
    Integer

    页码。默认值为 `1`。

    示例: 0

  • size
    Integer

    返回记录数。

    示例: 0

响应状态

200 OK
200 OK

该 API 成功时返回以下响应结构。

  • items
    List

    条目列表。

    示例: (nested array)

    • uuid
      String

      资源的UUID,唯一标识该资源。

      示例: integ-001

    • platformUuid
      String

      平台UUID。

      示例: plat-001-abc

    • targetState
      String

      目标状态。

      示例: enabled

    • currentState
      String

      当前状态。

      示例: enabled

    • webhookUrl
      String

      Webhook地址。

      示例: https://zcf.example.com/api/v1/alerting/receive

    • webhookId
      String

      Webhook唯一标识。

      示例: wh-plat-001

    • lastReconcileAt
      String

      最近一次协调时间。

      示例: 2026-01-15T08:00:00Z

    • driftCount
      Integer

      漂移数量。

      示例: 20

    • lastError
      String

      消息协调。

      示例: timeout after 30s

    • createDate
      String

      创建时间。

      示例: 2026-01-15T08:00:00Z

    • lastOpDate
      String

      最近一次操作时间。

      示例: 2026-01-15T08:00:00Z

    • platformName
      String

      平台名称。

      示例: Production ZStack

    • productType
      String

      产品类型。

      示例: zstack

    • lastReceiveAt
      String

      最近一次接收时间。

      示例: 2026-01-15T08:00:00Z

    • parseFailureCount
      Integer

      解析失败数量。

      示例: 10

    • unknownEventCount
      Integer

      未知事件数量。

      示例: 10

    • defaultEventCatalogCount
      Integer

      默认事件目录数量。

      示例: 10

  • total
    Integer

    返回结果总数。

    示例: 3

  • limit
    Integer

    最大返回条目数。

    示例: 20

  • offset
    Integer

    查询起始偏移量。

    示例: 20

  • 变更时间

    新增响应字段 defaultEventCatalogCount, lastReceiveAt, parseFailureCount...
    查看 API