Product Documentation

MQTT V3 Plug-in Reference

Previous Topic

Next Topic

Pause Persistence Topic

"operation"

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

It pauses the data collection for a Persistence Topic.

This is useful during a temporary situation when a source emits data that you do not want to collect.

"persistenceTopic"

  • String
  • Required
  • No default value

It is the Persistence Topic you want to pause 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": "pausePersistenceTopic",

"persistenceTopic": "AirInfo"

}

TOCIndex