Information
Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

BlAclTemplate - createAclTemplate


BlAclTemplate - createAclTemplate

Description :

Thie command creates a new ACL template.

If an ACL template already exists with the same name, the command will fail. Returns the DBKey of the newly created ACL template.

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

templateName

String

Name of the ACL template.

description

String

A short description for the template.

Example

The following example creates a new ACL template:

Script

ACL_TEMPLATE_NAME="Acl template name"

DESCRIPTION="Description"

CREATE_ACL_TEMPLATE=`blcli BlAclTemplate createAclTemplate $ACL_TEMPLATE_NAME $DESCRIPTION`

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Server Automation Command Line Interface 8.5