Triggering a checkpoint
DME
Copy
POST http://<IP_Address>/api/mo/sys/action.json
{ "actionLSubj": { "attributes": { "dn": "sys/action/lsubj-[sys]" }, "children": [ { "topSystemCreateCheckpointLTask": { "attributes": { "adminSt": "start", "name": "checkpt-20160930", "description": "End of quarter before upgrade", "filename": "", "delete": "no", "dn": "sys/action/lsubj-[sys]/topSystemCreateCheckpointLTask", "freq": "one-shot" } } } ] } }