Mikrotik run script from script. Run a mikrotik script remotely via rest API.

Mikrotik run script from script. I would like to share the following script here.
Mikrotik run script from script Search for jobs related to Mikrotik run script from file or hire on the world's largest freelancing marketplace with 24m+ jobs. Conversely at the CLI, the "parent" process is a terminal window, and thus also not tracked as "job" since it was not invoked by the /system/script/run. zivtal wrote: ↑ Sun Feb 11, 2018 9:13 pm I don't really know the SXT LTE, but you can try (disable and enable lte interface): That line should be in the script where your code is that sends the email. Jan 3, 2012 · Just note that this will only run scripts which are written into routeros's Scripts window. In some article have read already that script can't receive parameter. Introduces a delay – This allows time for the router’s interfaces to initialize before running the import script. Is there a way to run them by name instead of by number? /system script run setInterface:set theInterface "wan2" /system script run setInterface:set theInterface "wan3" /system script run setInterface where script setInterface using variable theInterface but this not working. sh param1 param2" user="nonadmin" 'nonadmin' is using a dsa key for logging into the remote system. The script owner already is *sys as suggested in another topic. The way I figure it is the OS runs one line of code from the main routine, then one line from the subroutine, then another from the main, then another from the subroutine, and on and on Basically it allows anyone without adequate permissions to execute the script. Devices can be grouped to chat with them simultaneously. I VERSION: Oct 17, 2018 · I have tool netwatch configured to run some script, which consists of the only command to send email: Feb 4, 2013 · BTW- Added "if tg_cmd script not found, create temporary script running the incoming message as command", for example: if income message is "/interface disable ether1" the script will do it. So basically it's just as long as simply placing a local variable at the beginning of the script and just editing it every time I need to run the script. The following one line script (details changed to protect my client) works great from the terminal, but fails running in the Scheduler, or if I hit the Run Script button when in WebFig: /system ssh 12. Contribute to eworm-de/routeros-scripts development by creating an account on GitHub. While when you invoke a /system/script, that what tracks in /system/script/jobs . Oct 24, 2022 · 1. x. MikroTik Support Posts: 7171 Joined: Wed Feb 07, 2007 11:45 am a collection of scripts for MikroTik RouterOS. but its not running the "21_DAILY_REPORT_AK" script. If the owner of the script does not have enough permissions to execute a certain command in the script, then the script will not be executed. With these messages you can send commands to your device and make it run them. See /tool e-mail for configuration options. . It keeps right on running. In case of PPPoE Client at a WAN Link, the script is as follows: Oct 30, 2012 · Run a ping to 8. # Enable-User-John-Script at 1PM (Interval 1d so it may run every day) # Disable-User-John-Script at 2PM (Interval 1d so it may run every day) C. Basically, a failover. I'm trying to improve on a well-known WAN failover script I found only, but I'm struggling with the script not working when run via /system/script/run, but working fine when run via /system/scheduler. 32 earlier and on this version scripts were written. ) Here you can configure a exact time to run the script. 34. New here and fairly new to Mikrotik in general. Applications for Schedulers are as varied as the possible scripts! This script generates backup file and sends it to specified e-mail address. id=*6 Oct 9, 2020 · Summary. I just added lines to divide the script from the text. 7+ # container to keep track of the last time stamp detected :global lastTime; # find log entries where the message contains "logged in" or "login failure" :local currentBuf [ :toarray [ /log find message~"logged in" || message~"login failure" ] ] ; # get number of log entries :local Dec 26, 2022 · Prerequisites: Device with ROS 7. For example, if the name of the script on the router is wanFailover, name the new document wanFailover. /export terse file=myrtrbackup Features. 12. I want one Script 2. 8 using interface pppoe-out1 If the ping failed within 10 packets, it would change the route distance pppoe-out1 to 2 and pppoe-out2 to 1 And vice versa. Sep 26, 2004 · Have a scheduled script check for new log entries every X seconds that contain this prefix. At present on a new firmware a problem with start of scripts by means of Netwatch which need more permissions than read, write,test,reboot,namely "policy" to have access to global variables Sep 25, 2020 · The topic was probably discussed, but I want a short and beautiful solution. I have responded them with a solution to use a script that is able to automatically update the gateway addresses of the routes. If I launch the script in winbox or via ssh it works fine. Code: Select all If the owner of the script does not have enough permissions to execute a certain command in the script, then the script will not be executed. Next Run: On the Scheduler GUI window, the next time for the script to run is displayed. All this does is read a list of IP addresses, ssh into the RB and do a reboot. Then I set a net watch to keep pining an ip and if no response is detected to start the reboot script. Scheduler Example. I've acquired id in winbox and displayed it in my API, but it doesn't run properly. Feb 7, 2016 · I am trying to add a script to the list in order to schedule it to run it on interval base but it's not working when I place it in scripts and works perfectly when I manually execute the script in Terminal in Mikrotik. Dec 27, 2024 · Contains all user-created scripts. Sub-menu: /system ssh-exec Command ssh-exec is a non-interactive ssh command, thus allowing to execute commands remotely on a device via scripts and scheduler. I can not figure out how to do this. It runs the script, as run count increments, but not execute the script code (I think). Prerequisites: Device with ROS 7. Asked the MikroTik help desk for advice and below is an answer from them: freeze script is executed before freezing the filesystem; freeze-fail script is executed if the hypervisor failed to prepare for a snapshot or if freeze script failed; thaw script is executed after the snapshot has been taken; Script run time is limited to 60 seconds; freeze script timeouts and errors result in the backup operation being aborted May 8, 2009 · My aim is to have a mikrotik with solar power on the mountain, connect a cell to the mikrotik and beam the mikrotik to the farm house. I would have used the check gateway, but sometimes the interface connected to the pppoe server but no internet. I'm using the latest script with a DNS client key, and since the update, the DynDNS is not updating correctly. Properties. Apr 6, 2020 · Hi everyone, I'm currently facing an issue with my MikroTik router after updating the firmware to version 7. This script makes your device poll a Telegram bot for new messages. GitHub Gist: instantly share code, notes, and snippets. https://help. Hello, Jotne ! Thank you for your advice. 2. If a new log entry is found, the script is run. Is there any way to pass the phone number of the incoming message to the script so it can be used within the script to send the reply? Feb 16, 2016 · strods MikroTik Support Posts: 1652 Joined: Wed Jul 16, 2014 5:22 am Location: Riga, Latvia This example will run the scripts gw_1 or gw_2 which change the default gateway depending on the status of one of the gateways: [admin@MikroTik] system script> add a collection of scripts for MikroTik RouterOS. Apr 18, 2015 · Unfortunately my scripts didn´t work. Interesting - does this still mean that i would have to SNMP run_script on each router, can this action be run as a batch to several routers. I am looking for a way to create a script which will ping Google's DNS server every minute and write this to a syslog server we have just set up. ADD: Now when you run the script /system script run logtofile it should take at least ten seconds to complete. SSH-exec. One of the variables contains a password. Jul 3, 2020 · I'm trying to write a script so when the Mikrotik receives an SMS it runs the script, gathers some information from the Mikrotik, and then sends an SMS back to the number that sent the request. interval (time; default: 0s) - interval between two script executions, if time interval is set to zero, the script is only executed at its start time, otherwise it is executed repeatedly at the time interval is specified You will not see any results in API of script running, except script does something that you can check, like, set comment field. /system script It should be the first line in the logtofile script. Jan 4, 2013 · Oh, and if I run the script manually, by "/system/script run check_wan_ip", it always works. because router can accept commands one after another and return output when done. I would love to know how Romon is related to a script running another script? Is this indeed a bug? I need a way to run a command from the terminal without having to do the print command first. I would like to query a status, if the status is not the same, a script should be deactivated and then a reboot For example like this ( [get xxxx] != [get xxxx] ) do={ SCRIPT DISABLE AND system reboot }" Jul 31, 2020 · However, no DNS entries are generated and I cannot even confirm whether the script is run. I need to customize this script to use a different ip and also set up default gateway. I've managed to call the script using: /system/script/run =. I am currently getting to know RouterOS and my RB4011, and I'm currently meeting a part about scripts that I don't understand. Scripts can be executed in several different ways: on event - scripts are executed automatically on some facility events ( scheduler, netwatch, VRRP) by another script - running script within the script is allowed; manually - from console executing a run command or in winbox Contains all user created scripts. Apr 5, 2007 · Hi, I have script that should run command on remote mikrotik. Feb 4, 2018 · I add this scripts to Tools ==> Netwatch ==> Host, when Host 8. Oct 3, 2012 · I have RouterOS 5. The scheduler can trigger script execution at a particular time moment, after a specified time interval, or both. The interval that you set on the schedule would determine how often the script could possibly be run. but its not working. Contribute to lupael/routeros-script development by creating an account on GitHub. This applies also if you are trying to run script from netwatch, ppp on event and so on, which are limited to specific policies "read,write,test,reboot", so you will not be able to run advanced scripts that creates backups, creates files and so on. The router´s mac addres wasn´t changed, and I can´t see any data about Mac changes in the log area: When I run the script by hand I can see the information in the log area: Sep 25, 2020 · Hey Folks, I have added a script to my router after finding a handy post about using the Mode button to revert to the last nightly backup (so for example it will get you out of trouble if you forgot to enable safe mode and messed up) The first script runs on a RB3011 and is a direct export from the MikroTik running WinBox 6. You should see source code inside document. The script only reads the system temperature, not the CPU temperature. Finally, question is : Mar 4, 2018 · something like /system script scriptname file=filename Top Display posts from previous: All posts 1 day 7 days 2 weeks 1 month 3 months 6 months 1 year Sort by Author Post time Subject Ascending Descending Mar 4, 2018 · something like /system script scriptname file=filename Top Display posts from previous: All posts 1 day 7 days 2 weeks 1 month 3 months 6 months 1 year Sort by Author Post time Subject Ascending Descending Aug 8, 2024 · Where script_name is optional, it will be value of script name if script is run from saved script in /system/script and run_source can be one of values: winbox - when script is manually run from Winbox; www - when script is manually run from Webfig (maybe also from REST API - didn't test it) scheduler - when script is run by scheduled event Through Winbox terminal I'm running the script using following command: /system script run temp According to manual, in API one should call the same script using: /system/script/run =name=temp However, this call doesn't work, I'm getting trap message "script not found". Press F5 to update the syntax check. But problem is to put it in script. The first script runs on a RB3011 and is a direct export from the MikroTik running WinBox 6. Jun 2, 2008 · I can't use /system/script/print in API, it doesn't respond. owner in task configuration needs to be correctly set for used ROS language extension) Jan 17, 2024 · Hi, I have the same issue with Netwatch - it stopped sending messages to telegram using fetch. 8. 8 is down, run script. L. 2 but probably compatible with other 7. The script counter gets increased to 2 after a reboot but turns 0 again after a few minutes. 11 the script from dynu is not running with the following error: Couldn't start task: cannot open file: permission denied The same script was running the last 5 years without any issue, owner of script is admin with full permissions Thank you Simos Sep 1, 2020 · I have responded them with a solution to use a script that is able to automatically update the gateway addresses of the routes. i can see the run count inside the scheduler window going up. Script: Mar 1, 2017 · Now, running "third" will not run "fourth" and no log entry is generated. Feb 6, 2019 · I personally use the following export command to backup my routers. Reply reply Jan 8, 2010 · I have a script that works from terminal, or if I execute system script run test, but will not run by clicking run script or using scheduler. Manually connect to Mikrotik and press release or reboot router is not a good option. How to prevent a script from running if it is already running? In this case, the executable script itself must perform the check. In this situation ip-spoofing table do not add this ip. 43. Then you can set dont-require-permissions=yes to allow the PPP profile to run the script. Run a mikrotik script remotely via rest API. Policy: Select applicable policies for your script, more information on each can be found here. So right now I'm writing it into local and deleting it once I'm done running the script. Feb 1, 2011 · I can't seem to be able to access the passwords from the sticker on the L41G-2axD in my own "run after reset" script (/system reset-configuration no-defaults=yes skip-backup=yes run-after-reset=myscript. Scripts can be executed in several different ways: on event - scripts are executed automatically on some facility events (scheduler, netwatch, VRRP) by another script - running script within script is allowed manually - from console executing run command or in winbox Both scripts run at the same time. - tested on ROS 7. interval (time; default: 0s) - interval between two script executions, if time interval is set to zero, the script is only executed at its start time, otherwise it is executed repeatedly at the time interval is specified Jan 3, 2021 · Hello, I'm trying to debug a problem of a script that seems to work correctly when the router is already running, but does not seem to actually do anything when run in the scheduler on startup. I find it easier to read and every line of the script is independent so copy and paste just works. so i have now created a schedule to run this script. In case of PPPoE Client at a WAN Link, the script is as follows:. May 27, 2014 · I have a script running at startup from the scheduler and now my log is full of errors. -not sure how much it's secured, I'm still work on limitations About the config script, you right. Oct 2, 2008 · I have this script added on mi mikrotik: /ip firewall nat enable 10 /routing bgp network disable 12:delay 600s /ip firewall nat disable 10 /routing bgp network enable 12 When I run it from winbox it works fine When I run it from PHP API it runs but it do nothing. owner in task configuration needs to be correctly set for used ROS language extension) Useful script for Mikrotik. I have added a log command at the very top but cannot see related output in the logs. Scripts can be executed in several different ways: on event - scripts are executed automatically on some facility events (scheduler, netwatch, VRRP) by another script - running script within script is allowed manually - from console executing run command or in winbox Dec 7, 2011 · Here are the Scripts examples in following screenshots. Store the date/time stamp in the comment of the schedule as a way to check that this is a new log entry. Feb 19, 2024 · After upgrading to v7. The only difference (aside from the names of the scripts) is that in the first example, the policy box for 'romon' is unticked. This script named "disable_ether5" looks like this: ESP32 is a series of low cost, low power system on a chip microcontrollers with integrated Wi-Fi and dual-mode Bluetooth. 1 a few days ago. Any suggestions? Because it would be nice if it could RELIABLY be triggered by the DHCP-client itself. Otherwise, you can use "/system script print" and it will output the scripts with the syntax highlighter and the same rule applies -> red text has errors. Mail subject contains router's name, current date and time. com/docs/display/ROS/Scripting0:00 Intr May 22, 2013 · 3) Use Scheduler and run it every minute - works like a charm in the "on Event" box just put the name of the script you want to run , no need for /system run etc, in my case "update_DB" Thanks a lot for the help! Could also be innocuous messages from the provider that the Mikrotik registers as an attempt to run a script. 13 from v7. Also, if you disconnect too fast, you might terminate session before command is executed. 11 the script from dynu is not running with the following error: Couldn't start task: cannot open file: permission denied The same script was running the last 5 years without any issue, owner of script is admin with full permissions Thank you Simos The script was able to perform the run the script in the device and was able to run :put which means that an ssh session was/is established. What is the command used to stop the script Eg \system script run reboot (in down of net watch) Jan 18, 2024 · Hi, I have the same issue with Netwatch - it stopped sending messages to telegram using fetch. First place my brain went was something like data cap texts. Any clue?? I'm using v3. Whenever you see text red, syntax is wrong. mikrotik. (Like commands don´t work). For example, if script has policies "read,write,test,sensitive", but user or application that executes the script has less, for example, "read,write", then by setting dont-require-permissions=yes will allow to run script anyway. Here are the Scripts examples in following screenshots. Aug 27, 2017 · Appreciate this is a very old thread, but I was trying to achieve the same thing today - run a script containing /tool fetch from the PPP profile option on-up I found the script needed to include permission policy=test to use /tool fetch. Code: Select all This is a script installed under /system/script under a name "test". 45. The ESP32 series employs either a Tensilica Xtensa LX6, Xtensa LX7 or a RiscV processor, and both dual-core and single-core variations are available. My 4G/LTE USB Dongle is Huawei E8372h-607. Regards, Agustin Mar 25, 2022 · elico wrote: ↑ Fri Mar 25, 2022 1:35 am I wrote a powershell script that runs a script on the RouterOS device remotely via REST API. I have tried both these version of script as : The \n /r/ Script Version: Jun 19, 2021 · So I have a script that reboots a router after 5 minutes. Executing it from inside /system/script with this command: run test It executes it, but the said line in the script does not print anything. I am at the very beginning and really do not have any idea how to start, having never scripted anything in a Miktrotik before. x versions; Visual Studio Code with Mikrotik RouterOS script language extension from Mikhail Korzhov (other extensions also can be used but then problemMatcher. I VERSION: Oct 3, 2018 · Good afternoon, there is a Mikrotik RB750G r2 with the firmware version 6. Asked the MikroTik help desk for advice and below is an answer from them: BTW- Added "if tg_cmd script not found, create temporary script running the incoming message as command", for example: if income message is "/interface disable ether1" the script will do it. The default group "all" can be activated by sending Nov 21, 2024 · Fix is to set scheduler to run with correct policies "read,write,ftp". Mar 27, 2012 · Code: Select all # Script to check for specific new logs and send email alerts # Tested on RouterOS v5. I would like to share the following script here. Or do you mean something else I maybe have overlooked? @msatter, I need to do it inside the script, not myself manually in the terminal. Jun 8, 2016 · After upgrading to v7. You cannot run script files (. If the ip reply’s within the 5 minutes before the reboot script is executed. Note that smtp server must be configured before this script can be used. You can also delete all the ":" characters at the beginning of the lines, we know about it, just follow the syntax of the language. 3. Search for jobs related to Mikrotik run script from file or hire on the world's largest freelancing marketplace with 23m+ jobs. Then I could possibly even do ":global "wan_ip" $"lease-address" to get the WAN IP, before calling my script, thus enabling a much simplified script. Oct 12, 2021 · This is a script installed under /system/script under a name "test". Can I somehow check whether the script is correctly configured in the system May 6, 2022 · I have a script in system script, that i call from PPP Profile Up and Down Scripts, It runs from Down Script, but dont runs from Up script call. Netwatch Task Mikrotik routers have their own scripting language and it is incredible what you can do with it. Our cell towers in the country side does not cater for 3G, just normal phoning and sms'ing. Jun 5, 2008 · thanks janisk Is it possible to run that SSH command from a windows executable?, ie a . any help or idea will be helpful, Thanks Hi Guys, i have created a script and when i click "Run Script" from inside winbox it works fine. Now ADD the following Scheduler to Execute both scripts at desired timing. The resulting output is send back to you. Aug 8, 2008 · When running "/system reset-configuration" on MikroTik RouterOS the default configuration in "/system default-configuration get script" may be used to set the ip address after the reset. In Notepad++, create a new document whose name will be identical to the name of the script in the RouterOS device. The script is fairly simple, and it works as intended (the lazy way ). I made keys and tested it. exe or a . 11. Contains all user created scripts. 56. The main script does not pause until the subroutine finishes. Sep 6, 2005 · "your script" will be the name of the script that you want to run The start time will be the time you want the script to run every 24 hours, so in this case the script will run at 12:01 every night. Hopefully it may be useful for others. rsc; Run command “Run->Download RouterOS script” or press Alt+Page Down. The lines :local notifyNumber and :local notifyMessage are not mandatory. It works. Dec 2, 2009 · Regarding syntax errors, you can edit scripts via CLI with "/system script edit MyScriptName value-name=source". The interesting thing is that when i go in terminal and run the script in terminal it calls the url and everything works as expected. Can I somehow check whether the script is correctly configured in the system Scripting question: Scripts work running from CLI but not in 'Scripts' - how to troubleshoot - point me in the right direction Hello, I keep encountering issues with scripting where I can run :if :for :foreach etc code encased in nested {} and be able to run it from the command line but am unable to get the same scripts to run as scripts. Anyway, you can see in the script YOUR_INPUT, which indicates where you should check the inbox and change according to your specific details. That is why I want to use the script. Aug 8, 2024 · Where script_name is optional, it will be value of script name if script is run from saved script in /system/script and run_source can be one of values: winbox - when script is manually run from Winbox; www - when script is manually run from Webfig (maybe also from REST API - didn't test it) scheduler - when script is run by scheduled event Nov 1, 2023 · So when you run a schedule script, it's not shown as "job" because it "parent" is a cron-like process. It's free to sign up and bid on jobs. However, no DNS entries are generated and I cannot even confirm whether the script is run. bat? Reason I ask is because I have a windows based monitoring program that monitors latency and can launch an executable if the latency exceeds a certain level. Jul 15, 2004 · 1) Run a script from an HTML-page (or perhaps Javascript) 2) Let that script obtain a certain system value (I think I figured out how to do this part already) 3) Return the obtained value to the HTML-page (or the Javascript) Nov 30, 2024 · I am aware that Netwatch UP/Down/Test scripts do not work with global variables and that it can only run scripts with the "read, write, test and reboot" policies, I have created a Netwatch task and a system script. Feb 26, 2024 · For best practice, use the name of the script that is found at /system/script. 78 command=". IMHO, most elegant solution would be a netwatch script monitoring IP of the wAP. RSC) in this way. Aug 31, 2023 · When i run this script in winbox with "Run Script" button it does not work and after i put it in scheduler also it does not work ( The url is not called ). Contribute to nymurbd/MikroTik-scripts development by creating an account on GitHub. Oct 9, 2013 · I have example, then I connect Mikrotik (which had ip dhcp received) to switch, witch has ip-spoofing enabled, Mikrotik sends dhcp request, not discover. This works, I have tested it with no problems. Summary. One after the other 3. If the script has greater policies than read,write,test,reboot, then the script will not be executed as well, make sure your scripts do not exceed the mentioned policies. 20. /custom. for testing i have set the interval to 20 seconds. Mikrotik unfortunately does not have built in triggers on change of interface/poe status (as u/yottabit42 suggested) so you would have to run a scheduled script parsing a log, which would be pretty ugly and CPU exhausting. 4, there was a version 6. Is there a way to run them by name instead of by number? I need a way to run a command from the terminal without having to do the print command first. rsc). Reply reply djgizmo hi, yes, system scripts (create the script) system scheduler (create the scheduler of the script. pnot elmyabcs dwzxlk einz equs izduxfrwu zdmpm nbys ranx vanys
{"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"}