- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
06-29-2011 11:28 AM
Is the XML API on Panorama limited to the same API as the devices? I discovered if I switch the context in the Panorama web console using the "Context" dropdown and then issue an XML API call like:
https://PANORAMA/esp/restapi.esp?type=config&key=KEYVALUE&action=show
OR
https://PANORAMA/esp/restapi.esp?type=config&key=KEYVALUE&action=get
it acts exactly as if I had issued it to a device, returning that device's running or candidate configuration. Is there an XML API parameter in Panorama to switch the device context or query for multiple devices' configurations at once?
Also, is there any way to retrieve such items as the user ID agent user/group cache or the current routing table via any of the XML API calls? We would like to be able to gather this type of information from Panorama or the individual devices but preferably centralized and without logging into the CLI for each device.