Configuring the Frequency in Seconds
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/sla/inst/sender.json
{ "slaSender": { "children": [ { "slaProbe": { "attributes": { "id": "1" }, "children": [ { "slaHttp": { "attributes": { "cache": "yes", "frequency": "597709", "httpmethod": "get", "httpurl": "http://www.cisco.com" }}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <sla-items> <inst-items> <sender-items> <operation-items> <Probe-list> <id>1</id> <http-items> <cache>true</cache> <frequency>597709</frequency> <httpmethod>get</httpmethod> <httpurl>http://www.cisco.com</httpurl> </http-items> </Probe-list> </operation-items> </sender-items> </inst-items> </sla-items> </System>