cisco.dnac.sensor_test_template_edit – Resource module for Sensor Test Template Edit¶
Note
This plugin is part of the cisco.dnac collection (version 3.1.1).
To install it use: ansible-galaxy collection install cisco.dnac
.
To use it in a playbook, specify: cisco.dnac.sensor_test_template_edit
.
New in version 1.0.0: of cisco.dnac
Synopsis¶
Manage operation update of the resource Sensor Test Template Edit.
Note
This module has a corresponding action plugin.
Parameters¶
See Also¶
See also
- Sensor Test Template Edit reference
Complete reference of the Sensor Test Template Edit object model.
Examples¶
- name: Update all
cisco.dnac.sensor_test_template_edit:
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}}"
locationInfoList:
- allSensors: true
locationId: string
locationType: string
siteHierarchy: string
schedule:
frequency:
unit: string
value: 0
scheduleRange:
- day: string
timeRange:
- frequency:
unit: string
value: 0
from: string
to: string
testScheduleMode: string
templateName: string
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Rafael Campos (@racampos)