cancel
Showing results for 
Search instead for 
Did you mean: 

Python Scripting Guide

Python Scripting Guide

eyeV
New Contributor III
Hi everybody!

I've recently update EXOS to 15.6. and I really would love to write some python scripts. Honestly, I'm not into programming actually. I just write python scripts sometimes.

So, I've read EXOS 15.6 User Guide, but there are few information about python scripting. Аt least for me) Does anybody give me some examples or maybe guides, articles, posts or something about it?

Thanks for help!

26 REPLIES 26

Hi, Tim. Thanks for the heads up. The former has been fixed and our API writer removed the latter from the table. Please let us know if you see any other issues on the website.

Thanks Stephane, Christina. Thanks for all the pointers to the info I was looking for!

Christina, fyi:
1. your link to the "python getting started" doc is broken over at the EXOS API Doc Root, on the "How-to Guides" tab, and also broken on this page.
2. your link to the "EXOS JSONRPC Interface Reference" is broken over at the EXOS API Doc Root, on the API tab. Is looks like a copy-paste err as it links to the RESTAPI docs.

Also, over on this thread, I've been discussing all these option, in case you wanted to review and comment. Thanks.

Python Guide Has been re-uploaded here: https://documentation.extremenetworks.com/pdfs/exos/Python_Getting_Started_Guide.pdf

You can also view our Python and RESTConf documentation here: https://www.extremenetworks.com/support/api-app/

If you want to use python remotely, you can either use jsonrpc or RESTConf (openconfig).

https://github.com/extremenetworks/EXOS_Apps/tree/master/JSONRPC
https://github.com/extremenetworks/EXOS_Apps/tree/master/REST

I did find this, which is helpfui for running python remotely. I'll look deeper into this.
GTM-P2G8KFN