Hello Everyone,
We are currently receiving API responses from Palo Alto Firewalls. Where-in it's in XML format. Hence SolarWinds doesn't interprets the response received for respective metrics that needs to be monitored.
Is there any way that we can have this monitored from the console level, by doing/updating any adhoc metrics..?
We are in need to monitor "Size" of respective "entry-name". Any help would be much appreciated.
Sample API Response:
Received response: <response status="success"><result><entry name="mgt-config"><size>7446</size><percent>0.057663</percent><expand>no</expand></entry><entry name="panorama"><size>10599</size><percent>0.082081</percent><expand>no</expand></entry><entry name="readonly"><size>294482</size><percent>2.280524</percent><expand>no</expand></entry><entry name="shared"><size>9699454</size><percent>75.114395</percent><expand>yes</expand></entry><entry name="deviceconfig"><size>52765</size><percent>0.408622</percent><expand>no</expand></entry><entry name="log-collector"><size>3637</size><percent>0.028166</percent><expand>no</expand></entry><entry name="log-collector-group"><size>7530</size><percent>0.058314</percent><expand>no</expand></entry><entry name="device-group"><size>35198</size><percent>0.272580</percent><expand>yes</expand></entry><entry name="template"><size>1965990</size><percent>15.224997</percent><expand>yes</expand></entry><entry name="template-stack"><size>3501</size><percent>0.027112</percent><expand>yes</expand></entry></result></response>
Thanks in advance.