Creating a Checkpoint to a File
DME
Copy
POST http://<mgmt0_IP>/api/mo/sys/action.json
{ "actionLSubj": { "attributes": { "dn": "sys/action/lsubj-[sys]" } "children" : [{ "topSystemCreateCheckpointLTask": { "attributes": { "adminSt": "start", "name": "xyz", "description": "", "filename": "", "delete": "no", "dn": "sys/action/lsubj-[sys]/topSystemCreateCheckpointLTask", "freq": "one-shot" } } }] } }
Response
{ "imdata":[] }