mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
uptimerobot: deprecate module (#11993)
feat(uptimerobot): deprecate module, API v1 is retired Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,6 +8,10 @@ from __future__ import annotations
|
||||
DOCUMENTATION = r"""
|
||||
module: uptimerobot
|
||||
short_description: Pause and start Uptime Robot monitoring
|
||||
deprecated:
|
||||
removed_in: 15.0.0
|
||||
why: The module uses the Uptime Robot API v1, which was retired and is no longer available.
|
||||
alternative: Use the Uptime Robot API v3 directly with the M(ansible.builtin.uri) module.
|
||||
description:
|
||||
- This module lets you start and pause Uptime Robot Monitoring.
|
||||
author: "Nate Kingsley (@nate-kingsley)"
|
||||
|
||||
Reference in New Issue
Block a user