Cisco dna template examples. This blog post explores creating templates in velocity.
Cisco dna template examples. - Cisco Catalyst Center 2.
Cisco dna template examples @adamradford123. Jinja2 is used widely in common network automation tools like Red Hat Ansible, Nornir, and even Cisco DNA Center to make configuration templates for your network devices. Step 6. Examples of Templates used in Cisco Catalyst Center with Velocity or Jinja2 Scripting, Variables, and Composite Approaches - kebaldwi/DNAC-TEMPLATES Nov 7, 2023 · Bias-Free Language. An agent in the device, call-home Cisco DNA center and downloads the required software and device configuration. Velocity is a template programming language and has been used in Cisco Prime Infrastructure and APIC-EM. Jul 19, 2021 · Learn how to automate configurations in a brownfield environment by using Cisco DNA Center CLI templates. I am configuring a Jinja template in Cisco DNAC Template editor to provision new switches. config redundancy mode sso May 11, 2023 · Keep the shared template untagged, but tag the "special" template with the same tag from Region A (this is done in the template properties). The provider needs to be configured with the proper credentials before it can be used. I tried using this split command. It is important to realize that templates have a 2-phase commit. Cisco DNA Center Platform APIs and Integrations Overview - This page explain Cisco DNA Center integration options: Intent APIs provide REST access to the Cisco DNA Center platform. Currently in DNA center we have a template to disable SNMP trap link-status and logging event link-status so it is like this{% macro user_port() %} no snmp trap link-status no logging Dec 4, 2024 · Bias-Free Language. For example, if you choose CleanAir Configuration under Wireless, the available configuration for the CleanAir appears. Password and Secrets are used in many places in the configuration of a network device and most of the time, hopefully, these cannot be easily read by humans due to something like “service password-encryption” being configured, which would encrypt these passwords/secrets using Type 7-encryption (which is more of a "masking” of passwords May 11, 2020 · If you are interested in using the API to apply templates to devices, this blog post has a sample python tool for applying templates. Step 6 Dec 4, 2024 · Bias-Free Language. Then when you go to provision, I believe DNA always apply an untagged template, plus any templates that match the tag of the device. But your question is still valid for SNMP configs needed for other network management systems. The Multivendor API enables direct support for non-Cisco devices. Template Engine Oct 4, 2020 · This video explains how to create templates using Cisco DNA Center. Apr 1, 2023 · Been struggling with DNAC compliance reporting with ACLs. Jun 18, 2021 · Step 2: Search for the device where you need to push the template in inventory. Prerequisites Nov 25, 2019 · In the Template Editor, click on the gear icon of your new, more granular template, and select properties. Additional information within the lab provides a well-rounded explanation of Automation methods with Templates. Related resources: Cisco DNA Center; DevNet Networking Dev Center Sep 11, 2021 · Guys, Wchich Jinja version / features are used by Cisco DNAC in templates? I've tried some commands, like 'regex_search' filters, and it does not work or cause errors. Lastly, some scripts are ready-made Apr 6, 2020 · Hi, Hoping someone can clear up some confusion. Dec 11, 2019 · This site is aimed at helping with the adoption of Cisco Catalyst Center for Network Automation. Cisco DNA Center and Template Programmer - Quickly Deploy Configuration Templates with Cisco DNA Center Platform and Template Programmer - Learn how to get started with the Cisco DNA Center REST APIs. . config redundancy unit primary. Jan 4, 2024 · On-boarding templates are only used in PNP and is intended to bring up the bare necessities for bringing connectivity up between the device and DNAC. We can use tags to indicate which template will be assigned to each device. These templates and associated parameters allow for the configuration of devices when associated Dec 5, 2024 · Day-zero templates are not allowed to bind to source or system variables, that is, the templates will not have the option to bind or use variables in the template with the source object values while editing or through the input form enhancements; for example, DHCP server, DNS server, and syslog server. 7 Sep 3, 2020 · COMING SOON: Umbrella and Secure Access release notes are coming to Cisco Community. I've waited, re-r Jan 13, 2020 · Once in the Template Editor page, you'll notice that Cisco has included two sample projects and multiple sample templates. Related resources: Cisco DNA Center If you are interested in using the API to apply templates to devices, this blog post has a sample python tool for applying templates. I have written a number of blogs about CLI templates in Cisco DNA Center. Jun 30, 2023 · Hi all, I'm practicing with templates in Cisco DNA center (Version 2. Click X to close the preview. Examples of Templates used in Cisco Catalyst Center with Velocity or Jinja2 Scripting, Variables, and Composite Approaches - kebaldwi/DNAC-TEMPLATES This script will load the file with the name {file_info} The file includes the information required to deploy the template. Predictive Insights, Network Baselines, Network Reasoner, Device/Client/Application 360, Intelligent Capture. Remaining config should be applied through Day-N templates. Cisco DNA Center sends the following commands to wireless controller 1: config interface address redundancy-management 198. Complete reference of the DeletesTheProjectV1 API. An onboarding template should be used to provide a “Day-0” configuration to the new network devices containing the basic configuration required to establish connectivity to the rest of the network. Jan 15, 2020 · PNP is the feature that simply allows us to essentially do zero-touch provisioning in order to discover, manage, and configure brand new network devices with settings specified in DNA network settings and with configurations specified in Day-0 onboarding templates. 7 - Cisco Catalyst Center Platform v. 2. May 21, 2020 · The template editor is a standalone application that can be used to Build your Day-0 (PnP) or Day-N configurations. Then, in your network profile, there is also a spot to select which tags you want the template to apply to when provisioning. Jun 20, 2022 · Solved: Hi All, I have created template in DNA, where is configuration of usernames with encrypted passwords. When the template is run, the user is prompted to select (from drop down lis Feb 12, 2024 · Cisco DNA Center provides an interactive editor called Template Editor to author CLI templates. The scripts assume the templates have been setup on Cisco DNA center in advance Nov 9, 2020 · System version 1. However when I want to provision, every $ symbol in encrypted passwords DNA understands as variable and asks to fill value. Onboarding templates for PnP in Cisco DNA Center are created using the Template Editor. Velocity is a template programming language, used in Cisco Prime Infrastructure and APIC-EM. •Day-0 (PnP) : Is your PnP/Onboarding Template . When does one use onboarding templates? Once the LAN automation is run and the device is being provisioned? Or do you need to run day-n templates if LAN automation is used? When you assign a day-n template to a site and the device is provisioned Jun 21, 2024 · In this way, these self-guided labs provide a glimpse into the fundamentals of building velocity templates and offer examples that you can download and expand from. Related resources: Cisco DNA Center; DevNet Networking Dev Center Jun 21, 2024 · In this way, these self-guided labs provide a glimpse into the fundamentals of building velocity templates and provide examples that you can download and expand from. This repository contains a simple approch to maintain a set of Cisco DNA-Center (DNAC) templates (within a so-called Template Project) through GIT (hence the name "Template as Code"), so all changes to these templates in this Git repo are synced to DNAC. For more information, see Potential Design Conflicts Detection Between CLI Template and Service Provisioning Intent and Detect CLI Template Run-Time Conflict. As all data within the database is essentially in string format, if we wish to use it with some mathematics to calculate other values, we would first need to change it (ie cast) from a string to a integer. In addition, the sample templates and JSON files supplied are for easy import into Catalyst Centers’ template editor for quicker adoption. Step 5. split(';') %} Cisco DNA Center Platform APIs and Integrations Overview - This page explain Cisco DNA Center integration options: Intent APIs provide REST access to the Cisco DNA Center platform. Learn more. Sep 19, 2024 · After creating a template, you can use the template to deploy your devices in one or more sites that are configured anywhere in your network. Cisco DNA Center documentation for Configuration Templates UpdateProjectV1 Jan 17, 2024 · DNA will try to set terminal width and terminal length before issuing any commands related to the template(s) it will set both to max values, to avoid lines from wrapping and avoid the "more" prompt. Follow the workflow wizard. Covering authentication and some simple examples, these Python samples with set you on your way to automating the Intuitive Network with Cisco DNA Center. The next blog in the series will look at interactive and exec commands embedded in templates. I was thinking of placing it here first so here is my question. portName }} description {{ interface. 1X/MAB and the Open Auth, Low Impact and Closed mode templates all look almost identical bar a couple of very small differences. {% set list1 = variable1. It seems that you've created your onboarding templates, but you're having trouble linking them to your network profile in Cisco DNA Center. - Cisco Catalyst Center 2. The output will show both the content of the Jinja template and the resulting output of the template processing. In the meantime, if you would like to learn more about Cisco DNA Center you could visit Cisco Devnet. A lot of IOS commands let you configure passwords not in clear text by specifying the password level. They are primarily used with the PnP feature to streamline the deployment of new devices in the network. 159 corresponds to Cisco DNA Center 1. Thanks for reading. Cisco DNA Center is not suitable to manage products by third party vendors. In the following example a variable is bound to Cisco Catalyst Centers database and a value is called for the Native Vlan. You may choose an option from the dropdown syntax_demo menu and then run the simulation. About This Feb 12, 2024 · Cisco DNA Center allows you to compare a CLI template with the running configuration of the device, so as to identify any mismatch from the intent. This site is aimed at helping with the adoption of Cisco Catalyst Center for Network Automation. My doubt is, for example, I have one device with 4 associated templates, but right now I just want to run 2 of the templates. The problem I am having is getting Jinja to split the string variable within the Cisco Template tool. It also explains some of the new functions possible with templates, including importing a Aug 29, 2018 · Simulation mode – View the rendered template by providing a set of test values for the variables. Lastly, some scripts are ready-made Jun 21, 2024 · In this way, these self-guided labs provide a glimpse into the fundamentals of building velocity templates and offer examples that you can download and expand from. I have a basic sample ACL that deploys successfully but the compliance in DNAC flags the entire ACL ac non-compliant. The onboarding template should be just enough to keep connectivity to DNA center (usually to change the dhcp address to a static one on a management or uplink interface. After saving the template, Cisco DNA Center checks for any errors in Apr 27, 2020 · I wrote an earlier blog post on using Velocity templates in Plug-and-Play. description }} {% endfor %} It allow me to select several interfaces and assign automatically the description, but with the above script I need to use same descpriton to Cisco DNA Center and Template Programmer - Quickly Deploy Configuration Templates with Cisco DNA Center Platform and Template Programmer - Introduction to Cisco DNA Center REST APIs - Learn about network programmability from the perspective of a Network Engineer. Jul 20, 2023 · In the Cisco DNA Center GUI, click the Menu icon and choose Provision > SD ACCESS > Fabric Sites. Jan 18, 2019 · Configuration Templates on Cisco DNA Center . Step 2. 2. So i can't do: vlan {{VLANID}} name {{VLAN_NAME}} multiple times because i don't kno Oct 1, 2024 · In dna center i have defined a template containing the vlans and interface-groups that we use. Apr 18, 2023 · Hi I'm currently using Prime Infrastructure to allow front line support to change the interface template used on a given Catalyst 3650 switchport. Templates have version control based on the “commit process”. If I’m setting up a new switch that needs a specific dayN template I’ll only link it to the profile whilst I’m setting up the switch (dayN template setting won’t get removed just because you took the template away) Feb 12, 2024 · Bias-Free Language. There is a section there (in the popout menu) to add tags. Click the radio button next to the configuration that you want to use as a template to create a new design, and click Create Design. A template can be saved, but it needs to be “committed” before it can be used. The community will be in read-only August 16 – 19. While I was attempting to write some templates for a project at work, I found that Cisco’s documentation on the su May 6, 2020 · This blog shows advanced topics for velocity templates. Works good so far. See below: Open Authentication policy-map type c Dec 13, 2024 · Hopefully this is a right place to ask this but I was wondering if there is a way to have a user defined values for a Jinja definition in Dnac. I'm looking at the default policy maps that DNA pushes to NADs for 802. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. In the Fabric Sites tab, click Add fabric site. But when creating a new ssid, neither the interface-group or vlan shows up in the list of availabl Oct 29, 2022 · The main screen. The structure and syntax of the Jinja2 templating language Configuration templates are common methods of building and maintaining consistent network configurations, and Cisco DNA Center offers template based configurations for the network. Jun 21, 2024 · This way, these self-guided labs provide a glimpse into the fundamentals of building velocity templates and offer examples you can download and expand from. For a Cisco DNA Center Platform APIs and Integrations Overview - This page explain Cisco DNA Center integration options: Intent APIs provide REST access to the Cisco DNA Center platform. The templates are encapsulated within JSON inside Cisco DNA Center. The application will Oct 4, 2018 · Earlier blog posts in this Cisco DNA Center series gave an overview of PnP, how to use the API and an introduction to the configuration template editor. This utility provides this capability. This makes DNA Center think that the configuration on the ports is different than in my template. Jun 18, 2023 · I have this simple script: {% for interface in selected_interfaces %} interface {{ interface. After provisioning the wlc from dnac, both the vlan and interface-group shows up in the wlc, as it should. With Template Hub, you can: View the list of available templates. The documentation set for this product strives to use bias-free language. Examples of Templates used in Cisco Catalyst Center with Velocity or Jinja2 Scripting, Variables, an Cisco DNA Center documentation for Configuration Templates CreateProjectV1. You’ll find it here: Form Editor. Dec 4, 2024 · Cisco DNA Center sends the following commands to configure Cisco Wireless Controller HA. This will enable engineers to reduce the time and effort needed to instantiate the network. Lastly, some scripts are ready-made excerpts of Jun 30, 2023 · Enter Passwords and Secrets in Encrypted form. Take a second to look through these to get a feel for the Velocity language. On Prime, this uses velocity templates (see below) and Configuration Groups. In the tile, click the Generate link to configure parameters to build a report. xx peer-redundancy-management 198. Alternatively, instead of the first two steps, in the Cisco DNA Center GUI, click the Menu icon and choose Workflow > Create a Fabric Site and Fabric Zones. These scripts demonstrate the template programmer API on Cisco DNA Center. campus using Cisco DNA Center. These templates can be used as part of the “provisioning” workflow in the UI, or programmatically directly from the API. 8, which does not save the configuration provisioned through a template to the startup-config. In this post, we'll go a little deeper into scripting in the Velocity Templating Language . After saving the template, Cisco DNA Center checks for any errors in API to create a template by project id. This template is useful when run in the Template Simulator tab in DNA Center's Template Editor page. DNAC-TemplateProgrammer. I can see the ACL in the config on the switch and in the configuration in DNAC associated with the switch. Template Examples Jinja Syntax Demo. Create, edit, clone, import, export, and delete a template. Jan 16, 2024 · Step 5. Dec 4, 2024 · Cisco DNA Center allows you to view, potential and run-time errors. Cisco DNA Center has a Template Editor, which allows for the import and export of custom templates that are written in Jinja2 or Velocity scripting languages. Here's how you can link your custom onboarding templates in Cisco DNAC: First, ensure that your custom onboarding templates are created as Day 0 templates. Yes, I understood your point. 5 and above and Template Editor in older releases. Onboarding Templates in DNA Center are used for automating the initial provisioning and onboarding process of network devices. And with the Template Programmer APIs offered with Cisco DNA Center Platform, you can now extend this feature to your own scripts and integrations. Say I need a dynamic amount of 3 values being ip address, mask and dot1q tag to create sub-interfaces but every device has different amounts. 3. This Repository will give examples of templates used in Cisco Catalyst Center that can be modified. Nov 1, 2023 · Using this method, I create a device specific template that contains the device-specific configuration statements for one device (referring to the above examples, this template would contain the interface configuration that is different from the standard dot1x setup applied to all the other interfaces). Integration APIs enable IT Service Management workflows. 1. 4 and the auth-templates and redirects ACLs for guest-networks. Lastly, some scripts are ready-made Aug 30, 2021 · If you use day-N instead (by adding a provisioning step after the PnP) then if/when you need to make changes you can still use the same template. This is the second botton: Simulation Editor. 100. One question that often comes up is the ability to share templates through archive and restore. Cisco DNA Center documentation for Configuration Templates DeletesTheProjectV1. For LAN automation you would want to use day-n templates. API to version the current contents of the template. Jun 21, 2024 · These samples build a tutorial that aims to be a practical guide to aid engineers to rapidly begin using Catalyst Center automation and help them work towards a template strategy. Here you can define the properties of (optional) variables in your template. I promised to provide more advanced examples and this blog is a start. Jul 29, 2021 · Hello, i'm working on the PnP-Function with DNA-Center and Jinja Template. Nov 7, 2023 · The configuration available for the selected model config type appears. Complete reference of the CreateProjectV1 API. Since it is widely used, there are plenty of examples online to check out! Here are a few examples of how Jinja2 can be used in network engineering: Aug 24, 2023 · Hi All, instead of trying to reinvent the wheel. The following template is used for host-facing ports: template DefaultWiredDot1xOpenAuth dot1x pae authenticator dot1x timeout supp-timeout 7 dot1x max-req 3 switchport voice vlan 2046 s How to navigate the Cisco Catalyst Center (formerly Cisco DNA Center) templating interface Note: The interface is named Template Hub in version 2. Jun 21, 2024 · In this way, these self-guided labs provide a glimpse into the fundamentals of building velocity templates and provide examples that you can download and expand from. 7-72328) And now I've been struggling with a Jinja for-loop in DNA templates DNA center provides a sample template Multi-Switch Template with Macro in which the line {% for stack_num in range(1, number_of_stacks) %} is used t Feb 3, 2020 · In my earlier blog post , I spent some time introducing the DNA Center templating engine. 51. Nov 7, 2023 · Cisco DNA Center provides an interactive editor called Template Editor to author CLI templates. The network device hostname, the Cisco DNA Center project name, the configuration template file name. I generally unlink dayN templates from the profile so this doesn’t happen by accident. 0. 7 Jun 21, 2024 · In this way, these self-guided labs provide a glimpse into the fundamentals of building velocity templates and offer examples that you can download and expand from. Nov 25, 2023 · The SNMP credentials used by Cisco DNA (aka Catalyst Center) should be configured in Design->Network Settings-> Device Credentials, not in a template. About The Solution Cisco DNA Center can help automate with built-in Plug-and-Play (PnP) functionality and allow switches, routers, and wireless access points to be on-boarded to the network. If you downloaded the example script, you can just run it with no arguments to see a list of templates. Is this possib Dec 4, 2024 · Cisco DNA Center allows you to view, potential and run-time errors. Before provisioning the template, you can simulate the function of the template and view the output. You can design templates easily with a predefined configuration by using parameterized elements or variables. Step 9. Starting with Cisco DNA Center 2. Switches can be still discovered by Cisco DNA Center and benefit from features such as software upgrades, compliance, and device assurance. Jan 4, 2024 · Hi all, I have a question regarding templates on DNAC. The Generate window opens where you can select a format type for the report, apply data filters for your reports, as well as set up schedules for the actual report generation. Step 1 – Listing Templates. First Version Configuration templates are common methods of building and maintaining consistent network configurations, and Cisco DNA Center offers template based configurations for the network. This blog post explores creating templates in velocity. Basically, Click on Cisco DNA Center --> Provision --> Inventory as shown below in the image. The first step is to find the templates available on the Cisco DNA Center. thanks, robert Jun 1, 2023 · Hello @BlueyVIII,. Step 3 Cisco DNA Center and Template Programmer - Quickly Deploy Configuration Templates with Cisco DNA Center Platform and Template Programmer - Introduction to Cisco DNA Center REST APIs - Dive in and learn all you need to know to work with the APIs and interfaces in the Cisco Digital Network Architecture. Explore networking basics and get an introduction to network APIs. Once you've done that, it's time to create a new template for our usage by selecting the plus icon and selecting Create Template. The Cisco DNA Center provider is used to interact with Cisco DNA Center APIs. Lastly, some scripts are ready-made excerpts of Nov 1, 2023 · Using this method, I create a device specific template that contains the device-specific configuration statements for one device (referring to the above examples, this template would contain the interface configuration that is different from the standard dot1x setup applied to all the other interfaces). Click Save at the bottom of the window. The scripts assume the templates have been setup on Cisco DNA center Nov 5, 2021 · Cisco DNA Center does not support automated workflows or assurance for resiliency protocols such as PRP, HSR, REP, DLR. Events and Notifications WebHooks enables notification on key events. Understand advanced concepts using the example of d Mar 14, 2022 · Hi, We have a problem with DNAC version 2. Note the following comparator engine limitations: Note the following comparator engine limitations: Template Background. May 8, 2023 · This site is aimed at helping with the adoption of Cisco Catalyst Center for Network Automation. Lastly, some scripts are ready-made API to deploy a template. Jun 21, 2024 · This lab will give examples of templates used in Catalyst Center that we can modify for our use and test on equipment within the LAB environment. yy. Create a Python script that allows the deployment of configuration templates to the network. Where you write your template. Contains information about programming, REST APIs, as well as new interfaces like RESTCONF. 7 Of course, there are many other features within DNA but this is just a quick example while I have 15 minutes of free time to demonstrate CLI templating and how it can be used to effectively deploy unified templates to a Cisco infrastructure instead of using other methods such as: Python + CLI scraping, Ansible, or Python with a combination of Nov 3, 2021 · Solved: If I select Day-N Template(s) I can see my Onboarding template in the drop down, but I cannot see it in the actual Onboarding templates drop down Cisco DNA Center and Template Programmer - Cisco DNA Center Platform - Template Programmer - Introduction to Cisco DNA Center REST APIs - Configuration templates are common methods of building and maintaining consistent network configurations, and Cisco DNA Center offers template based configurations for the network. Here is my Question: I want to add multiple VLANs (the exact number of VLAN is not always the same) via a Jinja Template. Templates. The problem is that the configuration generated by the template doesn't list the interfaces in order (for example Gig1/0/18, Gig1/0/8, Gig1/0/12, Gig1/0/6). x, configurations pushed through templates will be saved to startup-config. The sample templates and JSON files supplied are for easy import into Catalyst Centers’ template editor for quicker adoption. The third and final botton: System Jun 20, 2023 · Hi, Thank you for the quick reply. Use the Template Programmer APIs query configuration templates from Cisco DNA Center Platform. Learn about Cisco DNA Cisco DNA Center Platform APIs and Integrations Overview - This page explain Cisco DNA Center integration options: Intent APIs provide REST access to the Cisco DNA Center platform. Jul 24, 2023 · It then configures these with portfast, bpduguard, switchport access and few other things.
tgys qwhl fsrz jcmzi vuy nyjyl hfrcg lvis vctl pzas
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}