Clear All Checkpoint Databases
DME
Copy
POST http://<mgmt0_IP>/api/mo/sys/action.json
{ "actionLSubj": { "attributes": { "dn": "sys/action/lsubj-[sys]" } "children" : [{ "topSystemClearCheckpointDBLTask": { "attributes": { "adminSt": "start", "mode": "all", "dn": "sys/action/lsubj-[sys]/topSystemClearCheckpointDBLTask", "freq": "one-shot" } } }] } }
Response
{ "imdata":[] }