This is how i am using the processor state in the JSON file.
{
"processors": [
{
"name": "P1",
"state":"STOPPED"
}
],
"controllerServices": [
],
"connections": [],
"namedConnections": [],
"name": "Test"
}
After template deployment i want this Processor named 'P1' to be stopped unlike the other processors which will be in running state. How can i achieve this?
I would appreciate the help. Thanks in Advance!. @hermannpencole