idbeta opened a new issue #1193:
URL: https://github.com/apache/apisix-dashboard/issues/1193


   # Bug report
   
   create service with manual fill upstream, will be error.
   This problem will not arise if create service with select an existing 
upstream.
   
   ## How to Reproduce
   
   ```
   Request URL: http://127.0.0.1:9000/apisix/admin/services
   Request Method: POST
   Request Body: 
{"plugins":{},"upstream":{"type":"roundrobin","nodes":[{"host":"127.0.0.1","port":80,"weight":1}],"pass_host":"pass","timeout":{"connect":6000,"send":6000,"read":6000},"checks":{}}}
   Response: {"code":10000,"message":"schema validate failed: upstream.checks: 
Must validate at least one schema (anyOf)\nupstream.checks: active is required"}
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to