httppull.yaml 358 B

12345678910111213141516171819202122
  1. ck1:
  2. headers:
  3. Accept: application/json
  4. interval: 1000
  5. method: get
  6. url: 127.0.0.1:9527
  7. ck2:
  8. interval: 100
  9. method: delete
  10. url: http://localhost:9090/pull
  11. default:
  12. body: '{}'
  13. bodyType: json
  14. headers:
  15. Accept: application/json
  16. interval: 10000
  17. method: post
  18. timeout: 5000
  19. url: http://localhost
  20. new:
  21. headers: {}
  22. url: 127.0.0.1