Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bpoe/cimrs-wmi
- Owner: Bpoe
- License: mit
- Created: 2023-08-15T20:49:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-20T21:07:50.000Z (over 1 year ago)
- Last Synced: 2024-03-18T09:10:48.448Z (9 months ago)
- Language: C#
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)