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.
Are there options for the output of a workflow to be a dialog box or similar?For example if I want to use a workflow to check a configuration and then have a dialog box come up showing any differences or a message saying it's all good etc.
On the Meraki platform I've setup a SMTP target pointed at the Microsoft O365 direct send endpoint for our org but it's failing with the following error (I've changed out the IP address - the actual error has our email address in it):- {
"output": ...
I'm following the steps here:- https://developer.cisco.com/learning/lab/sbx-intro-aci-02_programmability-options/step/7 but get the following error after trying the session:- >>> session.login()
/home/paul/Documents/Study/devnet_ll/code/aci-learning-...
Trying to setup my environment for the Intro to ACI programmability (https://developer.cisco.com/learning/lab/sbx-intro-aci-02_programmability-options/step/1) and followed all the steps successfully until I tried to follow the step:- (venv) apic_fabr...
I can't see a reserve-able DNACenter Lab any more, there is only the readonly version. I'm learning about POST methods for adding devices etc so need a read/write version. Are these not available anymore or am i doing something wrong? thanks
I get the following errors when I try to `pip install` those modules:- (apic_fabric_setup) paul@paul-Inspiron-5537:~/Downloads$ pip install acicobra-3.0_1k-py2.7.egg
Collecting acicobra-3.0_1k-py2.7.egg
Exception:
Traceback (most recent call last):
...