shivraj001 commented on issue #9748:
URL: https://github.com/apache/apisix/issues/9748#issuecomment-1612562535
@Revolyssup i have created this route by calling adminapi, this how
configuration looks after fetching it with get route request
{
"uri": "/*",
"name": "testroute1",
"desc": "v1",
"methods": [
"GET",
"POST",
"PUT",
"DELETE",
"PATCH",
"HEAD",
"OPTIONS",
"CONNECT",
"TRACE",
"PURGE"
],
"host": "test-stage.**.com",
"upstream": {
"nodes": [
{
"host": "httpbin.default.svc.cluster.local",
"port": 80,
"weight": 100
}
],
"timeout": {
"connect": 6,
"send": 6,
"read": 6
},
"type": "roundrobin",
"scheme": "http",
"pass_host": "pass",
"keepalive_pool": {
"idle_timeout": 60,
"requests": 1000,
"size": 320
}
},
"status": 1
}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]