2. Pywbemcli command
Pywbemcli provides access to WBEM servers from the command line. It provides functionality to:
Explore the CIM data of WBEM servers. It can manage/inspect the CIM model components including CIM classes, CIM instances, and CIM qualifiers and execute CIM methods and queries on the WBEM server.
Execute specific CIM-XML operations on the WBEM server as defined in DMTF standard DSP0200 (CIM Operations over HTTP).
Inspect and manage WBEM server functionality including:
Advertised WBEM management profiles
WBEM server brand and version information
Capture detailed information on CIM-XML interactions with the WBEM server including time statistics and details of data flow.
Maintain a file with persisted WBEM connection definitions so that pywbemcli can access multiple WBEM servers by name.
Provide both a command line mode and an interactive mode where multiple pywbemcli commands can be executed within the context of a WBEM server.
Use an integrated mock WBEM server to try out commands. The mock server can be loaded with CIM objects defined in MOF files or via Python scripts.
Table of Contents in this Section:
- 2.1. Pywbemcli command line interface
- 2.2. Using the pywbemcli command line general options
- 2.3. Pywbemcli special command line features
- 2.4. Pywbemcli command groups and commands
- 2.4.1.
namespace
command group - 2.4.2.
class
command group - 2.4.3.
instance
command group - 2.4.4.
qualifier
command group - 2.4.5.
profile
command group - 2.4.6.
server
command group - 2.4.7.
statistics
command group - 2.4.8.
connection
command group - 2.4.9.
subscription
command group - 2.4.10.
repl
command - 2.4.11.
help
command - 2.4.12.
docs
command
- 2.4.1.
- 2.5. pywbemcli Help Command Details
- 2.5.1. pywbemcli class –help
- 2.5.2. pywbemcli connection –help
- 2.5.3. pywbemcli docs –help
- 2.5.4. pywbemcli help –help
- 2.5.5. pywbemcli instance –help
- 2.5.6. pywbemcli namespace –help
- 2.5.7. pywbemcli profile –help
- 2.5.8. pywbemcli qualifier –help
- 2.5.9. pywbemcli repl –help
- 2.5.10. pywbemcli server –help
- 2.5.11. pywbemcli statistics –help
- 2.5.12. pywbemcli subscription –help
- 2.6. Mock WBEM Server