.. 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_v1_module: .. Anchors: short name for ansible.builtin .. Anchors: aliases .. Title cisco.dnac.planned_access_points_v1 module -- Resource module for Planned Access Points V1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. Collection note .. note:: This module is part of the `cisco.dnac collection `_ (version 6.25.1). 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_v1`. .. 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 V1. - 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_v1_module_requirements: Requirements ------------ The below requirements are needed on the host that executes this module. - dnacentersdk \>= 2.4.9 - 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_v1_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_v1_module__parameter-attributes/createdate: .. rst-class:: ansible-option-title **createDate** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`float` .. raw:: html
- .. raw:: html
Created date of the planned access point. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Service domain to which the planned access point belongs. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Hierarchy name of the planned access point. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Unique id of the planned access point. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Instance uuid of the planned access point. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
MAC address of the planned access point. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Display name of the planned access point. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Source of the data used to create the planned access point. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Type string representation of the planned access point. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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_v1_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_v1_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_v1_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_v1_module__parameter-dnac_username: .. _ansible_collections.cisco.dnac.planned_access_points_v1_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_v1_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_v1_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_v1_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_v1_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
Indicates that PAP is a sensor. .. 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_v1_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_v1_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
Altitude of the planned access point's location. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Latitude of the planned access point's location. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Longitude of the planned access point's location. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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_v1_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_v1_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
X-coordinate of the planned access point on the map, 0,0 point being the top-left corner. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Y-coordinate of the planned access point on the map, 0,0 point being the top-left corner. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Z-coordinate, or height, of the planned access point on the map. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Number of radios of the planned access point. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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_v1_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_v1_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
Azimuth angle of the antenna. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Elevation angle of the antenna. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Gain of the antenna. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Mode of the antenna associated with this radio. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Name of the antenna. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Type of the antenna associated with this radio. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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_v1_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
Channel in which this radio operates. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Channel string representation. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_module__parameter-radios/attributes/id: .. rst-class:: ansible-option-title **id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Id of the radio. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
IF mode of the radio. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
String representation of native band. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Sub band of the radio. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Instance Uuid of the radio. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Slot number in which the radio resides in the parent access point. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_module__parameter-radios/attributes/txpowerlevel: .. rst-class:: ansible-option-title **txPowerLevel** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`float` .. raw:: html
- .. raw:: html
Tx Power at which this radio operates (in dBm). .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.planned_access_points_v1_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
Determines if it is sensor or not. .. 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_v1_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\_v1, devices.Devices.delete\_planned\_access\_point\_for\_floor\_v1, devices.Devices.update\_planned\_access\_point\_for\_floor\_v1, - 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 CreatePlannedAccessPointForFloorV1 `_ Complete reference of the CreatePlannedAccessPointForFloorV1 API. `Cisco DNA Center documentation for Devices DeletePlannedAccessPointForFloorV1 `_ Complete reference of the DeletePlannedAccessPointForFloorV1 API. `Cisco DNA Center documentation for Devices UpdatePlannedAccessPointForFloorV1 `_ Complete reference of the UpdatePlannedAccessPointForFloorV1 API. .. Examples Examples -------- .. code-block:: yaml+jinja - name: Update all cisco.dnac.planned_access_points_v1: 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 txPowerLevel: 0 isSensor: true - name: Create cisco.dnac.planned_access_points_v1: 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 txPowerLevel: 0 isSensor: true - name: Delete by id cisco.dnac.planned_access_points_v1: 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_v1_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