Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi, The interface stats can be retrieved via /dataservice/data/device/statistics/interfacestatistics call (an example data record can be found below). Most fields in the response are clear, but can anyone provide even a rough explanation what's the v...
Hello,Does anyone know where system statistics are described in details?For example the "show system statistics" is description:https://www.cisco.com/c/en/us/td/docs/routers/sdwan/command/sdwan-cr-book/operational-cmd.html#wp1019293889provides just t...
Hi,You need to authenticate via the /j_security_check call (POST).e.g. here's Java request definition: postReq = new HttpPost("https://sandboxsdwan.cisco.com:8443/j_security_check");List<NameValuePair> params = new ArrayList<NameValuePair>();params....