Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi Team,
I have created a BOT which responds based on the provided inputs. But I see that, BOT responds to only my messages. If any other user questions a BOT, he/she doesn't get any reply. How can I make this work?
Hi Team,
I am using a webex_bot package with python3.11 on my personal system from where I can connect to the bot & send notifications based on the requirements.
But the same code if I try to execute from UCS servers where I have CentOS7/Redhat insta...
Hi Team,
In the n9k yaml file, I have devices section like this:
devices: device_1:
device_2:
In the script, I call this object as :
self.parameters['uut'] = self.parameters['testbed'].devices['device_1']
I need to hardcode the hostname ...
Hi Team,
This is the format of my yaml file:
testbed:
name:
servers:
password:
custom:
version: "10.3.4"
Instead of providing the value to the version manually in the yaml, I want to provide this value with the CLI I am using for e...
Hi Team, I have a python script which gets executed after specific time interval & notifies me on webex as well as by sending the mail, once a specific condition the script reaches to.
If I execute the same script, using Jenkins "Freestyle Project", ...
Thanks! It worked! Though not in room, but the users could use it for 1:1 purpose. Now 2 users are using this bot (I + one more user). I see that if any input provided, I am getting the response twice which is equal to the current number of users cur...
Here is one more question : how can I make other users to use the bot? While testing with the other users, I found out that, other users are not able to receive the required output based on the input they provide. Do I need to add the users anywhere ...
Thanks a lot! This worked as expected. Now the Websocket is opened from my UCS server & I can generate the required o/p on my bot based on the inputs. Now to use this bot for multiple users, I added the bot in the webex room. In the approved_rooms pa...
Hi Team,
I was able to install the required packages & triggered the script, but getting following error:
2024-11-03 23:08:48 [INFO] [webex_bot.webex_bot.webex_bot.get_me_info]:102 Running as bot 'Device_Hardware_Info' with email ['abc@webex.bot']2...