Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bpoe/cimrs-wmi

A CIM-RS gateway for WMI.
https://github.com/bpoe/cimrs-wmi

Last synced: about 1 month ago
JSON representation

A CIM-RS gateway for WMI.

Awesome Lists containing this project

README

        

# CimRs-Wmi
This is the start of an implementation of a gateway/bridge service that will receive CIM-RS calls and proxy them to WMI. The WMI result will be translated back into a CIM-RS payload response.

## What is CIM-RS?
CIM-RS is Common Information Model over RESTful Services. Its part of the DMTF's WBEM (Web Based Enterprise Management) standard.

[Working Group](https://www.dmtf.org/standards/cimrs)

[Protocol](https://www.dmtf.org/sites/default/files/standards/documents/DSP0210_2.0.0.pdf)

[Payload](https://www.dmtf.org/sites/default/files/standards/documents/DSP0211_2.0.0.pdf)