cisco.dnac.pnp_device_reset – Manage PnpDeviceReset objects of DeviceOnboardingPnp¶
Note
This plugin is part of the cisco.dnac collection (version 2.0.7).
To install it use: ansible-galaxy collection install cisco.dnac
.
To use it in a playbook, specify: cisco.dnac.pnp_device_reset
.
New in version 1.0.0: of cisco.dnac
Synopsis¶
Recovers a device from a Workflow Execution Error state.
Note
This module has a corresponding action plugin.
Parameters¶
See Also¶
See also
- cisco.dnac.plugins.module_utils.definitions.pnp_device_reset
The official documentation on the cisco.dnac.plugins.module_utils.definitions.pnp_device_reset module.
- PnpDeviceReset reference
Complete reference of the PnpDeviceReset object model.
- PnpDeviceReset reference
SDK reference.
Examples¶
- name: reset_device
cisco.dnac.pnp_device_reset:
state: create # required
deviceResetList:
- configList:
- configId: SomeValue # string
configParameters:
- key: SomeValue # string
value: SomeValue # string
deviceId: SomeValue # string
licenseLevel: SomeValue # string
licenseType: SomeValue # string
topOfStackSerialNumber: SomeValue # string
projectId: SomeValue # string
workflowId: SomeValue # string
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Rafael Campos (@racampos)