跳转到主要内容
基础设施相关接口/联邦与 SSO

查询熔断器状态列表

已注册平台。

GET/api/v1/platforms/circuit-breakers

操作 ID

ListCircuitBreakerStatuses

起始版本

1.0.0

执行模式

同步

认证信息

需要认证

认证信息

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

Authorizationstring必填

Bearer 令牌

X-Tenant-IDstring

X-Tenant-ID

请求参数

此接口无需请求参数。

响应状态

200 OK
200 OK

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

  • items
    List

    条目列表。

    示例: (nested array)

    • state
      String

      当前状态。

      示例: closed

    • failureCount
      Integer

      失败数量。

      示例: 5

    • lastFailureAt
      String

      最近一次失败时间。

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

    • nextRetryAt
      String

      下次重试时间。

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

    • retryAfterSeconds
      Integer

      重试间隔秒数。

      示例: 30

  • total
    Integer

    返回结果总数。

    示例: 10

  • limit
    Integer

    最大返回条目数。

    示例: 20

  • offset
    Integer

    查询起始偏移量。

    示例: 20