resource path - Openwsman/openwsman GitHub Wiki

WS-Management resource pathes

CIM classes and instances are resources in WS-Management and need to be specified with the correct URI.

Depending on the vendor and its CIM class prefix, a specific resouce URI is needed. The table below lists vendors, their CIM class prefix, and the resource URI.

Resoure URI table

Vendor            Prefix    URL
------------------------------------------------------------------------------------
DMTF CIM          CIM       http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2
DMTF reserved     PRS       http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2
Microsoft WMI     Win32     http://schemas.microsoft.com/wbem/wsman/1/wmi
Openwbem.org      OpenWBEM  http://schema.openwbem.org/wbem/wscim/1/cim-schema/2
IBM Sblim         Linux     http://sblim.sf.net/wbem/wscim/1/cim-schema/2
omc-project.org   OMC       http://schema.omc-project.org/wbem/wscim/1/cim-schema/2
OpenPegasus.org   PG        http://schema.openpegasus.org/wbem/wscim/1/cim-schema/2
Intel AMT         AMT       http://intel.com/wbem/wscim/1/amt-schema/1
Intel             IPS       http://intel.com/wbem/wscim/1/ips-schema/1
Sun Microsystems  Sun       http://schemas.sun.com/wbem/wscim/1/cim-schema/2
Microsoft HyperV  Msvm      http://schemas.microsoft.com/wbem/wsman/1/wmi
Dell DRAC         DCIM      http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2

Examples

http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ComputerSystem
http://sblim.sf.net/wbem/wscim/1/cim-schema/2/Linux_ComputerSystem
⚠️ **GitHub.com Fallback** ⚠️