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 - addRange


UCSUuidPool - addRange

Description :

This command adds a UUID range to a UUID pool.

Use the poolKey argument to specify the DBKey of the UUID pool you want to modify. You can get the DBKey of the pool by using the DepotObject : getDBKeyByTypeStringGroupAndName command.

Return type : DBKey

Command Input :

Variable Name

Variable Type

Description

poolKey

com.bladelogic.om.infra.model.base.keys.SDepotObjectKey

The DBKey of the UUID pool you want to modify.

startR

String

The start range.

endR

String

The end range.

Example

The following example adds a UUID range to a UUID pool with a DBKey of DBKey:SDepotObjectKey:1-1.

Script





blcli UCSUuidPool addRange DBKey:SDepotObjectKey:1-1 "5555-000000000066" "5555-000000000066"



 

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

BMC Server Automation Command Line Interface 8.3