Skip to content

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

Notifications You must be signed in to change notification settings

open-amt-cloud-toolkit/wsman-messages

Repository files navigation

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.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published