CentraSite User's Guide : Policy Management : Managing Policies through Command Line Interface : Modifying Policy Action Details
Modifying Policy Action Details
Pre-requisites:
To modify the details of a policy action through the CentraSite Command Line Interface, you must have the CentraSite Administrator role.
You could modify the details of an existing policy action by updating its implementation file. You could update the implementation file even if the action is used by one or more policies.
CentraSite provides a Java tool named UpdatePolicyActionImplementation.jar for this purpose.
Note:  
This tool is applicable only for custom action templates. The tool does not apply to predefined action templates installed with CentraSite.
To modify the details of a policy action
*Run the Java tool UpdatePolicyActionImplementation.jar.
The syntax is of the format: C:\SoftwareAG\CentraSite\utilities>CentraSiteToolbox.cmd UpdatePolicyActionImplementation.jar <CentraSite URL> <admin user id> <password> <action category name> <action template name> <action implementation file>
The input parameters are:
Parameter
Description
<CentraSite URL>
The URL of the CentraSite registry. For example, http://localhost:53307/CentraSite/CentraSite.
<admin user id>
The user ID of a registered CentraSite user who has the CentraSite Administrator role. For example, Administrator.
<password>
The password for the CentraSite user identified by the parameter <admin user id>.
<action category name>
Name of the policy action category to which the action template belongs to. If the action category name contains white spaces, enclose the name with "".
<action template name>
Name of the policy action template you want to update. If the action template name contains white spaces, enclose the name with "".
<action implementation file>
Name of the action implementation file to update. You can update the values in this file. If you are saving the file in a different location other than <CentraSiteInstall_Directory>/bin, provide the absolute file path.
Example (all in one line):
C:\SoftwareAG\CentraSite\utilities>CentraSiteToolbox.cmd UpdatePolicyActionImplementation.jar http://localhost:53307/CentraSite/CentraSite DOMAIN\\admin pAsSw0rD "Design Time" "My Custom Policy Action" "c:/policy_action_implementation.zip"
Copyright © 2015- 2017 Software AG, Darmstadt, Germany. (Innovation Release)

Product LogoContact Support   |   Community   |   Feedback