membphis commented on issue #2737:
URL: https://github.com/apache/apisix/issues/2737#issuecomment-732605433


   I write an example, follow @liuxiran design: add new field `status`. I think 
this way is good.
   
   ```
   {
       "uri": "/hello",    # uri
       "status": 0,        # integer value: 1 - online(default value), 0 - 
offline
       ... ...
   }
   ```


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to