.. Document meta :orphan: .. |antsibull-internal-nbsp| unicode:: 0xA0 :trim: .. role:: ansible-attribute-support-label .. role:: ansible-attribute-support-property .. role:: ansible-attribute-support-full .. role:: ansible-attribute-support-partial .. role:: ansible-attribute-support-none .. role:: ansible-attribute-support-na .. role:: ansible-option-type .. role:: ansible-option-elements .. role:: ansible-option-required .. role:: ansible-option-versionadded .. role:: ansible-option-aliases .. role:: ansible-option-choices .. role:: ansible-option-choices-entry .. role:: ansible-option-default .. role:: ansible-option-default-bold .. role:: ansible-option-configuration .. role:: ansible-option-returned-bold .. role:: ansible-option-sample-bold .. Anchors .. _ansible_collections.cisco.dnac.configuration_template_project_module: .. Anchors: short name for ansible.builtin .. Anchors: aliases .. Title cisco.dnac.configuration_template_project module -- Resource module for Configuration Template Project ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. Collection note .. note:: This module is part of the `cisco.dnac collection <https://galaxy.ansible.com/cisco/dnac>`_ (version 5.0.0). You might already have this collection installed if you are using the ``ansible`` package. It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. To install it, use: :code:`ansible-galaxy collection install cisco.dnac`. To use it in a playbook, specify: :code:`cisco.dnac.configuration_template_project`. .. version_added .. versionadded:: 3.1.0 of cisco.dnac .. contents:: :local: :depth: 1 .. Deprecated Synopsis -------- .. Description - Manage operations create, update and delete of the resource Configuration Template Project. - This API is used to create a new project. - Deletes the project by its id. - This API is used to update an existing project. .. note:: This module has a corresponding :ref:`action plugin <action_plugins>`. .. Aliases .. Requirements Requirements ------------ The below requirements are needed on the host that executes this module. - dnacentersdk == 2.4.5 - python >= 3.5 .. Options Parameters ---------- .. rst-class:: ansible-option-table .. list-table:: :width: 100% :widths: auto :header-rows: 1 * - Parameter - Comments * - .. raw:: html <div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-createTime"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-createTime: .. rst-class:: ansible-option-title **createTime** .. raw:: html <a class="ansibleOptionLink" href="#parameter-createTime" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-cell"> Create time of project. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-description"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-description: .. rst-class:: ansible-option-title **description** .. raw:: html <a class="ansibleOptionLink" href="#parameter-description" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-cell"> Description of project. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-dnac_debug"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-dnac_debug: .. rst-class:: ansible-option-title **dnac_debug** .. raw:: html <a class="ansibleOptionLink" href="#parameter-dnac_debug" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html </div> - .. raw:: html <div class="ansible-option-cell"> Flag for Cisco DNA Center SDK to enable debugging. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-default-bold:`no` :ansible-option-default:`← (default)` - :ansible-option-choices-entry:`yes` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-dnac_host"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-dnac_host: .. rst-class:: ansible-option-title **dnac_host** .. raw:: html <a class="ansibleOptionLink" href="#parameter-dnac_host" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html </div> - .. raw:: html <div class="ansible-option-cell"> The Cisco DNA Center hostname. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-dnac_password"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-dnac_password: .. rst-class:: ansible-option-title **dnac_password** .. raw:: html <a class="ansibleOptionLink" href="#parameter-dnac_password" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-cell"> The Cisco DNA Center password to authenticate. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-dnac_port"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-dnac_port: .. rst-class:: ansible-option-title **dnac_port** .. raw:: html <a class="ansibleOptionLink" href="#parameter-dnac_port" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-cell"> The Cisco DNA Center port. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`443` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-dnac_username"></div> <div class="ansibleOptionAnchor" id="parameter-user"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-dnac_username: .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-user: .. rst-class:: ansible-option-title **dnac_username** .. raw:: html <a class="ansibleOptionLink" href="#parameter-dnac_username" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-aliases:`aliases: user` .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-cell"> The Cisco DNA Center username to authenticate. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"admin"` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-dnac_verify"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-dnac_verify: .. rst-class:: ansible-option-title **dnac_verify** .. raw:: html <a class="ansibleOptionLink" href="#parameter-dnac_verify" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html </div> - .. raw:: html <div class="ansible-option-cell"> Flag to enable or disable SSL certificate verification. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`no` - :ansible-option-default-bold:`yes` :ansible-option-default:`← (default)` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-dnac_version"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-dnac_version: .. rst-class:: ansible-option-title **dnac_version** .. raw:: html <a class="ansibleOptionLink" href="#parameter-dnac_version" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-cell"> 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 </div> * - .. raw:: html <div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-id"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-id: .. rst-class:: ansible-option-title **id** .. raw:: html <a class="ansibleOptionLink" href="#parameter-id" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-cell"> UUID of project. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-lastUpdateTime"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-lastUpdateTime: .. rst-class:: ansible-option-title **lastUpdateTime** .. raw:: html <a class="ansibleOptionLink" href="#parameter-lastUpdateTime" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-cell"> Update time of project. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-name"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-name: .. rst-class:: ansible-option-title **name** .. raw:: html <a class="ansibleOptionLink" href="#parameter-name" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-cell"> Name of project. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-projectId"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-projectId: .. rst-class:: ansible-option-title **projectId** .. raw:: html <a class="ansibleOptionLink" href="#parameter-projectId" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-cell"> ProjectId path parameter. ProjectId(UUID) of project to be deleted. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-tags"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-tags: .. rst-class:: ansible-option-title **tags** .. raw:: html <a class="ansibleOptionLink" href="#parameter-tags" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-cell"> Configuration Template Project's tags. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-tags/id"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-tags/id: .. rst-class:: ansible-option-title **id** .. raw:: html <a class="ansibleOptionLink" href="#parameter-tags/id" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> UUID of tag. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-tags/name"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-tags/name: .. rst-class:: ansible-option-title **name** .. raw:: html <a class="ansibleOptionLink" href="#parameter-tags/name" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Name of tag. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates: .. rst-class:: ansible-option-title **templates** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-cell"> List of templates within the project. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/author"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/author: .. rst-class:: ansible-option-title **author** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/author" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Author of template. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/composite"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/composite: .. rst-class:: ansible-option-title **composite** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/composite" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Is it composite template. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`no` - :ansible-option-choices-entry:`yes` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates: .. rst-class:: ansible-option-title **containingTemplates** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Configuration Template Project's containingTemplates. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/composite"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/composite: .. rst-class:: ansible-option-title **composite** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/composite" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Is it composite template. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`no` - :ansible-option-choices-entry:`yes` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/description"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/description: .. rst-class:: ansible-option-title **description** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/description" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Description of template. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/deviceTypes"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/deviceTypes: .. rst-class:: ansible-option-title **deviceTypes** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/deviceTypes" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Configuration Template Project's deviceTypes. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/deviceTypes/productFamily"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/deviceTypes/productFamily: .. rst-class:: ansible-option-title **productFamily** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/deviceTypes/productFamily" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Device family. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/deviceTypes/productSeries"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/deviceTypes/productSeries: .. rst-class:: ansible-option-title **productSeries** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/deviceTypes/productSeries" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Device series. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/deviceTypes/productType"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/deviceTypes/productType: .. rst-class:: ansible-option-title **productType** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/deviceTypes/productType" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Device type. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/id"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/id: .. rst-class:: ansible-option-title **id** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/id" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> UUID of template. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/language"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/language: .. rst-class:: ansible-option-title **language** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/language" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Template language (JINJA or VELOCITY). .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/name"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/name: .. rst-class:: ansible-option-title **name** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/name" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Name of template. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/projectName"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/projectName: .. rst-class:: ansible-option-title **projectName** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/projectName" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Project name. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams: .. rst-class:: ansible-option-title **rollbackTemplateParams** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Configuration Template Project's rollbackTemplateParams. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/binding"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/binding: .. rst-class:: ansible-option-title **binding** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/binding" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Bind to source. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/customOrder"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/customOrder: .. rst-class:: ansible-option-title **customOrder** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/customOrder" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> CustomOrder of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/dataType"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/dataType: .. rst-class:: ansible-option-title **dataType** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/dataType" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Datatype of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/defaultValue"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/defaultValue: .. rst-class:: ansible-option-title **defaultValue** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/defaultValue" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Default value of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/description"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/description: .. rst-class:: ansible-option-title **description** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/description" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Description of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/displayName"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/displayName: .. rst-class:: ansible-option-title **displayName** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/displayName" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Display name of param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/group"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/group: .. rst-class:: ansible-option-title **group** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/group" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Group. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/id"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/id: .. rst-class:: ansible-option-title **id** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/id" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> UUID of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/instructionText"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/instructionText: .. rst-class:: ansible-option-title **instructionText** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/instructionText" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Instruction text for param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/key"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/key: .. rst-class:: ansible-option-title **key** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/key" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Key. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/notParam"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/notParam: .. rst-class:: ansible-option-title **notParam** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/notParam" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Is it not a variable. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`no` - :ansible-option-choices-entry:`yes` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/order"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/order: .. rst-class:: ansible-option-title **order** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/order" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Order of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/paramArray"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/paramArray: .. rst-class:: ansible-option-title **paramArray** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/paramArray" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Is it an array. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`no` - :ansible-option-choices-entry:`yes` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/parameterName"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/parameterName: .. rst-class:: ansible-option-title **parameterName** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/parameterName" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Name of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/provider"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/provider: .. rst-class:: ansible-option-title **provider** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/provider" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Provider. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/range"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/range: .. rst-class:: ansible-option-title **range** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/range" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Configuration Template Project's range. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/range/id"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/range/id: .. rst-class:: ansible-option-title **id** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/range/id" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> UUID of range. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/range/maxValue"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/range/maxValue: .. rst-class:: ansible-option-title **maxValue** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/range/maxValue" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Max value of range. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/range/minValue"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/range/minValue: .. rst-class:: ansible-option-title **minValue** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/range/minValue" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Min value of range. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/required"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/required: .. rst-class:: ansible-option-title **required** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/required" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Is param required. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`no` - :ansible-option-choices-entry:`yes` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/selection"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/selection: .. rst-class:: ansible-option-title **selection** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/selection" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Configuration Template Project's selection. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/selection/defaultSelectedValues"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/selection/defaultSelectedValues: .. rst-class:: ansible-option-title **defaultSelectedValues** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/selection/defaultSelectedValues" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Default selection values. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/selection/id"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/selection/id: .. rst-class:: ansible-option-title **id** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/selection/id" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> UUID of selection. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/selection/selectionType"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/selection/selectionType: .. rst-class:: ansible-option-title **selectionType** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/selection/selectionType" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Type of selection(SINGLE_SELECT or MULTI_SELECT). .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/rollbackTemplateParams/selection/selectionValues"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/rollbackTemplateParams/selection/selectionValues: .. rst-class:: ansible-option-title **selectionValues** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/rollbackTemplateParams/selection/selectionValues" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Selection values. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/tags"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/tags: .. rst-class:: ansible-option-title **tags** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/tags" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Configuration Template Project's tags. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/tags/id"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/tags/id: .. rst-class:: ansible-option-title **id** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/tags/id" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> UUID of tag. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/tags/name"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/tags/name: .. rst-class:: ansible-option-title **name** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/tags/name" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Name of tag. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateContent"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateContent: .. rst-class:: ansible-option-title **templateContent** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateContent" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Template content. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams: .. rst-class:: ansible-option-title **templateParams** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Configuration Template Project's templateParams. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/binding"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/binding: .. rst-class:: ansible-option-title **binding** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/binding" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Bind to source. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/customOrder"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/customOrder: .. rst-class:: ansible-option-title **customOrder** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/customOrder" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> CustomOrder of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/dataType"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/dataType: .. rst-class:: ansible-option-title **dataType** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/dataType" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Datatype of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/defaultValue"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/defaultValue: .. rst-class:: ansible-option-title **defaultValue** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/defaultValue" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Default value of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/description"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/description: .. rst-class:: ansible-option-title **description** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/description" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Description of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/displayName"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/displayName: .. rst-class:: ansible-option-title **displayName** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/displayName" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Display name of param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/group"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/group: .. rst-class:: ansible-option-title **group** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/group" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Group. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/id"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/id: .. rst-class:: ansible-option-title **id** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/id" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> UUID of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/instructionText"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/instructionText: .. rst-class:: ansible-option-title **instructionText** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/instructionText" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Instruction text for param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/key"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/key: .. rst-class:: ansible-option-title **key** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/key" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Key. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/notParam"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/notParam: .. rst-class:: ansible-option-title **notParam** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/notParam" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Is it not a variable. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`no` - :ansible-option-choices-entry:`yes` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/order"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/order: .. rst-class:: ansible-option-title **order** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/order" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Order of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/paramArray"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/paramArray: .. rst-class:: ansible-option-title **paramArray** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/paramArray" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Is it an array. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`no` - :ansible-option-choices-entry:`yes` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/parameterName"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/parameterName: .. rst-class:: ansible-option-title **parameterName** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/parameterName" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Name of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/provider"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/provider: .. rst-class:: ansible-option-title **provider** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/provider" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Provider. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/range"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/range: .. rst-class:: ansible-option-title **range** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/range" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Configuration Template Project's range. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/range/id"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/range/id: .. rst-class:: ansible-option-title **id** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/range/id" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> UUID of range. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/range/maxValue"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/range/maxValue: .. rst-class:: ansible-option-title **maxValue** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/range/maxValue" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Max value of range. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/range/minValue"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/range/minValue: .. rst-class:: ansible-option-title **minValue** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/range/minValue" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Min value of range. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/required"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/required: .. rst-class:: ansible-option-title **required** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/required" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Is param required. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`no` - :ansible-option-choices-entry:`yes` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/selection"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/selection: .. rst-class:: ansible-option-title **selection** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/selection" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Configuration Template Project's selection. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/selection/defaultSelectedValues"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/selection/defaultSelectedValues: .. rst-class:: ansible-option-title **defaultSelectedValues** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/selection/defaultSelectedValues" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Default selection values. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/selection/id"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/selection/id: .. rst-class:: ansible-option-title **id** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/selection/id" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> UUID of selection. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/selection/selectionType"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/selection/selectionType: .. rst-class:: ansible-option-title **selectionType** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/selection/selectionType" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Type of selection(SINGLE_SELECT or MULTI_SELECT). .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/templateParams/selection/selectionValues"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/templateParams/selection/selectionValues: .. rst-class:: ansible-option-title **selectionValues** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/templateParams/selection/selectionValues" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Selection values. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/containingTemplates/version"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/containingTemplates/version: .. rst-class:: ansible-option-title **version** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/containingTemplates/version" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Current version of template. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/createTime"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/createTime: .. rst-class:: ansible-option-title **createTime** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/createTime" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Create time of template. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/customParamsOrder"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/customParamsOrder: .. rst-class:: ansible-option-title **customParamsOrder** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/customParamsOrder" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Custom Params Order. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`no` - :ansible-option-choices-entry:`yes` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/description"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/description: .. rst-class:: ansible-option-title **description** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/description" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Description of template. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/deviceTypes"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/deviceTypes: .. rst-class:: ansible-option-title **deviceTypes** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/deviceTypes" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Configuration Template Project's deviceTypes. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/deviceTypes/productFamily"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/deviceTypes/productFamily: .. rst-class:: ansible-option-title **productFamily** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/deviceTypes/productFamily" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Device family. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/deviceTypes/productSeries"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/deviceTypes/productSeries: .. rst-class:: ansible-option-title **productSeries** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/deviceTypes/productSeries" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Device series. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/deviceTypes/productType"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/deviceTypes/productType: .. rst-class:: ansible-option-title **productType** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/deviceTypes/productType" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Device type. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/documentDatabase"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/documentDatabase: .. rst-class:: ansible-option-title **documentDatabase** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/documentDatabase" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Document Database. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`no` - :ansible-option-choices-entry:`yes` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/failurePolicy"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/failurePolicy: .. rst-class:: ansible-option-title **failurePolicy** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/failurePolicy" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Define failure policy if template provisioning fails. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/id"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/id: .. rst-class:: ansible-option-title **id** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/id" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> UUID of template. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/language"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/language: .. rst-class:: ansible-option-title **language** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/language" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Template language (JINJA or VELOCITY). .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/lastUpdateTime"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/lastUpdateTime: .. rst-class:: ansible-option-title **lastUpdateTime** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/lastUpdateTime" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Update time of template. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/latestVersionTime"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/latestVersionTime: .. rst-class:: ansible-option-title **latestVersionTime** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/latestVersionTime" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Latest versioned template time. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/name"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/name: .. rst-class:: ansible-option-title **name** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/name" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Name of template. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/parentTemplateId"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/parentTemplateId: .. rst-class:: ansible-option-title **parentTemplateId** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/parentTemplateId" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Parent templateID. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/projectAssociated"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/projectAssociated: .. rst-class:: ansible-option-title **projectAssociated** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/projectAssociated" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Project Associated. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`no` - :ansible-option-choices-entry:`yes` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/projectId"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/projectId: .. rst-class:: ansible-option-title **projectId** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/projectId" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Project UUID. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/projectName"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/projectName: .. rst-class:: ansible-option-title **projectName** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/projectName" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Project name. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateContent"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateContent: .. rst-class:: ansible-option-title **rollbackTemplateContent** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateContent" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Rollback template content. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams: .. rst-class:: ansible-option-title **rollbackTemplateParams** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Configuration Template Project's rollbackTemplateParams. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/binding"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/binding: .. rst-class:: ansible-option-title **binding** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/binding" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Bind to source. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/customOrder"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/customOrder: .. rst-class:: ansible-option-title **customOrder** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/customOrder" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> CustomOrder of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/dataType"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/dataType: .. rst-class:: ansible-option-title **dataType** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/dataType" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Datatype of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/defaultValue"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/defaultValue: .. rst-class:: ansible-option-title **defaultValue** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/defaultValue" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Default value of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/description"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/description: .. rst-class:: ansible-option-title **description** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/description" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Description of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/displayName"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/displayName: .. rst-class:: ansible-option-title **displayName** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/displayName" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Display name of param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/group"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/group: .. rst-class:: ansible-option-title **group** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/group" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Group. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/id"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/id: .. rst-class:: ansible-option-title **id** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/id" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> UUID of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/instructionText"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/instructionText: .. rst-class:: ansible-option-title **instructionText** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/instructionText" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Instruction text for param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/key"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/key: .. rst-class:: ansible-option-title **key** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/key" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Key. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/notParam"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/notParam: .. rst-class:: ansible-option-title **notParam** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/notParam" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Is it not a variable. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`no` - :ansible-option-choices-entry:`yes` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/order"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/order: .. rst-class:: ansible-option-title **order** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/order" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Order of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/paramArray"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/paramArray: .. rst-class:: ansible-option-title **paramArray** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/paramArray" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Is it an array. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`no` - :ansible-option-choices-entry:`yes` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/parameterName"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/parameterName: .. rst-class:: ansible-option-title **parameterName** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/parameterName" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Name of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/provider"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/provider: .. rst-class:: ansible-option-title **provider** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/provider" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Provider. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/range"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/range: .. rst-class:: ansible-option-title **range** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/range" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Configuration Template Project's range. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/range/id"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/range/id: .. rst-class:: ansible-option-title **id** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/range/id" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> UUID of range. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/range/maxValue"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/range/maxValue: .. rst-class:: ansible-option-title **maxValue** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/range/maxValue" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Max value of range. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/range/minValue"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/range/minValue: .. rst-class:: ansible-option-title **minValue** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/range/minValue" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Min value of range. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/required"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/required: .. rst-class:: ansible-option-title **required** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/required" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Is param required. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`no` - :ansible-option-choices-entry:`yes` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/selection"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/selection: .. rst-class:: ansible-option-title **selection** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/selection" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Configuration Template Project's selection. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/selection/defaultSelectedValues"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/selection/defaultSelectedValues: .. rst-class:: ansible-option-title **defaultSelectedValues** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/selection/defaultSelectedValues" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Default selection values. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/selection/id"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/selection/id: .. rst-class:: ansible-option-title **id** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/selection/id" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> UUID of selection. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/selection/selectionType"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/selection/selectionType: .. rst-class:: ansible-option-title **selectionType** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/selection/selectionType" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Type of selection(SINGLE_SELECT or MULTI_SELECT). .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/rollbackTemplateParams/selection/selectionValues"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/rollbackTemplateParams/selection/selectionValues: .. rst-class:: ansible-option-title **selectionValues** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/rollbackTemplateParams/selection/selectionValues" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Selection values. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/softwareType"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/softwareType: .. rst-class:: ansible-option-title **softwareType** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/softwareType" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Applicable device software type. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/softwareVariant"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/softwareVariant: .. rst-class:: ansible-option-title **softwareVariant** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/softwareVariant" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Applicable device software variant. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/softwareVersion"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/softwareVersion: .. rst-class:: ansible-option-title **softwareVersion** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/softwareVersion" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Applicable device software version. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/tags"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/tags: .. rst-class:: ansible-option-title **tags** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/tags" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Configuration Template Project's tags. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/tags/id"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/tags/id: .. rst-class:: ansible-option-title **id** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/tags/id" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> UUID of tag. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/tags/name"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/tags/name: .. rst-class:: ansible-option-title **name** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/tags/name" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Name of tag. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateContent"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateContent: .. rst-class:: ansible-option-title **templateContent** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateContent" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Template content. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams: .. rst-class:: ansible-option-title **templateParams** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Configuration Template Project's templateParams. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/binding"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/binding: .. rst-class:: ansible-option-title **binding** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/binding" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Bind to source. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/customOrder"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/customOrder: .. rst-class:: ansible-option-title **customOrder** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/customOrder" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> CustomOrder of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/dataType"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/dataType: .. rst-class:: ansible-option-title **dataType** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/dataType" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Datatype of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/defaultValue"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/defaultValue: .. rst-class:: ansible-option-title **defaultValue** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/defaultValue" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Default value of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/description"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/description: .. rst-class:: ansible-option-title **description** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/description" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Description of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/displayName"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/displayName: .. rst-class:: ansible-option-title **displayName** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/displayName" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Display name of param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/group"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/group: .. rst-class:: ansible-option-title **group** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/group" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Group. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/id"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/id: .. rst-class:: ansible-option-title **id** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/id" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> UUID of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/instructionText"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/instructionText: .. rst-class:: ansible-option-title **instructionText** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/instructionText" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Instruction text for param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/key"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/key: .. rst-class:: ansible-option-title **key** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/key" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Key. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/notParam"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/notParam: .. rst-class:: ansible-option-title **notParam** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/notParam" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Is it not a variable. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`no` - :ansible-option-choices-entry:`yes` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/order"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/order: .. rst-class:: ansible-option-title **order** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/order" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Order of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/paramArray"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/paramArray: .. rst-class:: ansible-option-title **paramArray** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/paramArray" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Is it an array. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`no` - :ansible-option-choices-entry:`yes` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/parameterName"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/parameterName: .. rst-class:: ansible-option-title **parameterName** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/parameterName" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Name of template param. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/provider"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/provider: .. rst-class:: ansible-option-title **provider** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/provider" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Provider. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/range"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/range: .. rst-class:: ansible-option-title **range** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/range" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Configuration Template Project's range. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/range/id"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/range/id: .. rst-class:: ansible-option-title **id** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/range/id" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> UUID of range. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/range/maxValue"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/range/maxValue: .. rst-class:: ansible-option-title **maxValue** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/range/maxValue" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Max value of range. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/range/minValue"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/range/minValue: .. rst-class:: ansible-option-title **minValue** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/range/minValue" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Min value of range. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/required"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/required: .. rst-class:: ansible-option-title **required** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/required" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Is param required. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`no` - :ansible-option-choices-entry:`yes` .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/selection"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/selection: .. rst-class:: ansible-option-title **selection** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/selection" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Configuration Template Project's selection. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/selection/defaultSelectedValues"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/selection/defaultSelectedValues: .. rst-class:: ansible-option-title **defaultSelectedValues** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/selection/defaultSelectedValues" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Default selection values. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/selection/id"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/selection/id: .. rst-class:: ansible-option-title **id** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/selection/id" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> UUID of selection. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/selection/selectionType"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/selection/selectionType: .. rst-class:: ansible-option-title **selectionType** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/selection/selectionType" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Type of selection(SINGLE_SELECT or MULTI_SELECT). .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/templateParams/selection/selectionValues"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/templateParams/selection/selectionValues: .. rst-class:: ansible-option-title **selectionValues** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/templateParams/selection/selectionValues" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Selection values. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/validationErrors"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/validationErrors: .. rst-class:: ansible-option-title **validationErrors** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/validationErrors" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Configuration Template Project's validationErrors. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/validationErrors/rollbackTemplateErrors"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/validationErrors/rollbackTemplateErrors: .. rst-class:: ansible-option-title **rollbackTemplateErrors** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/validationErrors/rollbackTemplateErrors" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Validation or design conflicts errors of rollback template. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/validationErrors/templateErrors"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/validationErrors/templateErrors: .. rst-class:: ansible-option-title **templateErrors** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/validationErrors/templateErrors" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Validation or design conflicts errors. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/validationErrors/templateId"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/validationErrors/templateId: .. rst-class:: ansible-option-title **templateId** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/validationErrors/templateId" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> UUID of template. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/validationErrors/templateVersion"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/validationErrors/templateVersion: .. rst-class:: ansible-option-title **templateVersion** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/validationErrors/templateVersion" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Current version of template. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-indent"></div><div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-templates/version"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-templates/version: .. rst-class:: ansible-option-title **version** .. raw:: html <a class="ansibleOptionLink" href="#parameter-templates/version" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html </div> - .. raw:: html <div class="ansible-option-indent-desc"></div><div class="ansible-option-cell"> Current version of template. .. raw:: html </div> * - .. raw:: html <div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="parameter-validate_response_schema"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__parameter-validate_response_schema: .. rst-class:: ansible-option-title **validate_response_schema** .. raw:: html <a class="ansibleOptionLink" href="#parameter-validate_response_schema" title="Permalink to this option"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html </div> - .. raw:: html <div class="ansible-option-cell"> 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:`no` - :ansible-option-default-bold:`yes` :ansible-option-default:`← (default)` .. raw:: html </div> .. Attributes .. Notes Notes ----- .. note:: - SDK Method used are configuration_templates.ConfigurationTemplates.create_project, configuration_templates.ConfigurationTemplates.deletes_the_project, configuration_templates.ConfigurationTemplates.update_project, - Paths used are post /dna/intent/api/v1/template-programmer/project, delete /dna/intent/api/v1/template-programmer/project/{projectId}, put /dna/intent/api/v1/template-programmer/project, - 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 cisco.dnac.configuration_template_project: dnac_host: "{{dnac_host}}" dnac_username: "{{dnac_username}}" dnac_password: "{{dnac_password}}" dnac_verify: "{{dnac_verify}}" dnac_port: "{{dnac_port}}" dnac_version: "{{dnac_version}}" dnac_debug: "{{dnac_debug}}" state: present createTime: 0 description: string id: string lastUpdateTime: 0 name: string tags: - id: string name: string templates: - author: string composite: true containingTemplates: - composite: true description: string deviceTypes: - productFamily: string productSeries: string productType: string id: string language: string name: string projectName: string rollbackTemplateParams: - binding: string customOrder: 0 dataType: string defaultValue: string description: string displayName: string group: string id: string instructionText: string key: string notParam: true order: 0 paramArray: true parameterName: string provider: string range: - id: string maxValue: 0 minValue: 0 required: true selection: defaultSelectedValues: - string id: string selectionType: string selectionValues: {} tags: - id: string name: string templateContent: string templateParams: - binding: string customOrder: 0 dataType: string defaultValue: string description: string displayName: string group: string id: string instructionText: string key: string notParam: true order: 0 paramArray: true parameterName: string provider: string range: - id: string maxValue: 0 minValue: 0 required: true selection: defaultSelectedValues: - string id: string selectionType: string selectionValues: {} version: string createTime: 0 customParamsOrder: true description: string deviceTypes: - productFamily: string productSeries: string productType: string documentDatabase: true failurePolicy: string id: string language: string lastUpdateTime: 0 latestVersionTime: 0 name: string parentTemplateId: string projectAssociated: true projectId: string projectName: string rollbackTemplateContent: string rollbackTemplateParams: - binding: string customOrder: 0 dataType: string defaultValue: string description: string displayName: string group: string id: string instructionText: string key: string notParam: true order: 0 paramArray: true parameterName: string provider: string range: - id: string maxValue: 0 minValue: 0 required: true selection: defaultSelectedValues: - string id: string selectionType: string selectionValues: {} softwareType: string softwareVariant: string softwareVersion: string tags: - id: string name: string templateContent: string templateParams: - binding: string customOrder: 0 dataType: string defaultValue: string description: string displayName: string group: string id: string instructionText: string key: string notParam: true order: 0 paramArray: true parameterName: string provider: string range: - id: string maxValue: 0 minValue: 0 required: true selection: defaultSelectedValues: - string id: string selectionType: string selectionValues: {} validationErrors: rollbackTemplateErrors: - {} templateErrors: - {} templateId: string templateVersion: string version: string - name: Update all cisco.dnac.configuration_template_project: dnac_host: "{{dnac_host}}" dnac_username: "{{dnac_username}}" dnac_password: "{{dnac_password}}" dnac_verify: "{{dnac_verify}}" dnac_port: "{{dnac_port}}" dnac_version: "{{dnac_version}}" dnac_debug: "{{dnac_debug}}" state: present createTime: 0 description: string id: string lastUpdateTime: 0 name: string tags: - id: string name: string templates: - author: string composite: true containingTemplates: - composite: true description: string deviceTypes: - productFamily: string productSeries: string productType: string id: string language: string name: string projectName: string rollbackTemplateParams: - binding: string customOrder: 0 dataType: string defaultValue: string description: string displayName: string group: string id: string instructionText: string key: string notParam: true order: 0 paramArray: true parameterName: string provider: string range: - id: string maxValue: 0 minValue: 0 required: true selection: defaultSelectedValues: - string id: string selectionType: string selectionValues: {} tags: - id: string name: string templateContent: string templateParams: - binding: string customOrder: 0 dataType: string defaultValue: string description: string displayName: string group: string id: string instructionText: string key: string notParam: true order: 0 paramArray: true parameterName: string provider: string range: - id: string maxValue: 0 minValue: 0 required: true selection: defaultSelectedValues: - string id: string selectionType: string selectionValues: {} version: string createTime: 0 customParamsOrder: true description: string deviceTypes: - productFamily: string productSeries: string productType: string documentDatabase: true failurePolicy: string id: string language: string lastUpdateTime: 0 latestVersionTime: 0 name: string parentTemplateId: string projectAssociated: true projectId: string projectName: string rollbackTemplateContent: string rollbackTemplateParams: - binding: string customOrder: 0 dataType: string defaultValue: string description: string displayName: string group: string id: string instructionText: string key: string notParam: true order: 0 paramArray: true parameterName: string provider: string range: - id: string maxValue: 0 minValue: 0 required: true selection: defaultSelectedValues: - string id: string selectionType: string selectionValues: {} softwareType: string softwareVariant: string softwareVersion: string tags: - id: string name: string templateContent: string templateParams: - binding: string customOrder: 0 dataType: string defaultValue: string description: string displayName: string group: string id: string instructionText: string key: string notParam: true order: 0 paramArray: true parameterName: string provider: string range: - id: string maxValue: 0 minValue: 0 required: true selection: defaultSelectedValues: - string id: string selectionType: string selectionValues: {} validationErrors: rollbackTemplateErrors: - {} templateErrors: - {} templateId: string templateVersion: string version: string - name: Delete by id cisco.dnac.configuration_template_project: dnac_host: "{{dnac_host}}" dnac_username: "{{dnac_username}}" dnac_password: "{{dnac_password}}" dnac_verify: "{{dnac_verify}}" dnac_port: "{{dnac_port}}" dnac_version: "{{dnac_version}}" dnac_debug: "{{dnac_debug}}" state: absent projectId: string .. Facts .. Return values Return Values ------------- Common return values are documented :ref:`here <common_return_values>`, 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 <div class="ansible-option-cell"> <div class="ansibleOptionAnchor" id="return-dnac_response"></div> .. _ansible_collections.cisco.dnac.configuration_template_project_module__return-dnac_response: .. rst-class:: ansible-option-title **dnac_response** .. raw:: html <a class="ansibleOptionLink" href="#return-dnac_response" title="Permalink to this return value"></a> .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html </div> - .. raw:: html <div class="ansible-option-cell"> A dictionary or list with the response returned by the Cisco DNAC Python SDK .. rst-class:: ansible-option-line :ansible-option-returned-bold:`Returned:` always .. rst-class:: ansible-option-line .. rst-class:: ansible-option-sample :ansible-option-sample-bold:`Sample:` "{\\n \\"response\\": {\\n \\"taskId\\": \\"string\\",\\n \\"url\\": \\"string\\"\\n },\\n \\"version\\": \\"string\\"\\n}\\n" .. raw:: html </div> .. Status (Presently only deprecated) .. Authors Authors ~~~~~~~ - Rafael Campos (@racampos) .. Parsing errors