# dataSaved
Description: Notification after a container with user data has been saved.
Example:
{
"method": "event",
"event": "dataSaved",
"requestId": "1",
"containerName": "aux info",
"data": "cpu: 100%",
"flag": "def"
}
Parameter description:
requestId- a unique request identifier. You can learn more about it here.containerName— Name of a container where data are saveddata— Data to be savedflag— Save flag. It can be as follows:"def"— If a container with the same name already exists, all data will be overwritten (previous data will be lost)"beg"— If a container with the same name already exists, then new data will be written to the beginning (previous data will be saved)"ate"— If a container with the same name already exists, then new data will be written to the end (previous data will be saved)
See also: