summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/plugins/httpapi.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/plugins/httpapi.rst')
-rw-r--r--docs/docsite/rst/plugins/httpapi.rst14
1 files changed, 5 insertions, 9 deletions
diff --git a/docs/docsite/rst/plugins/httpapi.rst b/docs/docsite/rst/plugins/httpapi.rst
index 1136bab49a..1b5554d142 100644
--- a/docs/docsite/rst/plugins/httpapi.rst
+++ b/docs/docsite/rst/plugins/httpapi.rst
@@ -7,6 +7,10 @@ Httpapi Plugins
:local:
:depth: 2
+.. warning::
+
+ Links on this page may not point to the most recent versions of plugins. In preparation for the release of 2.10, many plugins and modules have migrated to Collections on `Ansible Galaxy <https://galaxy.ansible.com>`_. For the current development status of Collections and FAQ see `Ansible Collections Community Guide <https://github.com/ansible-collections/general/blob/master/README.rst>`_.
+
Httpapi plugins tell Ansible how to interact with a remote device's HTTP-based API and execute tasks on the
device.
@@ -58,15 +62,7 @@ See the full working example at https://github.com/network-automation/httpapi.
Plugin List
-----------
-You can use ``ansible-doc -t httpapi -l`` to see the list of available plugins.
-Use ``ansible-doc -t httpapi <plugin name>`` to see detailed documentation and examples.
-
-
-.. toctree:: :maxdepth: 1
- :glob:
-
- httpapi/*
-
+These plugins have migrated to a collection. Updates on where to find and how to use them will be coming soon.
.. seealso::