tinpad commented on issue #5107:
URL: https://github.com/apache/apisix/issues/5107#issuecomment-923872990


   @tokers I am getting below json with get api
   
   {
     "node": {
       "dir": true,
       "nodes": [
         {
           "createdIndex": 1989,
           "key": "/apisix/global_rules/111",
           "modifiedIndex": 3019,
           "value": {
             "plugins": {
               "limit-count": {
                 "key": "remote_addr",
                 "rejected_code": 429,
                 "redis_database": 0,
                 "policy": "local",
                 "time_window": 60,
                 "rejected_msg": "{\"message\":\"Request Limit Exceeded\"}",
                 "count": 10
               },
               "uri-blocker": {
                 "block_rules": [
                   "script.bat",
                   "script.sh",
                   "script.exe"
                 ],
                 "rejected_code": 403
               },
               "http-logger": {
                 "retry_delay": 1,
                 "timeout": 3,
                 "uri": "http://192.168.1.2:8060/logger/log";,
                 "auth_header": "",
                 "buffer_duration": 60,
                 "batch_max_size": 1000,
                 "include_req_body": false,
                 "inactive_timeout": 5,
                 "max_retry_count": 0,
                 "name": "http logger",
                 "concat_method": "json"
               },
               "basic-auth": {},
               "prometheus": {
                 "prefer_name": false
               }
             },
             "id": "111",
             "update_time": 1632221711,
             "create_time": 1631798886
           }
         }
       ],
       "key": "/apisix/global_rules"
     },
     "count": "3",
     "action": "get"
   }


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


Reply via email to