Extreme API with Python

Table Of Contents
Extreme API with Python
Page | 90
Part no.9036931-00 Rev AA February 2021
Your workflow should look like this:
The simple Count IP script counts all the IPs in the file received, and removes the comment lines.
Create a second variable called MyVar2 to test for path selection.
received_blacklist = emc_vars['ip_blacklist']
blist = received_blacklist.splitlines()
i = 0
for ip in blist:
if ip.startswith("#"):