Create
a properties file template to use to create the new server, cluster,
application, or authorization group object. Use the
-configType parameter
and the following guidelines to specify the type of template to create:
- Specify Server to create a server type properties file
template.
- Specify ServerCluster to create a server cluster type
properties file template.
- Specify Application to create an application type properties
file template.
- Specify AuthorizationGroup to create an authorization
group type properties file template.
The following Jython example uses the
createPropertiesFileTemplates command
to create a new AuthorizationGroup object template:
AdminTask.createPropertiesFileTemplates('[-propertiesFileName authorizationGroup.template
-configType AuthorizationGroup]')
The command generates a template file similar to the
following sample template:
#
# Create parameters
# Replace the line `SKIP=true` with 'SKIP=false' under each section that is needed
# Set necessary parameters under each command or step sections
# Invoke applyConfigProperties command using this properties file.
#
ResourceType=AuthorizationGroup
ImplementingResourceType=AuthorizationGroup
ResourceId=AuthorizationGroup=
SKIP=true
CreateDeleteCommandProperties=true
#
#
#Properties
#
authorizationGroupName=authorizationGroupName #String,required
commandName=createAuthorizationGroup