curl --location --request GET 'http://119.91.66.223:8090/naming/v1/circuitbreaker/rules?id=&name=&enable=&level=&service=&serviceNamespace=&srcService=&srcNamespace=&dstService=&dstNamespace=&dstMethod=&brief=&offset=0&limit=100' \
--header 'X-Polaris-Token;'
{
"amount": 0,
"code": 0,
"info": "string",
"size": 0,
"data": [
{
"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
}
]
}
]
}