curl --location --request GET 'http://119.91.66.223:8090/naming/v2/routings?id=&name=&service=&namespace=&source_service=&source_namespace=&destination_service=&destination_namespace=&enable=&order_field=&order_type=&offset=&limit=&route_type' \
--header 'X-Polaris-Token;'
{
"amount": 0,
"code": 0,
"info": "string",
"data": [
{
"name": "string",
"enable": true,
"routing_policy": "string",
"routing_config": {
"@type": "string",
"rules": [
{
"name": "string",
"sources": [
{
"service": "string",
"namespace": "string",
"arguments": [
{
"type": "string",
"key": "string",
"value": {
"type": "string",
"value": "string",
"value_type": "string"
}
}
]
}
],
"destinations": [
{
"name": "string",
"service": "string",
"namespace": "string",
"labels": {},
"priority": 0,
"isolate": true,
"weight": 0
}
]
}
]
},
"description": "string",
"priority": 0,
"id": "string"
}
],
"size": 0
}