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.

SystemPackage - listSystemPackageLocalProps


SystemPackage - listSystemPackageLocalProps

Description :

This command lists information about each local property in a system package. This information includes the property's name, type, default value, and description, and the property's editable, required, and intrinsic settings.

If a property's type is a property class, then this command returns the fully qualified path to the property class. For example, an entry for the DATA_STORE property would look like this:

Name: DATA_STORE

Description: The DataStore used to Provision

Default Value: DBKey:SPropertySetInstanceKey:2000176

Intrinsic: true

Required: true

Editable: true

Type: Class://SystemObject/DataStore/Pxe DataStore

For primitive property types, the value returned in the Type field would be the actual primitive type instead of the fully qualified path to the property class.

As input, this command requires a system package ID. You can get this ID by using the listSystemPackageFolderContents command.

Return type : String

Command Input :

Variable Name

Variable Type

Description

sysPackId

String

The ID of the system package.

Example

The following example shows how to list information about a system package's local properties:

Script





SystemPackage listSystemPackageLocalProps 1



 

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

BMC Server Automation Command Line Interface 8.3