insight-emea/Http Polling
Wait for response code from a URL with timeout
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | URL to poll | yes | — |
| timeout | Timeout before giving up in seconds | no | 900 |
| interval | Interval between polling in seconds | no | 60 |
| token | Secret used for authentication | yes | — |
Outputs
| name | description |
|---|---|
| result | outputs the response from the call |