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.
Hi allI am working on an autiomation project for a customer to automate firewall changes in Cisco Security Manger v.4.20 using Ansible.Currently we are quite far and most of things look good but today I faced the issue that new network objects of dif...
Hi expertsSimiliar like quarantine/unquarintine I would like to modify a session with additional attributes.Based on these additional attributes I want to put the device into another policy.Now I tried with pxGrid to query a session of a device/endpo...
Hi expertsWe are developing a management server to control endpoints ans identities on cisco ise.With current REST API(2.1/2.2) we see not all attributes of a specific entpoint.As an example we can not get attributes for "Endpoint Policy", "Elapsed ...
Hilooks like the response does not contain the expected output.try with a simple print(response_json) to debug. Maybe you have to go further up in the code.Often in such sample scripts there is no exception handling or error checking done. Just to be...
HiThere is an pxGrid sdk with many examples. To make it run/debug in a IDE it takes some time.I did it for Netbeans IDE. Check Class "com.cisco.pxgrid.samples.ise.GenericClient"As an example I started this class with the following Params:-Dtopic-name...
HiDon't provide a password parameter. Then Certificate based authentication is used.Otherwise always tried password based (plain), whichndoes not work..HTHRegards, Thomas