@open-amt-cloud-toolkit/wsman-messages
TypeScript icon, indicating that this package has built-in type declarations

5.6.5 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

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

Weekly Downloads

162

Version

5.6.5

License

Apache-2.0

Unpacked Size

663 kB

Total Files

90

Last publish

Collaborators

  • michael-johanson