This website uses cookies essential to its operation, for analytics, and for personalized content. By continuing to browse this site, you acknowledge the use of cookies. For details on cookie usage on our site, read our Privacy Policy
Hi everyone, I'm trying to get the Prisma Remote Network details via an API call. From the Panorama webgui debug page, I'm able to do this... like you see here: that red line has all the information I want with via an API call, so I tried: wget --no-check-certificate -qO- 'https://<panorama-ip>/api/?type=op&cmd=<request><plugins><cloud_services><gpcs><query><action>getNetworkDetailData</action><body>b64eyJzZXJ2aWNlVHlwZSI6ImZ3YWFzIn0=</body></query></gpcs></cloud_services></plugins></request>&key=xxxxxxx' and the result is: <response status="error" code="17"><msg><line><![CDATA[ request -> plugins -> cloud_services -> gpcs -> query not available to xmlapi client]]></line></msg></response> "query not available to xmlapi client" 😞 why ? or perhaps another way to do this? thanks! Dieter
... View more