PolarisMesh
    PolarisMesh
    • PolarisMesh
    • v1.17.x
      • 命名空间
    • v1.18.x
      • 鉴权资源
      • 鉴权策略
      • 命名空间
      • 写操作影响(导入配置文件)
    • 熔断规则
    • 路由规则
    • MatchString
    • 主动探测规则
    • 鉴权策略
    • 用户
    • 用户组
    • 限流规则
    • 配置分组-Read
    • 配置发布历史
    • 配置分组-Write
    • 配置发布
    • 配置发布请求
    • 配置文件
    • 服务契约定义
    • 服务契约接口定义
    • 服务
    • 服务别名
    • 命名空间
    • 泳道规则
    • traffic_match_rule
    • 服务实例分组
    • TrafficEntry
    • 泳道分组
    • 鉴权资源
    • 角色
    • 修改鉴权策略
    • 写操作响应
    • 写操作响应(配置文件)
    • 写操作响应(多配置文件)
    • 写操作响应(配置发布)
    • 写操作响应(命名空间)
    • 写操作响应(服务)
    • 配置文件导出请求
    • 读操作响应
    • 读操作响应(配置导出)
    • 读操作响应(配置发布)
    • 读操作响应(配置文件)
    • 读请求响应(批量配置发布)
    • 读请求响应(批量配置文件)
    • 批量写操作响应
    • 批量写操作响应(命名空间)

    熔断规则

    {
        "ctime": "string",
        "description": "string",
        "enable": true,
        "error_conditions": [
            {
                "condition": {
                    "type": "string",
                    "value": "string",
                    "value_type": "string"
                },
                "input_type": "string"
            }
        ],
        "etime": "string",
        "fallbackConfig": {
            "enable": true,
            "response": {
                "body": "string",
                "code": 0,
                "headers": [
                    {
                        "key": "string",
                        "value": "string"
                    }
                ]
            }
        },
        "faultDetectConfig": {
            "enable": true
        },
        "id": "string",
        "level": "string",
        "max_ejection_percent": 0,
        "mtime": "string",
        "name": "string",
        "recoverCondition": {
            "consecutiveSuccess": 0,
            "sleep_window": 0
        },
        "revision": "string",
        "rule_matcher": {
            "destination": {
                "method": {
                    "type": "string",
                    "value": "string",
                    "value_type": "string"
                },
                "namespace": "string",
                "service": "string"
            },
            "source": {
                "namespace": "string",
                "service": "string"
            }
        },
        "trigger_condition": [
            {
                "error_count": 0,
                "error_percent": 0,
                "interval": 0,
                "minimum_request": 0,
                "trigger_type": 0
            }
        ]
    }
    Built with