Get information about checkly checks.
Version added: 0.3.0
- Get information about checkly checks.
- https://www.checklyhq.com/docs/api#tag/Checks
The below requirements are needed on the host that executes this module.
- requests
Parameter | Choices/Defaults | Comments |
---|---|---|
api_check_url_filter_pattern
string
|
Filters the results by a string contained in the URL of an API check.
for instance a domain like www.myapp.com.
Only returns API checks.
|
|
api_key
string
/ required
|
api key for checkly.
|
|
id
string
|
id of alert channel.
|
|
limit
integer
|
Default: 100
|
number of checks in one call.
|
page
integer
|
Default: 1
|
page number of retrieve call.
|
url
string
|
Default: |
checkly api.
|
- name: get all checks from checkly
community.missing_collection.checkly_checks_info:
api_key: 'a8f08873c494445ba156e572e1324300'
- name: get one check from checkly
community.missing_collection.checkly_checks_info:
api_key: 'a8f08873c494445ba156e572e1324300'
id: '39308'
Common return values are documented here, the following are the fields unique to this module:
- Davinder Pal (@116davinder) <dpsangwal@gmail.com>