.. 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-entry .. role:: ansible-option-default .. role:: ansible-option-default-bold .. role:: ansible-option-configuration .. role:: ansible-option-returned-bold .. role:: ansible-option-sample-bold .. Anchors .. _ansible_collections.cisco.dnac.template_intent_module: .. Anchors: short name for ansible.builtin .. Anchors: aliases .. Title cisco.dnac.template_intent module -- Resource module for Template functions +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. Collection note .. note:: This module is part of the `cisco.dnac collection `_ (version 6.6.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.template_intent`. .. version_added .. versionadded:: 6.6.0 of cisco.dnac .. contents:: :local: :depth: 1 .. Deprecated Synopsis -------- .. Description - Manage operations create, update and delete of the resource Configuration Template. - API to create a template by project name and template name. - API to update a template by template name and project name. - API to delete a template by template name and project name. .. Aliases .. Requirements .. _ansible_collections.cisco.dnac.template_intent_module_requirements: Requirements ------------ The below requirements are needed on the host that executes this module. - dnacentersdk == 2.4.5 - 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.template_intent_module__parameter-config: .. rst-class:: ansible-option-title **config** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
List of details of templates being managed. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/author: .. rst-class:: ansible-option-title **author** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Author of template. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/composite: .. rst-class:: ansible-option-title **composite** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Is it composite template. .. 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.template_intent_module__parameter-config/containingtemplates: .. rst-class:: ansible-option-title **containingTemplates** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Create's containingTemplates. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/composite: .. rst-class:: ansible-option-title **composite** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Is it composite template. .. 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.template_intent_module__parameter-config/containingtemplates/description: .. rst-class:: ansible-option-title **description** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Description of template. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/devicetypes: .. rst-class:: ansible-option-title **deviceTypes** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Create's deviceTypes. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/devicetypes/productfamily: .. rst-class:: ansible-option-title **productFamily** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Device family. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/devicetypes/productseries: .. rst-class:: ansible-option-title **productSeries** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Device series. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/devicetypes/producttype: .. rst-class:: ansible-option-title **productType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Device type. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/id: .. rst-class:: ansible-option-title **id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
UUID of template. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/language: .. rst-class:: ansible-option-title **language** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Template language .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`JINJA` - :ansible-option-choices-entry:`VELOCITY` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/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 template. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/projectname: .. rst-class:: ansible-option-title **projectName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Project name. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams: .. rst-class:: ansible-option-title **rollbackTemplateParams** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Create's rollbackTemplateParams. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/binding: .. rst-class:: ansible-option-title **binding** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Bind to source. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/customorder: .. rst-class:: ansible-option-title **customOrder** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
CustomOrder of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/datatype: .. rst-class:: ansible-option-title **dataType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Datatype of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/defaultvalue: .. rst-class:: ansible-option-title **defaultValue** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Default value of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/description: .. rst-class:: ansible-option-title **description** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Description of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/displayname: .. rst-class:: ansible-option-title **displayName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Display name of param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/group: .. rst-class:: ansible-option-title **group** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Group. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/id: .. rst-class:: ansible-option-title **id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
UUID of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/instructiontext: .. rst-class:: ansible-option-title **instructionText** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Instruction text for param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/key: .. rst-class:: ansible-option-title **key** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Key. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/notparam: .. rst-class:: ansible-option-title **notParam** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Is it not a variable. .. 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.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/order: .. rst-class:: ansible-option-title **order** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Order of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/paramarray: .. rst-class:: ansible-option-title **paramArray** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Is it an array. .. 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.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/parametername: .. rst-class:: ansible-option-title **parameterName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/provider: .. rst-class:: ansible-option-title **provider** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Provider. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/range: .. rst-class:: ansible-option-title **range** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Create's range. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/range/id: .. rst-class:: ansible-option-title **id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
UUID of range. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/range/maxvalue: .. rst-class:: ansible-option-title **maxValue** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Max value of range. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/range/minvalue: .. rst-class:: ansible-option-title **minValue** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Min value of range. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/required: .. rst-class:: ansible-option-title **required** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Is param required. .. 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.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/selection: .. rst-class:: ansible-option-title **selection** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Configuration Template Create's selection. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/selection/defaultselectedvalues: .. rst-class:: ansible-option-title **defaultSelectedValues** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html
- .. raw:: html
Default selection values. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/selection/id: .. rst-class:: ansible-option-title **id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
UUID of selection. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/selection/selectiontype: .. rst-class:: ansible-option-title **selectionType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Type of selection(SINGLE\_SELECT or MULTI\_SELECT). .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/rollbacktemplateparams/selection/selectionvalues: .. rst-class:: ansible-option-title **selectionValues** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Selection values. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/tags: .. rst-class:: ansible-option-title **tags** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Create's tags. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/tags/id: .. rst-class:: ansible-option-title **id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
UUID of tag. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/tags/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 tag. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templatecontent: .. rst-class:: ansible-option-title **templateContent** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Template content. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams: .. rst-class:: ansible-option-title **templateParams** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Create's templateParams. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/binding: .. rst-class:: ansible-option-title **binding** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Bind to source. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/customorder: .. rst-class:: ansible-option-title **customOrder** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
CustomOrder of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/datatype: .. rst-class:: ansible-option-title **dataType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Datatype of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/defaultvalue: .. rst-class:: ansible-option-title **defaultValue** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Default value of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/description: .. rst-class:: ansible-option-title **description** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Description of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/displayname: .. rst-class:: ansible-option-title **displayName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Display name of param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/group: .. rst-class:: ansible-option-title **group** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Group. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/id: .. rst-class:: ansible-option-title **id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
UUID of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/instructiontext: .. rst-class:: ansible-option-title **instructionText** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Instruction text for param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/key: .. rst-class:: ansible-option-title **key** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Key. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/notparam: .. rst-class:: ansible-option-title **notParam** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Is it not a variable. .. 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.template_intent_module__parameter-config/containingtemplates/templateparams/order: .. rst-class:: ansible-option-title **order** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Order of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/paramarray: .. rst-class:: ansible-option-title **paramArray** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Is it an array. .. 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.template_intent_module__parameter-config/containingtemplates/templateparams/parametername: .. rst-class:: ansible-option-title **parameterName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/provider: .. rst-class:: ansible-option-title **provider** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Provider. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/range: .. rst-class:: ansible-option-title **range** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Create's range. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/range/id: .. rst-class:: ansible-option-title **id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
UUID of range. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/range/maxvalue: .. rst-class:: ansible-option-title **maxValue** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Max value of range. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/range/minvalue: .. rst-class:: ansible-option-title **minValue** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Min value of range. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/required: .. rst-class:: ansible-option-title **required** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Is param required. .. 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.template_intent_module__parameter-config/containingtemplates/templateparams/selection: .. rst-class:: ansible-option-title **selection** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Configuration Template Create's selection. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/selection/defaultselectedvalues: .. rst-class:: ansible-option-title **defaultSelectedValues** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html
- .. raw:: html
Default selection values. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/selection/id: .. rst-class:: ansible-option-title **id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
UUID of selection. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/selection/selectiontype: .. rst-class:: ansible-option-title **selectionType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Type of selection(SINGLE\_SELECT or MULTI\_SELECT). .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/templateparams/selection/selectionvalues: .. rst-class:: ansible-option-title **selectionValues** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Selection values. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/containingtemplates/version: .. rst-class:: ansible-option-title **version** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Current version of template. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/createtime: .. rst-class:: ansible-option-title **createTime** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Create time of template. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/customparamsorder: .. rst-class:: ansible-option-title **customParamsOrder** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Custom Params Order. .. 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.template_intent_module__parameter-config/devicetypes: .. rst-class:: ansible-option-title **deviceTypes** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Create's deviceTypes. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/devicetypes/productfamily: .. rst-class:: ansible-option-title **productFamily** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Device family. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/devicetypes/productseries: .. rst-class:: ansible-option-title **productSeries** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Device series. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/devicetypes/producttype: .. rst-class:: ansible-option-title **productType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Device type. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/failurepolicy: .. rst-class:: ansible-option-title **failurePolicy** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Define failure policy if template provisioning fails. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/language: .. rst-class:: ansible-option-title **language** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Template language .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`JINJA` - :ansible-option-choices-entry:`VELOCITY` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/lastupdatetime: .. rst-class:: ansible-option-title **lastUpdateTime** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Update time of template. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/latestversiontime: .. rst-class:: ansible-option-title **latestVersionTime** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Latest versioned template time. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/parenttemplateid: .. rst-class:: ansible-option-title **parentTemplateId** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Parent templateID. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/projectid: .. rst-class:: ansible-option-title **projectId** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Project UUID. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/projectname: .. rst-class:: ansible-option-title **projectName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Project name. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplatecontent: .. rst-class:: ansible-option-title **rollbackTemplateContent** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Rollback template content. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams: .. rst-class:: ansible-option-title **rollbackTemplateParams** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Create's rollbackTemplateParams. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/binding: .. rst-class:: ansible-option-title **binding** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Bind to source. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/customorder: .. rst-class:: ansible-option-title **customOrder** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
CustomOrder of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/datatype: .. rst-class:: ansible-option-title **dataType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Datatype of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/defaultvalue: .. rst-class:: ansible-option-title **defaultValue** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Default value of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/description: .. rst-class:: ansible-option-title **description** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Description of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/displayname: .. rst-class:: ansible-option-title **displayName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Display name of param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/group: .. rst-class:: ansible-option-title **group** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Group. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/id: .. rst-class:: ansible-option-title **id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
UUID of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/instructiontext: .. rst-class:: ansible-option-title **instructionText** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Instruction text for param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/key: .. rst-class:: ansible-option-title **key** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Key. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/notparam: .. rst-class:: ansible-option-title **notParam** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Is it not a variable. .. 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.template_intent_module__parameter-config/rollbacktemplateparams/order: .. rst-class:: ansible-option-title **order** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Order of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/paramarray: .. rst-class:: ansible-option-title **paramArray** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Is it an array. .. 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.template_intent_module__parameter-config/rollbacktemplateparams/parametername: .. rst-class:: ansible-option-title **parameterName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/provider: .. rst-class:: ansible-option-title **provider** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Provider. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/range: .. rst-class:: ansible-option-title **range** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Create's range. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/range/id: .. rst-class:: ansible-option-title **id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
UUID of range. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/range/maxvalue: .. rst-class:: ansible-option-title **maxValue** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Max value of range. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/range/minvalue: .. rst-class:: ansible-option-title **minValue** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Min value of range. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/required: .. rst-class:: ansible-option-title **required** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Is param required. .. 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.template_intent_module__parameter-config/rollbacktemplateparams/selection: .. rst-class:: ansible-option-title **selection** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Configuration Template Create's selection. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/selection/defaultselectedvalues: .. rst-class:: ansible-option-title **defaultSelectedValues** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html
- .. raw:: html
Default selection values. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/selection/id: .. rst-class:: ansible-option-title **id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
UUID of selection. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/selection/selectiontype: .. rst-class:: ansible-option-title **selectionType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Type of selection(SINGLE\_SELECT or MULTI\_SELECT). .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/rollbacktemplateparams/selection/selectionvalues: .. rst-class:: ansible-option-title **selectionValues** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Selection values. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/softwaretype: .. rst-class:: ansible-option-title **softwareType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Applicable device software type. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/softwarevariant: .. rst-class:: ansible-option-title **softwareVariant** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Applicable device software variant. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/softwareversion: .. rst-class:: ansible-option-title **softwareVersion** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Applicable device software version. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/template_description: .. rst-class:: ansible-option-title **template_description** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Description of template. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/template_tag: .. rst-class:: ansible-option-title **template_tag** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Create's tags. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/template_tag/id: .. rst-class:: ansible-option-title **id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
UUID of tag. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/template_tag/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 tag. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templatecontent: .. rst-class:: ansible-option-title **templateContent** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Template content. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templatename: .. rst-class:: ansible-option-title **templateName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of template. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams: .. rst-class:: ansible-option-title **templateParams** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Create's templateParams. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/binding: .. rst-class:: ansible-option-title **binding** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Bind to source. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/customorder: .. rst-class:: ansible-option-title **customOrder** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
CustomOrder of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/datatype: .. rst-class:: ansible-option-title **dataType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Datatype of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/defaultvalue: .. rst-class:: ansible-option-title **defaultValue** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Default value of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/description: .. rst-class:: ansible-option-title **description** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Description of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/displayname: .. rst-class:: ansible-option-title **displayName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Display name of param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/group: .. rst-class:: ansible-option-title **group** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Group. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/id: .. rst-class:: ansible-option-title **id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
UUID of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/instructiontext: .. rst-class:: ansible-option-title **instructionText** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Instruction text for param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/key: .. rst-class:: ansible-option-title **key** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Key. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/notparam: .. rst-class:: ansible-option-title **notParam** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Is it not a variable. .. 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.template_intent_module__parameter-config/templateparams/order: .. rst-class:: ansible-option-title **order** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Order of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/paramarray: .. rst-class:: ansible-option-title **paramArray** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Is it an array. .. 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.template_intent_module__parameter-config/templateparams/parametername: .. rst-class:: ansible-option-title **parameterName** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of template param. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/provider: .. rst-class:: ansible-option-title **provider** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Provider. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/range: .. rst-class:: ansible-option-title **range** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Create's range. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/range/id: .. rst-class:: ansible-option-title **id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
UUID of range. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/range/maxvalue: .. rst-class:: ansible-option-title **maxValue** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Max value of range. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/range/minvalue: .. rst-class:: ansible-option-title **minValue** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Min value of range. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/required: .. rst-class:: ansible-option-title **required** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Is param required. .. 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.template_intent_module__parameter-config/templateparams/selection: .. rst-class:: ansible-option-title **selection** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Configuration Template Create's selection. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/selection/defaultselectedvalues: .. rst-class:: ansible-option-title **defaultSelectedValues** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html
- .. raw:: html
Default selection values. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/selection/id: .. rst-class:: ansible-option-title **id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
UUID of selection. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/selection/selectiontype: .. rst-class:: ansible-option-title **selectionType** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Type of selection(SINGLE\_SELECT or MULTI\_SELECT). .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/templateparams/selection/selectionvalues: .. rst-class:: ansible-option-title **selectionValues** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Selection values. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/validationerrors: .. rst-class:: ansible-option-title **validationErrors** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Configuration Template Create's validationErrors. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/validationerrors/rollbacktemplateerrors: .. rst-class:: ansible-option-title **rollbackTemplateErrors** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Validation or design conflicts errors of rollback template. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/validationerrors/templateerrors: .. rst-class:: ansible-option-title **templateErrors** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Validation or design conflicts errors. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/validationerrors/templateid: .. rst-class:: ansible-option-title **templateId** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
UUID of template. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/validationerrors/templateversion: .. rst-class:: ansible-option-title **templateVersion** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Current version of template. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/version: .. rst-class:: ansible-option-title **version** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Current version of template. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/versiondescription: .. rst-class:: ansible-option-title **versionDescription** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Template version comments. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_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-default-bold:`false` :ansible-option-default:`← (default)` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_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.template_intent_module__parameter-dnac_log: .. rst-class:: ansible-option-title **dnac_log** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Flag for logging playbook execution details. If set to true the log file will be created at the location of the execution with the name dnac.log .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-default-bold:`false` :ansible-option-default:`← (default)` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_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.template_intent_module__parameter-dnac_port: .. rst-class:: ansible-option-title **dnac_port** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. 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.template_intent_module__parameter-dnac_username: .. _ansible_collections.cisco.dnac.template_intent_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.template_intent_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-default-bold:`true` :ansible-option-default:`← (default)` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_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.2.3.3"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-state: .. rst-class:: ansible-option-title **state** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
The state of DNAC after module completion. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-default-bold:`merged` :ansible-option-default:`← (default)` - :ansible-option-choices-entry:`deleted` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_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-default-bold:`true` :ansible-option-default:`← (default)` .. raw:: html
.. Attributes .. Notes Notes ----- .. note:: - SDK Method used are configuration\_templates.ConfigurationTemplates.create\_template, configuration\_templates.ConfigurationTemplates.deletes\_the\_template, configuration\_templates.ConfigurationTemplates.update\_template, - Paths used are post /dna/intent/api/v1/template-programmer/project/{projectId}/template, delete /dna/intent/api/v1/template-programmer/template/{templateId}, put /dna/intent/api/v1/template-programmer/template, - 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 .. Examples Examples -------- .. code-block:: yaml+jinja - name: Create a new template cisco.dnac.template_intent: 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}}" dnac_log: True state: merged config: author: string composite: true createTime: 0 customParamsOrder: true description: string deviceTypes: - productFamily: string productSeries: string productType: string failurePolicy: string id: string language: string lastUpdateTime: 0 latestVersionTime: 0 name: string parentTemplateId: string projectId: string projectName: string rollbackTemplateContent: string softwareType: string softwareVariant: string softwareVersion: string tags: - id: string name: string templateContent: string validationErrors: rollbackTemplateErrors: - {} templateErrors: - {} templateId: string templateVersion: string version: 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.template_intent_module__return-response_1: .. rst-class:: ansible-option-title **response_1** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
A dictionary with versioning details of the template as returned by the 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:` "{\\n \\"response\\": {\\n \\"endTime\\": 0,\\n \\"version\\": 0,\\n \\"data\\": String,\\n \\"startTime\\": 0,\\n \\"username\\": String,\\n \\"progress\\": String,\\n \\"serviceType\\": String, \\"rootId\\": String,\\n \\"isError\\": bool,\\n \\"instanceTenantId\\": String,\\n \\"id\\": String\\n \\"version\\": 0\\n },\\n \\"msg\\": String\\n}\\n" .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__return-response_2: .. rst-class:: ansible-option-title **response_2** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html
- .. raw:: html
A 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:` ["{\\n \\"response\\": []", "\\n \\"msg\\": String\\n}\\n"] .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__return-response_3: .. rst-class:: ansible-option-title **response_3** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
A dictionary with the exisiting template deatails as 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:` "{\\n \\"response\\": {},\\n \\"msg\\": String\\n}\\n" .. raw:: html
.. Status (Presently only deprecated) .. Authors Authors ~~~~~~~ - Madhan Sankaranarayanan (@madhansansel) Rishita Chowdhary (@rishitachowdhary) .. Extra links Collection links ~~~~~~~~~~~~~~~~ .. raw:: html .. Parsing errors