SystemPackage - listSystemPackageFolderContents
SystemPackage - listSystemPackageFolderContents
Description :
This command lists the contents of a given system package folder.
As input, this command requires a system package folder ID. You can get this ID by using the SystemPackageGroup : groupNameToId command. (Note that a system package group is the same thing as a system package folder.)
As output, this command lists the following information about each item in the system package folder:
- Object type. A system package folder can contain both system packages and other system package folders, so each item is identified as being either of type "folder" or of type "sp" (stands for system package).
- Name of the system package or system package folder.
- ID of the system package or system package folder.
Return type : String
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
folderId | String | The ID of the system package folder. |
Example
The following example shows how to list the contents of a system package folder:
Script
SystemPackage listSystemPackageFolderContents 1000006
folder, linux, 2000006
sp, RedHat_test, 2000001
folder, windows, 2000005
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*