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.

UCSUuidPool - createUuidPool


UCSUuidPool - createUuidPool

Description :

This command creates a UCS UUID pool.

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

name

String

The name of the UUID pool.

desc

String

The description of the UUID pool.

groupId

Integer

The ID of the depot group where the UUID pool will reside.

Example

The following example creates a UUID Pool under a depot group.

Script





DEPOTGROUP_SUB2="/parent/sub1/sub2"

DEPOTGROUP_SUB2_ID=`blcli DepotGroup groupNameToId $DEPOTGROUP_SUB2`

blcli UCSUuidPool createUuidPool "UUID Pool name" "Description" $DEPOTGROUP_SUB2_ID



 

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

BMC Server Automation Command Line Interface 8.5