- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-15-2014 09:57 AM
Running PANOS 6.0.2
I'm trying to use the XML API to reconnect a Global Protect Satellite to the gateway but getting:
<response status="error" code="400">
<result>
<msg>Unsupported command.</msg>
</result>
</response>
My API call is:
To verify the GP satellite info I ran the following API call:
The results returned are:
<response status="success">
<result>
<entry>
<satellite>GPTunnel</satellite>
<portal-address>w.x.y.z</portal-address>
<reason>connection failed</reason>
<status-time>1400171499</status-time>
<current-failed-reason>connection failed</current-failed-reason>
<auth-needed>no</auth-needed>
<encap-interface>ethernet1/1</encap-interface>
<ip>a.a.a.a</ip>
<tunnel-interface>tunnel.999</tunnel-interface>
<publish-routes>
<member>b.b.b.b/24</member>
<member>c.c.c.c/24</member>
</publish-routes>
<publish-conn-routes>no</publish-conn-routes>
<cert-profile>certRoot</cert-profile>
<local-cert>ClientCert</local-cert>
</entry>
</result>
</response>
So... I think I'm missing something with the test operational command, any ideas?
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!