- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
How to pass long lines of code via NetMRI WAPI?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2020 08:03 AM
Hi Everyone,
My name is Nidhi and I have a question for NetMRI wapi for Network Automation. I'm creating a scheduled job in netMRi using python WAPI, I have successfully created a Job which I see in NetMRI with exact lines of codes
Here is my wapi which I used
net_mri_job = 'XXXX//job_specifications/create.json?name=TEST_JOB&script_id=XX&device_ids='+str(dev_id)+'&schedule=0 0 1 1 2&$commands_to_be_executed='+data;
data = "One bing sting of commands"
When this Job is pushed to the device it failed with the below error message.
*** Error evaluation line($commnad_to_be_executed = 'edit line1 line2 line 3...')
can someone advise how to preserver a new line within wapi call?
I posted a similar question couple of years ago when I was using Perl API.
I would appreciate an early response.
Thanks
Nidhi Srivastava