.. Document meta :orphan: .. |antsibull-internal-nbsp| unicode:: 0xA0 :trim: .. role:: ansible-attribute-support-label .. role:: ansible-attribute-support-property .. role:: ansible-attribute-support-full .. role:: ansible-attribute-support-partial .. role:: ansible-attribute-support-none .. role:: ansible-attribute-support-na .. role:: ansible-option-type .. role:: ansible-option-elements .. role:: ansible-option-required .. role:: ansible-option-versionadded .. role:: ansible-option-aliases .. role:: ansible-option-choices .. role:: ansible-option-choices-default-mark .. role:: ansible-option-default-bold .. role:: ansible-option-configuration .. role:: ansible-option-returned-bold .. role:: ansible-option-sample-bold .. Anchors .. _ansible_collections.cisco.dnac.planned_access_points_module: .. Anchors: short name for ansible.builtin .. Anchors: aliases .. Title cisco.dnac.planned_access_points module -- Resource module for Planned Access Points ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. Collection note .. note:: This module is part of the `cisco.dnac collection `_ (version 6.24.0). To install it, use: :code:`ansible-galaxy collection install cisco.dnac`. You need further requirements to be able to use this module, see :ref:`Requirements ` for details. To use it in a playbook, specify: :code:`cisco.dnac.planned_access_points`. .. version_added .. rst-class:: ansible-version-added New in cisco.dnac 6.0.0 .. contents:: :local: :depth: 1 .. Deprecated Synopsis -------- .. Description - Manage operations create, update and delete of the resource Planned Access Points. - Allows creation of a new planned access point on an existing floor map including its planned radio and antenna details. Use the Get variant of this API to fetch any existing planned access points for the floor. The payload to create a planned access point is in the same format, albeit a single object instead of a list, of that API. - Allow to delete a planned access point from an existing floor map including its planned radio and antenna details. Use the Get variant of this API to fetch the existing planned access points for the floor. The instanceUUID listed in each of the planned access point attributes acts as the path param input to this API to delete that specific instance. - Allows updating a planned access point on an existing floor map including its planned radio and antenna details. Use the Get variant of this API to fetch the existing planned access points for the floor. The payload to update a planned access point is in the same format, albeit a single object instead of a list, of that API. .. note:: This module has a corresponding :ref:`action plugin `. .. Aliases .. Requirements .. _ansible_collections.cisco.dnac.planned_access_points_module_requirements: Requirements ------------ The below requirements are needed on the host that executes this module. - dnacentersdk \>= 2.7.2 - python \>= 3.5 .. Options Parameters ---------- .. rst-class:: ansible-option-table .. list-table:: :width: 100% :widths: auto :header-rows: 1 * - Parameter - Comments * - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-attributes: .. rst-class:: ansible-option-title **attributes** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Planned Access Points's attributes. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-attributes/createdate: .. rst-class:: ansible-option-title **createDate** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Planned Access Points's createDate. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-attributes/domain: .. rst-class:: ansible-option-title **domain** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Planned Access Points's domain. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-attributes/heirarchyname: .. rst-class:: ansible-option-title **heirarchyName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Planned Access Points's heirarchyName. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-attributes/id: .. rst-class:: ansible-option-title **id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`float` .. raw:: html
- .. raw:: html
Planned Access Points's id. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-attributes/instanceuuid: .. rst-class:: ansible-option-title **instanceUuid** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Planned Access Points's instanceUuid. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-attributes/macaddress: .. rst-class:: ansible-option-title **macaddress** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Planned Access Points's macaddress. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-attributes/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Planned Access Points's name. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-attributes/source: .. rst-class:: ansible-option-title **source** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Planned Access Points's source. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-attributes/typestring: .. rst-class:: ansible-option-title **typeString** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Planned Access Points's typeString. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-dnac_debug: .. rst-class:: ansible-option-title **dnac_debug** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Flag for Cisco DNA Center SDK to enable debugging. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry-default:`false` :ansible-option-choices-default-mark:`← (default)` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-dnac_host: .. rst-class:: ansible-option-title **dnac_host** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
The Cisco DNA Center hostname. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-dnac_password: .. rst-class:: ansible-option-title **dnac_password** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
The Cisco DNA Center password to authenticate. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-dnac_port: .. rst-class:: ansible-option-title **dnac_port** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
The Cisco DNA Center port. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`443` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-dnac_username: .. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-user: .. rst-class:: ansible-option-title **dnac_username** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-aliases:`aliases: user` .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
The Cisco DNA Center username to authenticate. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"admin"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-dnac_verify: .. rst-class:: ansible-option-title **dnac_verify** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Flag to enable or disable SSL certificate verification. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry-default:`true` :ansible-option-choices-default-mark:`← (default)` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-dnac_version: .. rst-class:: ansible-option-title **dnac_version** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Informs the SDK which version of Cisco DNA Center to use. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"2.3.7.6"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-floorid: .. rst-class:: ansible-option-title **floorId** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
FloorId path parameter. The instance UUID of the floor hierarchy element. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-issensor: .. rst-class:: ansible-option-title **isSensor** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
IsSensor flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-location: .. rst-class:: ansible-option-title **location** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Planned Access Points's location. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-location/altitude: .. rst-class:: ansible-option-title **altitude** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`float` .. raw:: html
- .. raw:: html
Planned Access Points's altitude. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-location/lattitude: .. rst-class:: ansible-option-title **lattitude** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`float` .. raw:: html
- .. raw:: html
Planned Access Points's lattitude. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-location/longtitude: .. rst-class:: ansible-option-title **longtitude** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`float` .. raw:: html
- .. raw:: html
Planned Access Points's longtitude. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-plannedaccesspointuuid: .. rst-class:: ansible-option-title **plannedAccessPointUuid** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
PlannedAccessPointUuid path parameter. The instance UUID of the planned access point to delete. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-position: .. rst-class:: ansible-option-title **position** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Planned Access Points's position. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-position/x: .. rst-class:: ansible-option-title **x** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`float` .. raw:: html
- .. raw:: html
Planned Access Points's x. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-position/y: .. rst-class:: ansible-option-title **y** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`float` .. raw:: html
- .. raw:: html
Planned Access Points's y. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-position/z: .. rst-class:: ansible-option-title **z** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`float` .. raw:: html
- .. raw:: html
Planned Access Points's z. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-radiocount: .. rst-class:: ansible-option-title **radioCount** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Planned Access Points's radioCount. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-radios: .. rst-class:: ansible-option-title **radios** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Planned Access Points's radios. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-radios/antenna: .. rst-class:: ansible-option-title **antenna** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Planned Access Points's antenna. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-radios/antenna/azimuthangle: .. rst-class:: ansible-option-title **azimuthAngle** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`float` .. raw:: html
- .. raw:: html
Planned Access Points's azimuthAngle. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-radios/antenna/elevationangle: .. rst-class:: ansible-option-title **elevationAngle** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`float` .. raw:: html
- .. raw:: html
Planned Access Points's elevationAngle. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-radios/antenna/gain: .. rst-class:: ansible-option-title **gain** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`float` .. raw:: html
- .. raw:: html
Planned Access Points's gain. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-radios/antenna/mode: .. rst-class:: ansible-option-title **mode** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Planned Access Points's mode. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-radios/antenna/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Planned Access Points's name. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-radios/antenna/type: .. rst-class:: ansible-option-title **type** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Planned Access Points's type. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-radios/attributes: .. rst-class:: ansible-option-title **attributes** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Planned Access Points's attributes. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-radios/attributes/channel: .. rst-class:: ansible-option-title **channel** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`float` .. raw:: html
- .. raw:: html
Planned Access Points's channel. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-radios/attributes/channelstring: .. rst-class:: ansible-option-title **channelString** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Planned Access Points's channelString. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-radios/attributes/id: .. rst-class:: ansible-option-title **id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`float` .. raw:: html
- .. raw:: html
Planned Access Points's id. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-radios/attributes/ifmode: .. rst-class:: ansible-option-title **ifMode** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Planned Access Points's ifMode. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-radios/attributes/iftypestring: .. rst-class:: ansible-option-title **ifTypeString** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Planned Access Points's ifTypeString. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-radios/attributes/iftypesubband: .. rst-class:: ansible-option-title **ifTypeSubband** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Planned Access Points's ifTypeSubband. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-radios/attributes/instanceuuid: .. rst-class:: ansible-option-title **instanceUuid** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Planned Access Points's instanceUuid. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-radios/attributes/slotid: .. rst-class:: ansible-option-title **slotId** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`float` .. raw:: html
- .. raw:: html
Planned Access Points's slotId. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-radios/issensor: .. rst-class:: ansible-option-title **isSensor** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
IsSensor flag. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__parameter-validate_response_schema: .. rst-class:: ansible-option-title **validate_response_schema** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Flag for Cisco DNA Center SDK to enable the validation of request bodies against a JSON schema. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry-default:`true` :ansible-option-choices-default-mark:`← (default)` .. raw:: html
.. Attributes .. Notes Notes ----- .. note:: - SDK Method used are devices.Devices.create\_planned\_access\_point\_for\_floor, devices.Devices.delete\_planned\_access\_point\_for\_floor, devices.Devices.update\_planned\_access\_point\_for\_floor, - Paths used are post /dna/intent/api/v1/floors/{floorId}/planned-access-points, delete /dna/intent/api/v1/floors/{floorId}/planned-access-points/{plannedAccessPointUuid}, put /dna/intent/api/v1/floors/{floorId}/planned-access-points, - Does not support \ :literal:`check\_mode`\ - The plugin runs on the control node and does not use any ansible connection plugins, but instead the embedded connection manager from Cisco DNAC SDK - The parameters starting with dnac\_ are used by the Cisco DNAC Python SDK to establish the connection .. Seealso See Also -------- .. seealso:: `Cisco DNA Center documentation for Devices CreatePlannedAccessPointForFloor `_ Complete reference of the CreatePlannedAccessPointForFloor API. `Cisco DNA Center documentation for Devices DeletePlannedAccessPointForFloor `_ Complete reference of the DeletePlannedAccessPointForFloor API. `Cisco DNA Center documentation for Devices UpdatePlannedAccessPointForFloor `_ Complete reference of the UpdatePlannedAccessPointForFloor API. .. Examples Examples -------- .. code-block:: yaml+jinja - name: Update all cisco.dnac.planned_access_points: dnac_host: "{{dnac_host}}" dnac_username: "{{dnac_username}}" dnac_password: "{{dnac_password}}" dnac_verify: "{{dnac_verify}}" dnac_port: "{{dnac_port}}" dnac_version: "{{dnac_version}}" dnac_debug: "{{dnac_debug}}" state: present attributes: createDate: 0 domain: string heirarchyName: string id: 0 instanceUuid: string macaddress: string name: string source: string typeString: string floorId: string isSensor: true location: altitude: 0 lattitude: 0 longtitude: 0 position: x: 0 y: 0 z: 0 radioCount: 0 radios: - antenna: azimuthAngle: 0 elevationAngle: 0 gain: 0 mode: string name: string type: string attributes: channel: 0 channelString: string id: 0 ifMode: string ifTypeString: string ifTypeSubband: string instanceUuid: string slotId: 0 isSensor: true - name: Create cisco.dnac.planned_access_points: dnac_host: "{{dnac_host}}" dnac_username: "{{dnac_username}}" dnac_password: "{{dnac_password}}" dnac_verify: "{{dnac_verify}}" dnac_port: "{{dnac_port}}" dnac_version: "{{dnac_version}}" dnac_debug: "{{dnac_debug}}" state: present attributes: createDate: 0 domain: string heirarchyName: string id: 0 instanceUuid: string macaddress: string name: string source: string typeString: string floorId: string isSensor: true location: altitude: 0 lattitude: 0 longtitude: 0 position: x: 0 y: 0 z: 0 radioCount: 0 radios: - antenna: azimuthAngle: 0 elevationAngle: 0 gain: 0 mode: string name: string type: string attributes: channel: 0 channelString: string id: 0 ifMode: string ifTypeString: string ifTypeSubband: string instanceUuid: string slotId: 0 isSensor: true - name: Delete by id cisco.dnac.planned_access_points: dnac_host: "{{dnac_host}}" dnac_username: "{{dnac_username}}" dnac_password: "{{dnac_password}}" dnac_verify: "{{dnac_verify}}" dnac_port: "{{dnac_port}}" dnac_version: "{{dnac_version}}" dnac_debug: "{{dnac_debug}}" state: absent floorId: string plannedAccessPointUuid: string .. Facts .. Return values Return Values ------------- Common return values are documented :ref:`here `, the following are the fields unique to this module: .. rst-class:: ansible-option-table .. list-table:: :width: 100% :widths: auto :header-rows: 1 * - Key - Description * - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_module__return-dnac_response: .. rst-class:: ansible-option-title **dnac_response** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
A dictionary or list with the response returned by the Cisco DNAC Python SDK .. rst-class:: ansible-option-line :ansible-option-returned-bold:`Returned:` always .. rst-class:: ansible-option-line .. rst-class:: ansible-option-sample :ansible-option-sample-bold:`Sample:` :ansible-rv-sample-value:`{"response": {"taskId": "string", "url": "string"}, "version": "string"}` .. raw:: html
.. Status (Presently only deprecated) .. Authors Authors ~~~~~~~ - Rafael Campos (@racampos) .. Extra links Collection links ~~~~~~~~~~~~~~~~ .. raw:: html .. Parsing errors