{
"cycle": {
"count": 5,
"unit": "h"
},
"disable": true,
"fileName": "风电平台",
"i18nProp": {},
"id": "61a0cc0d05a76adca47efd02",
"item": {
"fileServer": true,
"html": true,
"influxdb": true,
"mongodb": true
},
"name": "一小时"
}
curl --location --request POST '/core/backupCycle' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"cycle": {
"count": 5,
"unit": "h"
},
"disable": true,
"fileName": "风电平台",
"i18nProp": {},
"id": "61a0cc0d05a76adca47efd02",
"item": {
"fileServer": true,
"html": true,
"influxdb": true,
"mongodb": true
},
"name": "一小时"
}'
{
"InsertedID": "5cceba2cc7157e23ae172c28"
}