0

I'm researching/implementing SOMA commands for DataPower XI52. There are several commands that give me the status of things but I'm not finding an equivalent for "show network-interface". Is there a SOAP command that I can run to get equivalent information? We're interfacing with XI52 via Java and I'm trying to avoid issuing commands natively through java exec...

4

1 回答 1

0

在 SOAP-Body 中试试这个:

<dp:request domain="default" xmlns:dp="http://www.datapower.com/schemas/management">
  <dp:get-status class="NetworkInterfaceStatus"/>
</dp:request>
于 2015-10-09T15:28:06.307 回答