.. 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.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.24.0). To install it, use: :code:`ansible-galaxy collection install cisco.dnac`. You need further requirements to be able to use this module, see :ref:`Requirements ` for details. To use it in a playbook, specify: :code:`cisco.dnac.template_intent`. .. version_added .. rst-class:: ansible-version-added New in cisco.dnac 6.6.0 .. 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. - API to export the projects for given projectNames. - API to export the templates for given templateIds. - API to manage operation create of the resource Configuration Template Import Project. - API to manage operation create of the resource Configuration Template Import Template. .. 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.9 .. 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/configuration_templates: .. rst-class:: ansible-option-title **configuration_templates** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Create/Update/Delete template. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/configuration_templates/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/configuration_templates/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/configuration_templates/containing_templates: .. rst-class:: ansible-option-title **containing_templates** .. 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/configuration_templates/containing_templates/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/configuration_templates/containing_templates/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/configuration_templates/containing_templates/device_types: .. rst-class:: ansible-option-title **device_types** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
deviceTypes on which templates would be applied. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/configuration_templates/containing_templates/device_types/product_family: .. rst-class:: ansible-option-title **product_family** .. 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/configuration_templates/containing_templates/device_types/product_series: .. rst-class:: ansible-option-title **product_series** .. 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/configuration_templates/containing_templates/device_types/product_type: .. rst-class:: ansible-option-title **product_type** .. 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/configuration_templates/containing_templates/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/configuration_templates/containing_templates/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/configuration_templates/containing_templates/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/configuration_templates/containing_templates/project_description: .. rst-class:: ansible-option-title **project_description** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Description of the project created. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/configuration_templates/containing_templates/project_name: .. rst-class:: ansible-option-title **project_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of the project under which templates are managed. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/configuration_templates/containing_templates/rollback_template_params: .. rst-class:: ansible-option-title **rollback_template_params** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Params required for template rollback. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/configuration_templates/containing_templates/rollback_template_params/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/configuration_templates/containing_templates/rollback_template_params/custom_order: .. rst-class:: ansible-option-title **custom_order** .. 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/configuration_templates/containing_templates/rollback_template_params/data_type: .. rst-class:: ansible-option-title **data_type** .. 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/configuration_templates/containing_templates/rollback_template_params/default_value: .. rst-class:: ansible-option-title **default_value** .. 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/configuration_templates/containing_templates/rollback_template_params/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/configuration_templates/containing_templates/rollback_template_params/display_name: .. rst-class:: ansible-option-title **display_name** .. 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/configuration_templates/containing_templates/rollback_template_params/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/configuration_templates/containing_templates/rollback_template_params/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/configuration_templates/containing_templates/rollback_template_params/instruction_text: .. rst-class:: ansible-option-title **instruction_text** .. 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/configuration_templates/containing_templates/rollback_template_params/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/configuration_templates/containing_templates/rollback_template_params/not_param: .. rst-class:: ansible-option-title **not_param** .. 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/configuration_templates/containing_templates/rollback_template_params/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/configuration_templates/containing_templates/rollback_template_params/param_array: .. rst-class:: ansible-option-title **param_array** .. 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/configuration_templates/containing_templates/rollback_template_params/parameter_name: .. rst-class:: ansible-option-title **parameter_name** .. 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/configuration_templates/containing_templates/rollback_template_params/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/configuration_templates/containing_templates/rollback_template_params/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/configuration_templates/containing_templates/rollback_template_params/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/configuration_templates/containing_templates/rollback_template_params/range/max_value: .. rst-class:: ansible-option-title **max_value** .. 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/configuration_templates/containing_templates/rollback_template_params/range/min_value: .. rst-class:: ansible-option-title **min_value** .. 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/configuration_templates/containing_templates/rollback_template_params/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/configuration_templates/containing_templates/rollback_template_params/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/configuration_templates/containing_templates/rollback_template_params/selection/default_selected_values: .. rst-class:: ansible-option-title **default_selected_values** .. 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/configuration_templates/containing_templates/rollback_template_params/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/configuration_templates/containing_templates/rollback_template_params/selection/selection_type: .. rst-class:: ansible-option-title **selection_type** .. 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/configuration_templates/containing_templates/rollback_template_params/selection/selection_values: .. rst-class:: ansible-option-title **selection_values** .. 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/configuration_templates/containing_templates/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/configuration_templates/containing_templates/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/configuration_templates/containing_templates/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/configuration_templates/containing_templates/template_content: .. rst-class:: ansible-option-title **template_content** .. 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/configuration_templates/containing_templates/template_params: .. rst-class:: ansible-option-title **template_params** .. 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/configuration_templates/containing_templates/template_params/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/configuration_templates/containing_templates/template_params/custom_order: .. rst-class:: ansible-option-title **custom_order** .. 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/configuration_templates/containing_templates/template_params/data_type: .. rst-class:: ansible-option-title **data_type** .. 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/configuration_templates/containing_templates/template_params/default_value: .. rst-class:: ansible-option-title **default_value** .. 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/configuration_templates/containing_templates/template_params/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/configuration_templates/containing_templates/template_params/display_name: .. rst-class:: ansible-option-title **display_name** .. 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/configuration_templates/containing_templates/template_params/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/configuration_templates/containing_templates/template_params/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/configuration_templates/containing_templates/template_params/instruction_text: .. rst-class:: ansible-option-title **instruction_text** .. 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/configuration_templates/containing_templates/template_params/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/configuration_templates/containing_templates/template_params/not_param: .. rst-class:: ansible-option-title **not_param** .. 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/configuration_templates/containing_templates/template_params/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/configuration_templates/containing_templates/template_params/param_array: .. rst-class:: ansible-option-title **param_array** .. 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/configuration_templates/containing_templates/template_params/parameter_name: .. rst-class:: ansible-option-title **parameter_name** .. 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/configuration_templates/containing_templates/template_params/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/configuration_templates/containing_templates/template_params/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/configuration_templates/containing_templates/template_params/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/configuration_templates/containing_templates/template_params/range/max_value: .. rst-class:: ansible-option-title **max_value** .. 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/configuration_templates/containing_templates/template_params/range/min_value: .. rst-class:: ansible-option-title **min_value** .. 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/configuration_templates/containing_templates/template_params/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/configuration_templates/containing_templates/template_params/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/configuration_templates/containing_templates/template_params/selection/default_selected_values: .. rst-class:: ansible-option-title **default_selected_values** .. 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/configuration_templates/containing_templates/template_params/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/configuration_templates/containing_templates/template_params/selection/selection_type: .. rst-class:: ansible-option-title **selection_type** .. 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/configuration_templates/containing_templates/template_params/selection/selection_values: .. rst-class:: ansible-option-title **selection_values** .. 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/configuration_templates/containing_templates/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/configuration_templates/create_time: .. rst-class:: ansible-option-title **create_time** .. 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/configuration_templates/custom_params_order: .. rst-class:: ansible-option-title **custom_params_order** .. 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/configuration_templates/device_types: .. rst-class:: ansible-option-title **device_types** .. 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. This field is mandatory to create a new template. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/configuration_templates/device_types/product_family: .. rst-class:: ansible-option-title **product_family** .. 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/configuration_templates/device_types/product_series: .. rst-class:: ansible-option-title **product_series** .. 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/configuration_templates/device_types/product_type: .. rst-class:: ansible-option-title **product_type** .. 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/configuration_templates/failure_policy: .. rst-class:: ansible-option-title **failure_policy** .. 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/configuration_templates/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/configuration_templates/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/configuration_templates/last_update_time: .. rst-class:: ansible-option-title **last_update_time** .. 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/configuration_templates/latest_version_time: .. rst-class:: ansible-option-title **latest_version_time** .. 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/configuration_templates/parent_template_id: .. rst-class:: ansible-option-title **parent_template_id** .. 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/configuration_templates/project_description: .. rst-class:: ansible-option-title **project_description** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Project Description. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/configuration_templates/project_id: .. rst-class:: ansible-option-title **project_id** .. 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/configuration_templates/project_name: .. rst-class:: ansible-option-title **project_name** .. 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/configuration_templates/rollback_template_content: .. rst-class:: ansible-option-title **rollback_template_content** .. 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/configuration_templates/rollback_template_params: .. rst-class:: ansible-option-title **rollback_template_params** .. 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/configuration_templates/rollback_template_params/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/configuration_templates/rollback_template_params/custom_order: .. rst-class:: ansible-option-title **custom_order** .. 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/configuration_templates/rollback_template_params/data_type: .. rst-class:: ansible-option-title **data_type** .. 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/configuration_templates/rollback_template_params/default_value: .. rst-class:: ansible-option-title **default_value** .. 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/configuration_templates/rollback_template_params/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/configuration_templates/rollback_template_params/display_name: .. rst-class:: ansible-option-title **display_name** .. 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/configuration_templates/rollback_template_params/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/configuration_templates/rollback_template_params/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/configuration_templates/rollback_template_params/instruction_text: .. rst-class:: ansible-option-title **instruction_text** .. 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/configuration_templates/rollback_template_params/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/configuration_templates/rollback_template_params/not_param: .. rst-class:: ansible-option-title **not_param** .. 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/configuration_templates/rollback_template_params/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/configuration_templates/rollback_template_params/param_array: .. rst-class:: ansible-option-title **param_array** .. 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/configuration_templates/rollback_template_params/parameter_name: .. rst-class:: ansible-option-title **parameter_name** .. 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/configuration_templates/rollback_template_params/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/configuration_templates/rollback_template_params/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/configuration_templates/rollback_template_params/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/configuration_templates/rollback_template_params/range/max_value: .. rst-class:: ansible-option-title **max_value** .. 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/configuration_templates/rollback_template_params/range/min_value: .. rst-class:: ansible-option-title **min_value** .. 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/configuration_templates/rollback_template_params/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/configuration_templates/rollback_template_params/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/configuration_templates/rollback_template_params/selection/default_selected_values: .. rst-class:: ansible-option-title **default_selected_values** .. 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/configuration_templates/rollback_template_params/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/configuration_templates/rollback_template_params/selection/selection_type: .. rst-class:: ansible-option-title **selection_type** .. 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/configuration_templates/rollback_template_params/selection/selection_values: .. rst-class:: ansible-option-title **selection_values** .. 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/configuration_templates/software_type: .. rst-class:: ansible-option-title **software_type** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Applicable device software type. This field is mandatory to create a new template. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/configuration_templates/software_variant: .. rst-class:: ansible-option-title **software_variant** .. 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/configuration_templates/software_version: .. rst-class:: ansible-option-title **software_version** .. 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/configuration_templates/template_content: .. rst-class:: ansible-option-title **template_content** .. 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/configuration_templates/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/configuration_templates/template_name: .. rst-class:: ansible-option-title **template_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of template. This field is mandatory to create a new template. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/configuration_templates/template_params: .. rst-class:: ansible-option-title **template_params** .. 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/configuration_templates/template_params/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/configuration_templates/template_params/custom_order: .. rst-class:: ansible-option-title **custom_order** .. 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/configuration_templates/template_params/data_type: .. rst-class:: ansible-option-title **data_type** .. 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/configuration_templates/template_params/default_value: .. rst-class:: ansible-option-title **default_value** .. 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/configuration_templates/template_params/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/configuration_templates/template_params/display_name: .. rst-class:: ansible-option-title **display_name** .. 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/configuration_templates/template_params/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/configuration_templates/template_params/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/configuration_templates/template_params/instruction_text: .. rst-class:: ansible-option-title **instruction_text** .. 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/configuration_templates/template_params/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/configuration_templates/template_params/not_param: .. rst-class:: ansible-option-title **not_param** .. 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/configuration_templates/template_params/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/configuration_templates/template_params/param_array: .. rst-class:: ansible-option-title **param_array** .. 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/configuration_templates/template_params/parameter_name: .. rst-class:: ansible-option-title **parameter_name** .. 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/configuration_templates/template_params/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/configuration_templates/template_params/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/configuration_templates/template_params/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/configuration_templates/template_params/range/max_value: .. rst-class:: ansible-option-title **max_value** .. 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/configuration_templates/template_params/range/min_value: .. rst-class:: ansible-option-title **min_value** .. 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/configuration_templates/template_params/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/configuration_templates/template_params/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/configuration_templates/template_params/selection/default_selected_values: .. rst-class:: ansible-option-title **default_selected_values** .. 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/configuration_templates/template_params/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/configuration_templates/template_params/selection/selection_type: .. rst-class:: ansible-option-title **selection_type** .. 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/configuration_templates/template_params/selection/selection_values: .. rst-class:: ansible-option-title **selection_values** .. 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/configuration_templates/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/configuration_templates/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/configuration_templates/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/configuration_templates/validation_errors: .. rst-class:: ansible-option-title **validation_errors** .. 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/configuration_templates/validation_errors/rollback_template_errors: .. rst-class:: ansible-option-title **rollback_template_errors** .. 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/configuration_templates/validation_errors/template_errors: .. rst-class:: ansible-option-title **template_errors** .. 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/configuration_templates/validation_errors/template_id: .. rst-class:: ansible-option-title **template_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/configuration_templates/validation_errors/template_version: .. rst-class:: ansible-option-title **template_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/configuration_templates/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/configuration_templates/version_description: .. rst-class:: ansible-option-title **version_description** .. 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-config/export: .. rst-class:: ansible-option-title **export** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Export the project/template details. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/export/project: .. rst-class:: ansible-option-title **project** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html
- .. raw:: html
Export the project. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/export/template: .. rst-class:: ansible-option-title **template** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Export the template. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/export/template/project_name: .. rst-class:: ansible-option-title **project_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of the project under the template available. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/export/template/template_name: .. rst-class:: ansible-option-title **template_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of the template which we need to export .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import: .. rst-class:: ansible-option-title **import** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Import the project/template details. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/project: .. rst-class:: ansible-option-title **project** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Import the project details. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/project/do_version: .. rst-class:: ansible-option-title **do_version** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
DoVersion query parameter. If this flag is true, creates a new version of the template with the imported contents, if the templates already exists. " If false and if template already exists, then operation fails with 'Template already exists' error. .. 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/import/template: .. rst-class:: ansible-option-title **template** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Import the template details. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/do_version: .. rst-class:: ansible-option-title **do_version** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
DoVersion query parameter. If this flag is true, creates a new version of the template with the imported contents, if the templates already exists. " If false and if template already exists, then operation fails with 'Template already exists' error. .. 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/import/template/payload: .. rst-class:: ansible-option-title **payload** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Import Template's payload. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/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/import/template/payload/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/import/template/payload/containing_templates: .. rst-class:: ansible-option-title **containing_templates** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Import Template's containingTemplates. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/containing_templates/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/import/template/payload/containing_templates/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/import/template/payload/containing_templates/device_types: .. rst-class:: ansible-option-title **device_types** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Import Template's deviceTypes. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/containing_templates/device_types/product_family: .. rst-class:: ansible-option-title **product_family** .. 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/import/template/payload/containing_templates/device_types/product_series: .. rst-class:: ansible-option-title **product_series** .. 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/import/template/payload/containing_templates/device_types/product_type: .. rst-class:: ansible-option-title **product_type** .. 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/import/template/payload/containing_templates/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/import/template/payload/containing_templates/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 (JINJA or VELOCITY). .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/containing_templates/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/import/template/payload/containing_templates/project_name: .. rst-class:: ansible-option-title **project_name** .. 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/import/template/payload/containing_templates/rollback_template_params: .. rst-class:: ansible-option-title **rollback_template_params** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Import Template's rollbackTemplateParams. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/containing_templates/rollback_template_params/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/import/template/payload/containing_templates/rollback_template_params/custom_order: .. rst-class:: ansible-option-title **custom_order** .. 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/import/template/payload/containing_templates/rollback_template_params/data_type: .. rst-class:: ansible-option-title **data_type** .. 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/import/template/payload/containing_templates/rollback_template_params/default_value: .. rst-class:: ansible-option-title **default_value** .. 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/import/template/payload/containing_templates/rollback_template_params/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/import/template/payload/containing_templates/rollback_template_params/display_name: .. rst-class:: ansible-option-title **display_name** .. 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/import/template/payload/containing_templates/rollback_template_params/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/import/template/payload/containing_templates/rollback_template_params/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/import/template/payload/containing_templates/rollback_template_params/instruction_text: .. rst-class:: ansible-option-title **instruction_text** .. 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/import/template/payload/containing_templates/rollback_template_params/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/import/template/payload/containing_templates/rollback_template_params/not_param: .. rst-class:: ansible-option-title **not_param** .. 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/import/template/payload/containing_templates/rollback_template_params/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/import/template/payload/containing_templates/rollback_template_params/param_array: .. rst-class:: ansible-option-title **param_array** .. 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/import/template/payload/containing_templates/rollback_template_params/parameter_name: .. rst-class:: ansible-option-title **parameter_name** .. 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/import/template/payload/containing_templates/rollback_template_params/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/import/template/payload/containing_templates/rollback_template_params/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 Import Template's range. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/containing_templates/rollback_template_params/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/import/template/payload/containing_templates/rollback_template_params/range/max_value: .. rst-class:: ansible-option-title **max_value** .. 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/import/template/payload/containing_templates/rollback_template_params/range/min_value: .. rst-class:: ansible-option-title **min_value** .. 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/import/template/payload/containing_templates/rollback_template_params/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/import/template/payload/containing_templates/rollback_template_params/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 Import Template's selection. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/containing_templates/rollback_template_params/selection/default_selected_values: .. rst-class:: ansible-option-title **default_selected_values** .. 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/import/template/payload/containing_templates/rollback_template_params/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/import/template/payload/containing_templates/rollback_template_params/selection/selection_type: .. rst-class:: ansible-option-title **selection_type** .. 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/import/template/payload/containing_templates/rollback_template_params/selection/selection_values: .. rst-class:: ansible-option-title **selection_values** .. 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/import/template/payload/containing_templates/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 Import Template's tags. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/containing_templates/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/import/template/payload/containing_templates/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/import/template/payload/containing_templates/template_content: .. rst-class:: ansible-option-title **template_content** .. 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/import/template/payload/containing_templates/template_params: .. rst-class:: ansible-option-title **template_params** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Import Template's templateParams. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/containing_templates/template_params/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/import/template/payload/containing_templates/template_params/custom_order: .. rst-class:: ansible-option-title **custom_order** .. 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/import/template/payload/containing_templates/template_params/data_type: .. rst-class:: ansible-option-title **data_type** .. 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/import/template/payload/containing_templates/template_params/default_value: .. rst-class:: ansible-option-title **default_value** .. 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/import/template/payload/containing_templates/template_params/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/import/template/payload/containing_templates/template_params/display_name: .. rst-class:: ansible-option-title **display_name** .. 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/import/template/payload/containing_templates/template_params/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/import/template/payload/containing_templates/template_params/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/import/template/payload/containing_templates/template_params/instruction_text: .. rst-class:: ansible-option-title **instruction_text** .. 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/import/template/payload/containing_templates/template_params/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/import/template/payload/containing_templates/template_params/not_param: .. rst-class:: ansible-option-title **not_param** .. 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/import/template/payload/containing_templates/template_params/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/import/template/payload/containing_templates/template_params/param_array: .. rst-class:: ansible-option-title **param_array** .. 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/import/template/payload/containing_templates/template_params/parameter_name: .. rst-class:: ansible-option-title **parameter_name** .. 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/import/template/payload/containing_templates/template_params/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/import/template/payload/containing_templates/template_params/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 Import Template's range. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/containing_templates/template_params/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/import/template/payload/containing_templates/template_params/range/max_value: .. rst-class:: ansible-option-title **max_value** .. 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/import/template/payload/containing_templates/template_params/range/min_value: .. rst-class:: ansible-option-title **min_value** .. 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/import/template/payload/containing_templates/template_params/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/import/template/payload/containing_templates/template_params/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 Import Template's selection. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/containing_templates/template_params/selection/default_selected_values: .. rst-class:: ansible-option-title **default_selected_values** .. 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/import/template/payload/containing_templates/template_params/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/import/template/payload/containing_templates/template_params/selection/selection_type: .. rst-class:: ansible-option-title **selection_type** .. 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/import/template/payload/containing_templates/template_params/selection/selection_values: .. rst-class:: ansible-option-title **selection_values** .. 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/import/template/payload/containing_templates/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/import/template/payload/create_time: .. rst-class:: ansible-option-title **create_time** .. 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/import/template/payload/custom_params_order: .. rst-class:: ansible-option-title **custom_params_order** .. 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/import/template/payload/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/import/template/payload/device_types: .. rst-class:: ansible-option-title **device_types** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Import Template's deviceTypes. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/device_types/product_family: .. rst-class:: ansible-option-title **product_family** .. 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/import/template/payload/device_types/product_series: .. rst-class:: ansible-option-title **product_series** .. 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/import/template/payload/device_types/product_type: .. rst-class:: ansible-option-title **product_type** .. 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/import/template/payload/failure_policy: .. rst-class:: ansible-option-title **failure_policy** .. 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/import/template/payload/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/import/template/payload/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 (JINJA or VELOCITY). .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/last_update_time: .. rst-class:: ansible-option-title **last_update_time** .. 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/import/template/payload/latest_version_time: .. rst-class:: ansible-option-title **latest_version_time** .. 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/import/template/payload/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/import/template/payload/parent_template_id: .. rst-class:: ansible-option-title **parent_template_id** .. 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/import/template/payload/project_id: .. rst-class:: ansible-option-title **project_id** .. 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/import/template/payload/project_name: .. rst-class:: ansible-option-title **project_name** .. 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/import/template/payload/rollback_template_content: .. rst-class:: ansible-option-title **rollback_template_content** .. 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/import/template/payload/rollback_template_params: .. rst-class:: ansible-option-title **rollback_template_params** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Import Template's rollbackTemplateParams. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/rollback_template_params/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/import/template/payload/rollback_template_params/custom_order: .. rst-class:: ansible-option-title **custom_order** .. 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/import/template/payload/rollback_template_params/data_type: .. rst-class:: ansible-option-title **data_type** .. 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/import/template/payload/rollback_template_params/default_value: .. rst-class:: ansible-option-title **default_value** .. 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/import/template/payload/rollback_template_params/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/import/template/payload/rollback_template_params/display_name: .. rst-class:: ansible-option-title **display_name** .. 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/import/template/payload/rollback_template_params/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/import/template/payload/rollback_template_params/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/import/template/payload/rollback_template_params/instruction_text: .. rst-class:: ansible-option-title **instruction_text** .. 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/import/template/payload/rollback_template_params/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/import/template/payload/rollback_template_params/not_param: .. rst-class:: ansible-option-title **not_param** .. 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/import/template/payload/rollback_template_params/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/import/template/payload/rollback_template_params/param_array: .. rst-class:: ansible-option-title **param_array** .. 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/import/template/payload/rollback_template_params/parameter_name: .. rst-class:: ansible-option-title **parameter_name** .. 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/import/template/payload/rollback_template_params/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/import/template/payload/rollback_template_params/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 Import Template's range. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/rollback_template_params/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/import/template/payload/rollback_template_params/range/max_value: .. rst-class:: ansible-option-title **max_value** .. 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/import/template/payload/rollback_template_params/range/min_value: .. rst-class:: ansible-option-title **min_value** .. 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/import/template/payload/rollback_template_params/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/import/template/payload/rollback_template_params/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 Import Template's selection. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/rollback_template_params/selection/default_selected_values: .. rst-class:: ansible-option-title **default_selected_values** .. 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/import/template/payload/rollback_template_params/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/import/template/payload/rollback_template_params/selection/selection_type: .. rst-class:: ansible-option-title **selection_type** .. 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/import/template/payload/rollback_template_params/selection/selection_values: .. rst-class:: ansible-option-title **selection_values** .. 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/import/template/payload/software_type: .. rst-class:: ansible-option-title **software_type** .. 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/import/template/payload/software_variant: .. rst-class:: ansible-option-title **software_variant** .. 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/import/template/payload/software_version: .. rst-class:: ansible-option-title **software_version** .. 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/import/template/payload/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 Import Template's tags. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/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/import/template/payload/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/import/template/payload/template_content: .. rst-class:: ansible-option-title **template_content** .. 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/import/template/payload/template_params: .. rst-class:: ansible-option-title **template_params** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration Template Import Template's templateParams. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/template_params/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/import/template/payload/template_params/custom_order: .. rst-class:: ansible-option-title **custom_order** .. 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/import/template/payload/template_params/data_type: .. rst-class:: ansible-option-title **data_type** .. 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/import/template/payload/template_params/default_value: .. rst-class:: ansible-option-title **default_value** .. 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/import/template/payload/template_params/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/import/template/payload/template_params/display_name: .. rst-class:: ansible-option-title **display_name** .. 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/import/template/payload/template_params/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/import/template/payload/template_params/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/import/template/payload/template_params/instruction_text: .. rst-class:: ansible-option-title **instruction_text** .. 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/import/template/payload/template_params/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/import/template/payload/template_params/not_param: .. rst-class:: ansible-option-title **not_param** .. 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/import/template/payload/template_params/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/import/template/payload/template_params/param_array: .. rst-class:: ansible-option-title **param_array** .. 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/import/template/payload/template_params/parameter_name: .. rst-class:: ansible-option-title **parameter_name** .. 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/import/template/payload/template_params/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/import/template/payload/template_params/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 Import Template's range. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/template_params/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/import/template/payload/template_params/range/max_value: .. rst-class:: ansible-option-title **max_value** .. 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/import/template/payload/template_params/range/min_value: .. rst-class:: ansible-option-title **min_value** .. 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/import/template/payload/template_params/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/import/template/payload/template_params/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 Import Template's selection. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/template_params/selection/default_selected_values: .. rst-class:: ansible-option-title **default_selected_values** .. 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/import/template/payload/template_params/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/import/template/payload/template_params/selection/selection_type: .. rst-class:: ansible-option-title **selection_type** .. 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/import/template/payload/template_params/selection/selection_values: .. rst-class:: ansible-option-title **selection_values** .. 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/import/template/payload/validation_errors: .. rst-class:: ansible-option-title **validation_errors** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Configuration Template Import Template's validationErrors. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/validation_errors/rollback_template_errors: .. rst-class:: ansible-option-title **rollback_template_errors** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`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/import/template/payload/validation_errors/template_errors: .. rst-class:: ansible-option-title **template_errors** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Validation or design conflicts errors. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config/import/template/payload/validation_errors/template_id: .. rst-class:: ansible-option-title **template_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/import/template/payload/validation_errors/template_version: .. rst-class:: ansible-option-title **template_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/import/template/payload/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/import/template/project_name: .. rst-class:: ansible-option-title **project_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
ProjectName path parameter. Project name to create template under the project. .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-config_verify: .. rst-class:: ansible-option-title **config_verify** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Set to True to verify the Cisco DNA Center after applying the playbook config. .. 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.template_intent_module__parameter-dnac_api_task_timeout: .. rst-class:: ansible-option-title **dnac_api_task_timeout** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Defines the timeout in seconds for API calls to retrieve task details. If the task details are not received within this period, the process will end, and a timeout notification will be logged. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`1200` .. 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-choices-entry-default:`false` :ansible-option-choices-default-mark:`← (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 to enable/disable playbook execution logging. When true and dnac\_log\_file\_path is provided, - Create the log file at the execution location with the specified name. When true and dnac\_log\_file\_path is not provided, - Create the log file at the execution location with the name 'dnac.log'. When false, - Logging is disabled. If the log file doesn't exist, - It is created in append or write mode based on the "dnac\_log\_append" flag. If the log file exists, - It is overwritten or appended based on the "dnac\_log\_append" flag. .. 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.template_intent_module__parameter-dnac_log_append: .. rst-class:: ansible-option-title **dnac_log_append** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Determines the mode of the file. Set to True for 'append' mode. Set to False for 'write' mode. .. 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.template_intent_module__parameter-dnac_log_file_path: .. rst-class:: ansible-option-title **dnac_log_file_path** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Governs logging. Logs are recorded if dnac\_log is True. If path is not specified, - When 'dnac\_log\_append' is True, 'dnac.log' is generated in the current Ansible directory; logs are appended. - When 'dnac\_log\_append' is False, 'dnac.log' is generated; logs are overwritten. If path is specified, - When 'dnac\_log\_append' is True, the file opens in append mode. - When 'dnac\_log\_append' is False, the file opens in write (w) mode. - In shared file scenarios, without append mode, content is overwritten after each module execution. - For a shared log file, set append to False for the 1st module (to overwrite); for subsequent modules, set append to True. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"dnac.log"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__parameter-dnac_log_level: .. rst-class:: ansible-option-title **dnac_log_level** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Sets the threshold for log level. Messages with a level equal to or higher than this will be logged. Levels are listed in order of severity [CRITICAL, ERROR, WARNING, INFO, DEBUG]. CRITICAL indicates serious errors halting the program. Displays only CRITICAL messages. ERROR indicates problems preventing a function. Displays ERROR and CRITICAL messages. WARNING indicates potential future issues. Displays WARNING, ERROR, CRITICAL messages. INFO tracks normal operation. Displays INFO, WARNING, ERROR, CRITICAL messages. DEBUG provides detailed diagnostic info. Displays all log messages. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"WARNING"` .. 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_task_poll_interval: .. rst-class:: ansible-option-title **dnac_task_poll_interval** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Specifies the interval in seconds between successive calls to the API to retrieve task details. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`2` .. 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-choices-entry-default:`true` :ansible-option-choices-default-mark:`← (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-choices-entry-default:`"merged"` :ansible-option-choices-default-mark:`← (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-choices-entry-default:`true` :ansible-option-choices-default-mark:`← (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, configuration\_templates.ConfigurationTemplates.export\_projects, configuration\_templates.ConfigurationTemplates.export\_templates, configuration\_templates.ConfigurationTemplates.imports\_the\_projects\_provided, configuration\_templates.ConfigurationTemplates.imports\_the\_templates\_provided, - 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, post /dna/intent/api/v1/template-programmer/project/name/exportprojects, post /dna/intent/api/v1/template-programmer/template/exporttemplates, post /dna/intent/api/v1/template-programmer/project/importprojects, post /dna/intent/api/v1/template-programmer/project/name/{projectName}/template/importtemplates, - 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, export and import the project and 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 dnac_log_level: "{{dnac_log_level}}" state: merged config_verify: True config: - configuration_templates: author: string composite: true create_time: 0 custom_params_order: true description: string device_types: - product_family: string product_series: string product_type: string failure_policy: string id: string language: string last_update_time: 0 latest_version_time: 0 name: string parent_template_id: string project_id: string project_name: string project_description: string rollback_template_content: string software_type: string software_variant: string software_version: string tags: - id: string name: string template_content: string validation_errors: rollback_template_errors: - {} template_errors: - {} template_id: string template_version: string version: string export: project: - string template: - project_name : string template_name: string import: project: do_version: true export: do_version: true payload: - author: string composite: true containing_templates: - composite: true description: string device_types: - product_family: string product_series: string product_type: string id: string language: string name: string project_name: string rollback_template_params: - binding: string custom_order: 0 data_type: string default_value: string description: string display_name: string group: string id: string instruction_text: string key: string not_param: true order: 0 param_array: true parameter_name: string provider: string range: - id: string project_name: 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:` :ansible-rv-sample-value:`"{\\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:` :ansible-rv-sample-value:`["{\\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:` :ansible-rv-sample-value:`"{\\n \\"response\\": {},\\n \\"msg\\": String\\n}\\n"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__return-response_4: .. rst-class:: ansible-option-title **response_4** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Details of the templates in the list 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:` :ansible-rv-sample-value:`"{\\n \\"response\\": {},\\n \\"msg\\": String\\n}\\n"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.cisco.dnac.template_intent_module__return-response_5: .. rst-class:: ansible-option-title **response_5** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Details of the projects in the list 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:` :ansible-rv-sample-value:`"{\\n \\"response\\": {},\\n \\"msg\\": String\\n}\\n"` .. raw:: html
.. Status (Presently only deprecated) .. Authors Authors ~~~~~~~ - Madhan Sankaranarayanan (@madhansansel) Rishita Chowdhary (@rishitachowdhary) Akash Bhaskaran (@akabhask) Muthu Rakesh (@MUTHU-RAKESH-27) .. Extra links Collection links ~~~~~~~~~~~~~~~~ .. raw:: html .. Parsing errors