Accessing Replication agents through curl commands
I have a requirement to access the custom replication agent(which will be created to publish out content until preview environment) through curl command.
I tried for direct activation(default publish replication agent) with below command
"path=" + pathForReplication, "-F", "cmd" + "=" + "activate", url };
System.out.println(command1.toString());