Product Documentation

MQTT V3 Plug-in Reference

Previous Topic

Next Topic

Resume Persistence Topic

"operation"

  • String
  • Required
  • No default value
  • Value: "ResumePersistenceTopic"

It resumes the data collection for a Persistence Topic

This is useful when you have paused data collection and you want to resume collecting data.

"persistenceTopic"

  • String
  • Required
  • No default value

It is the Persistence Topic you want to resume collecting data.

If this name does not correspond to an existing Persistence Topic, the operation fails. c-tree logs an error to its CTSTATUS.FCS file.

Example JSON message payload published to the "ctreeAdministration" topic.

{

"operation": "resumePersistenceTopic",

"persistenceTopic": "AirInfo"

}

TOCIndex