open-amt-cloud-toolkit / wsman-messages

Creates properly formated wsman messages to send to Intel® Active Management Technology (AMT) capable platforms. These libraries provide an easy to use API that when called return an XML string that is ready to be sent to an Intel® AMT device. Supports calls into AMT, IPS, and CIM classes supported by Intel® AMT devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WSMAN-MESSAGES

CodeQL Build Codecov OSSF-Scorecard Score Discord

Creates properly formatted wsman messages to send to Intel® Active Management Technology (AMT) capable platforms. These libraries provide an easy to use API that when called return an XML string that is ready to be sent to an Intel® AMT device. Supports calls into AMT, IPS, and CIM classes supported by Intel® AMT devices. Full AMT SDK documentation can be found here.


Installation

via NPM

npm i @open-amt-cloud-toolkit/wsman-messages

Usage

import { AMT } from '@open-amt-cloud-toolkit/wsman-messages'

const amtClass = new AMT.Message()
const message = this.amtClass.GeneralSettings.Get()
console.log(message)

About

Creates properly formated wsman messages to send to Intel® Active Management Technology (AMT) capable platforms. These libraries provide an easy to use API that when called return an XML string that is ready to be sent to an Intel® AMT device. Supports calls into AMT, IPS, and CIM classes supported by Intel® AMT devices.

License:Apache License 2.0


Languages

Language:TypeScript 99.5%Language:JavaScript 0.5%