Kevin Robertson

Results 4 comments of Kevin Robertson

Hi, I tried that and every which way I could think of, that didn't work at all. A friend suggested I modify the following: api = FireREST(hostname=device, username=username, password=password) change...

On another note, i've had to heavily modify fireREST to get your scripts to work...it doesn't include API GET's for intrusion policy, file policy at all etc...your script errors out...

Yes but what i'm saying is none of your API calls work: if intrusion_policy: intrusion_policy_id = api.get_intrusion_policy_id_by_name(intrusion_policy) else: intrusion_policy_id = "Not defined" if file_policy: file_policy_id = api.get_file_policy_id_by_name(file_policy) else: file_policy_id =...

There actually is no fireREST in your repo or am I blind? So I took it from the original (had it already) https://puu.sh/DvJt3/fc12a57c7e.png The folder being empty also.