Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add statuscake_uptime_test_info Ansible module #31

Open
copelco opened this issue Jan 20, 2022 · 0 comments
Open

Add statuscake_uptime_test_info Ansible module #31

copelco opened this issue Jan 20, 2022 · 0 comments
Labels
statuscake Website monitoring service

Comments

@copelco
Copy link
Member

copelco commented Jan 20, 2022

Add functionality to obtain tests.

For example, obtain all tests:

- name: Get all uptime tests
  caktus.hosting_services.statuscake_uptime_test_info:
  register: uptime_tests_result

Obtain a single test:

- name: Get Caktus Website uptime test
  caktus.hosting_services.statuscake_uptime_test_info:
    name: caktusgroup.com
  register: uptime_test_result
@copelco copelco added the statuscake Website monitoring service label Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
statuscake Website monitoring service
Projects
None yet
Development

No branches or pull requests

1 participant