Chore: Add gerrit maven verify GHA workflow
[sdnc/oam.git] / installation / sdnc / src / main / scripts / backupMdsal.sh
1 #!/bin/bash
2
3 cat > /tmp/daexim-export.json <<-END
4
5    "input": { 
6      "data-export-import:run-at": 5 
7    } 
8 }
9 END
10
11 curl -v -H "Content-Type: application/json" -X POST -uadmin:Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U -d@/tmp/daexim-export.json http://localhost:8282/restconf/operations/data-export-import:schedule-export
12