Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. http_poller {
  2. urls => {
  3. restapi => {
  4. method => get
  5. url => "https://path_to_resources
  6. headers => {
  7. Accept => "application/json"
  8. }
  9. truststore => "/path/generated.truststore.jks"
  10. truststore_password => "xxx"
  11. ssl_certificate_validation => false
  12. auth => {
  13. user => "xxx"
  14. password => "xxx"
  15. }
  16. }
  17. }
  18. request_timeout => 60
  19. interval => 60000
  20. codec => "json"
  21. metadata_target => "http_poller_metadata"
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement