cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1082
Views
0
Helpful
1
Replies

EEM HTTP GET ?param1=$var1&param2=$var2

yaplej
Level 1
Level 1

So is there any way to use HTTP GET params inside EEM? 

 

All I have gotten to work is use a CLI command "more http://<url>/$var1/$var2"

 action 2.01   cli command "more $identityserver/$_mat_mac_address"
1 Reply 1

yaplej
Level 1
Level 1

Maybe there is a "better" means of using HTTP get params with EEM but this seems to have worked for me.
http://thehacklist.blogspot.com/2009/03/copy-paste-characters-on-cisco-ios-cli.html

action 2.01   cli command "more $identityserver/?mac=$_mat_mac_address"