I want to do a cleanup of FME Server and remove topics and subscriptions that are not being used by any workspaces on the server.
Is there a way to see what topics are being used other than going through each workspace individually?
I want to do a cleanup of FME Server and remove topics and subscriptions that are not being used by any workspaces on the server.
Is there a way to see what topics are being used other than going through each workspace individually?
Best answer by ebygomm
The retrieve item API call will return information about a workspace that notifies a topic where it has been set here
It's under properties
{
"name" : "SUCCESS_TOPICS",
"attributes" : {},
"category" : "fmejobsubmitter_FMEUSERPROPDATA",
"value" : "SAMPLE_TOPIC"
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.