File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,16 @@ Minor Changes
1717-------------
1818
1919- Add deployment mode to nd_setup.
20- - Add nd_rest as a new generic ND REST API module.
2120- Add nd_setup support for ND version 3.1.1 and later.
2221- Add support for Ansible 2.18 and dropped support for 2.15 as required by Ansible Galaxy.
2322- Add support for IPv6-only configurations with nd_setup module on ND version 3.0.1 and later.
2423- Add support for XML file upload pre-change in nd_pcv (DCNE-150) (#77).
2524
25+ New Modules
26+ -----------
27+
28+ - cisco.nd.nd_rest - Allows direct access to the Cisco Nexus Dashboard REST API
29+
2630v1.2.0
2731======
2832
Original file line number Diff line number Diff line change @@ -190,16 +190,21 @@ releases:
190190 1.3.0 :
191191 changes :
192192 minor_changes :
193- - Add nd_rest as a new generic ND REST API module.
194- - Add nd_setup support for ND version 3.1.1 and later.
195193 - Add deployment mode to nd_setup.
194+ - Add nd_setup support for ND version 3.1.1 and later.
195+ - Add support for Ansible 2.18 and dropped support for 2.15 as required by
196+ Ansible Galaxy.
197+ - Add support for IPv6-only configurations with nd_setup module on ND version
198+ 3.0.1 and later.
196199 - Add support for XML file upload pre-change in nd_pcv (DCNE-150) (#77).
197- - Add support for Ansible 2.18 and dropped support for 2.15 as required by Ansible Galaxy.
198- - Add support for IPv6-only configurations with nd_setup module on ND version 3.0.1 and later.
199200 release_summary : ' Release v1.3.0 of the ``ansible-nd`` collection on 2025-03-20.
200201
201202 This changelog describes all changes made to the modules and plugins included
202203 in this collection since v1.2.0.
203204
204205 '
206+ modules :
207+ - description : Allows direct access to the Cisco Nexus Dashboard REST API
208+ name : nd_rest
209+ namespace : ' '
205210 release_date : ' 2025-03-20'
Original file line number Diff line number Diff line change 1313DOCUMENTATION = r"""
1414---
1515module: nd_rest
16+ version_added: "1.3.0"
1617short_description: Allows direct access to the Cisco Nexus Dashboard REST API
1718description:
1819- Enables the management of Cisco Nexus Dashboard (ND) through direct access to the Cisco ND REST API.
You can’t perform that action at this time.
0 commit comments