Module autopulse

Source
Expand description

Autopulse - Autopulse target

This target is used to process a file in another instance of Autopulse

§Example

targets:
  autopulse:
    type: autopulse
    url: http://localhost:2875
    auth:
      username: "admin"
      password: "password"

or

targets:
  autopulse:
    type: autopulse
    url: http://localhost:2875
    auth:
      username: "admin"
      password: "password"
    trigger: "other"

See Autopulse for all options

Structs§

Autopulse