Posting a Task
DME
Copy
POST http://<mgmt0_IP>/api/mo/sys/action.json
{ "actionLCont": { "attributes": { "dn": "sys/action" }, "children": [ { "actionLSubj": { "attributes": { "dn": "sys/action/lsubj-[sys]}, "children": [ { “topSystemCopyRSLTask”: { "attributes": { "adminSt": "start", "dn": "sys/action/lsubj-[sys]/topSystemCopyRSLTask” “freq”: “one-shot” } } } ] } } ] } }