Hi, I would like to use REST API to create probes and session, then perform a latency check and generate reports to send to me automatically. I found the following REST commands to create probes
curl -X POST "">localhost:17778/.../Orion.NetPath.Probes" -H "accept: application/json" -H "Content-Type: application/json" -d "{\"ProbeID\":0,\"Name\":\"string\",\"AgentID\":0,\"EngineID\":0,\"DetailsUrl\":\"string\",\"Description\":\"string\",\"Enabled\":true,\"Status\":0}"
not sure sessions is it a different commands or is it included? But I can't find the exact REST API command to do the latency check using netpath, can anyone advise me on that?
Thanks,
Jinqiang