tacmd listworkspaces
[{-w|--workspace} WORKSPACE ...]
[{-t|--type} TYPE ...]
[{-r|--workspaceUser} USERID ...]
[ {-i|--objectid} ]
[{-e|--exclude} ]
[{-u|--username} TEPS_USER]
[{-p|--password} TESP_PASSWORD]
[{-s|--server} TEPS_HOST[:PORT]]
tacmd listworkspaces –s myteps.ibm.com –u imasample –p mypassword
This example displays all workspaces belonging to the klz and knt application types on the Tivoli Enterprise Portal Server running on the local computer on port 15200 and filtered by application type.
tacmd listworkspaces –u imasample –p mypassword–t klz knt
This example is identical to the one above, except that the portal server credentials (username and password) were omitted at invocation time, and the user is interactively prompted to enter them.
tacmd listworkspaces –t klz knt
tacmd listworkspaces –s http://myteps.ibm.com –u imasample –p mypassword
–r SYSADMIN
This example displays only workspaces matching the names Historical Summarized Availability Daily or Historical Summarized Availability Weekly on the Tivoli Enterprise Portal Server myteps.ibm.com and filtered by workspace name.
tacmd listworkspaces –s myteps.ibm.com –u imasample –p mypassword
–w “Historical Summarized Availability Daily”
“Historical Summarized Availability Weekly”
This example displays only workspaces belonging to the klz and knt application types, workspace names matching the names Historical Summarized Availability Daily or Historical Summarized Availability Weekly on the Tivoli Enterprise Portal Server myteps.ibm.com on port 1996, and filtered by both workspace name and application type.
tacmd listworkspaces –s myteps.ibm.com:1996 –u imasample –p mypassword–t klz kux
–w “Historical Summarized Availability Daily”
“Historical Summarized Availability Weekly"
See Return codes.