Server - printAllProperties
Server - printAllProperties
Description :
This command prints all properties for a server.
Return type : String
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
serverName | String | Name of the server. |
Example
The following example lists all properties for all servers available to the current role:
Script
SERVER_LIST=`blcli Server listAllServers`
for serverName in $SERVER_LIST
do
#perform some task with a server name such as...
echo "Properties for server $serverName"
blcli Server printAllProperties $serverName
done
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*