curl --location --request GET 'http://119.91.66.223:8090/naming/v1/faultdetectors?id=&name=&service=&serviceNamespace=&dstService=&dstNamespace=,&dstMethod=&brief=true/false&offset=&limit='
{
"amount": 0,
"code": 0,
"info": "string",
"size": 0,
"data": [
{
"id": "string",
"name": "string",
"target_service": {
"namespace": "string",
"service": "string",
"method": {
"type": 0,
"value": "string",
"value_type": 0
}
},
"description": "string",
"protocol": 0,
"port": 0,
"interval": 0,
"timeout": 0,
"http_config": {
"url": "string",
"method": "string",
"headers": [
{
"key": "string",
"value": "string"
}
],
"body": "string"
},
"tcp_config": {
"send": "string",
"receive": [
"string"
]
},
"udp_config": {
"send": "string",
"receive": [
"string"
]
},
"revision": "string",
"ctime": "string",
"mtime": "string"
}
]
}