@device-management-toolkit/wsman-messages 5.15.0 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/WSMan.d.ts +1 -1
- package/WSMan.js +307 -310
- package/WSMan.js.map +1 -1
- package/amt/actions.js +4 -7
- package/amt/actions.js.map +1 -1
- package/amt/classes.js +2 -5
- package/amt/classes.js.map +1 -1
- package/amt/index.d.ts +6 -6
- package/amt/index.js +5 -12
- package/amt/index.js.map +1 -1
- package/amt/messages.d.ts +6 -6
- package/amt/messages.js +722 -806
- package/amt/messages.js.map +1 -1
- package/amt/methods.js +2 -5
- package/amt/methods.js.map +1 -1
- package/amt/models.d.ts +2 -2
- package/amt/models.js +1 -2
- package/amt/models.js.map +1 -1
- package/amt/types.js +1 -2
- package/amt/types.js.map +1 -1
- package/cim/actions.js +2 -5
- package/cim/actions.js.map +1 -1
- package/cim/classes.js +2 -5
- package/cim/classes.js.map +1 -1
- package/cim/index.d.ts +6 -6
- package/cim/index.js +5 -11
- package/cim/index.js.map +1 -1
- package/cim/messages.d.ts +4 -4
- package/cim/messages.js +152 -224
- package/cim/messages.js.map +1 -1
- package/cim/methods.js +2 -5
- package/cim/methods.js.map +1 -1
- package/cim/models.d.ts +2 -2
- package/cim/models.js +1 -2
- package/cim/models.js.map +1 -1
- package/cim/types.js +1 -2
- package/cim/types.js.map +1 -1
- package/dist +12 -11
- package/index.d.ts +4 -4
- package/index.js +5 -44
- package/index.js.map +1 -1
- package/ips/actions.js +2 -5
- package/ips/actions.js.map +1 -1
- package/ips/classes.js +2 -5
- package/ips/classes.js.map +1 -1
- package/ips/index.d.ts +6 -6
- package/ips/index.js +5 -11
- package/ips/index.js.map +1 -1
- package/ips/messages.d.ts +4 -4
- package/ips/messages.js +217 -253
- package/ips/messages.js.map +1 -1
- package/ips/methods.js +2 -5
- package/ips/methods.js.map +1 -1
- package/ips/models.d.ts +2 -2
- package/ips/models.js +1 -2
- package/ips/models.js.map +1 -1
- package/ips/types.js +1 -2
- package/ips/types.js.map +1 -1
- package/models/common.js +45 -2
- package/models/common.js.map +1 -1
- package/models/index.d.ts +1 -1
- package/models/index.js +2 -38
- package/models/index.js.map +1 -1
- package/package.json +12 -11
- package/amt/messages.test.d.ts +0 -5
- package/amt/messages.test.js +0 -1116
- package/amt/messages.test.js.map +0 -1
- package/cim/messages.test.d.ts +0 -5
- package/cim/messages.test.js +0 -442
- package/cim/messages.test.js.map +0 -1
- package/ips/messages.test.d.ts +0 -5
- package/ips/messages.test.js +0 -296
- package/ips/messages.test.js.map +0 -1
- package/wsman.test.d.ts +0 -5
- package/wsman.test.js +0 -479
- package/wsman.test.js.map +0 -1
package/ips/messages.js
CHANGED
|
@@ -1,269 +1,233 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/*********************************************************************
|
|
3
2
|
* Copyright (c) Intel Corporation 2021
|
|
4
3
|
* SPDX-License-Identifier: Apache-2.0
|
|
5
4
|
**********************************************************************/
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
class IEEE8021xCredentialContext extends WSMan_1.Base {
|
|
11
|
-
constructor() {
|
|
12
|
-
super(...arguments);
|
|
13
|
-
this.className = _1.Classes.IEEE8021X_CREDENTIAL_CONTEXT;
|
|
14
|
-
}
|
|
5
|
+
import { Base, WSManMessageCreator } from '../WSMan.js';
|
|
6
|
+
import { Actions, Classes, Methods } from './index.js';
|
|
7
|
+
class IEEE8021xCredentialContext extends Base {
|
|
8
|
+
className = Classes.IEEE8021X_CREDENTIAL_CONTEXT;
|
|
15
9
|
}
|
|
16
|
-
class AlarmClockOccurrence extends
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
*/
|
|
25
|
-
this.Delete = (selector) => this.protectedDelete(selector);
|
|
26
|
-
}
|
|
10
|
+
class AlarmClockOccurrence extends Base {
|
|
11
|
+
className = Classes.ALARM_CLOCK_OCCURRENCE;
|
|
12
|
+
/**
|
|
13
|
+
* Deletes an instance of AlarmClockOccurrence
|
|
14
|
+
* @param selector Selector Object.
|
|
15
|
+
* @returns string
|
|
16
|
+
*/
|
|
17
|
+
Delete = (selector) => this.protectedDelete(selector);
|
|
27
18
|
}
|
|
28
|
-
class HostBasedSetupService extends
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
return this.wsmanMessageCreator.createXml(header, body);
|
|
105
|
-
};
|
|
106
|
-
}
|
|
19
|
+
class HostBasedSetupService extends Base {
|
|
20
|
+
className = Classes.HOST_BASED_SETUP_SERVICE;
|
|
21
|
+
/**
|
|
22
|
+
* Add a certificate to the provisioning certificate chain, to be used by AdminSetup or UpgradeClientToAdmin methods.
|
|
23
|
+
* @param cert The next certificate to add to the chain
|
|
24
|
+
* @param isLeaf true, when the current certificate is leaf certificate
|
|
25
|
+
* @param isRoot true, when the current certificate is root. Marks end of the certificate chain
|
|
26
|
+
* @returns string
|
|
27
|
+
*/
|
|
28
|
+
AddNextCertInChain = (cert, isLeaf, isRoot) => {
|
|
29
|
+
const header = this.wsmanMessageCreator.createHeader(Actions.ADD_NEXT_CERT_IN_CHAIN, Classes.HOST_BASED_SETUP_SERVICE);
|
|
30
|
+
const body = this.wsmanMessageCreator.createBody('AddNextCertInChain_INPUT', Classes.HOST_BASED_SETUP_SERVICE, [
|
|
31
|
+
{
|
|
32
|
+
NextCertificate: cert,
|
|
33
|
+
IsLeafCertificate: isLeaf,
|
|
34
|
+
IsRootCertificate: isRoot
|
|
35
|
+
}
|
|
36
|
+
]);
|
|
37
|
+
return this.wsmanMessageCreator.createXml(header, body);
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Setup Intel(R) AMT from the local host, resulting in Admin Setup Mode. Requires OS administrator rights, and moves Intel(R) AMT from "Pre Provisioned" state to "Post Provisioned" state. The control mode after this method is run will be "Admin".
|
|
41
|
+
* @param adminPassEncryptionType The encryption type of the network admin password. Only HTTP-MD5 is supported. The values are the same as the CIM_Account.UserPasswordEncryptionAlgorithm field
|
|
42
|
+
* @param adminPassword New network admin password to be set by this command, encrypted using the encryption type algorithm
|
|
43
|
+
* @param mcNonce A random nonce value generated by the configuration agent.Required if the digital signature is provided.needs to be concatenated after the configuration nonce and signed together with the attached certificate's private key
|
|
44
|
+
* @param signingAlgorithm The signing algorithm used to sign the setup operation.
|
|
45
|
+
* @param digitalSignature A digital signature of the ConfigurationNonce and the McNonce concatenated. If this information is provided, AMT will validate the signature before accepting the command.
|
|
46
|
+
* @returns string
|
|
47
|
+
*/
|
|
48
|
+
AdminSetup = (adminPassEncryptionType, adminPassword, mcNonce, signingAlgorithm, digitalSignature) => {
|
|
49
|
+
const header = this.wsmanMessageCreator.createHeader(Actions.ADMIN_SETUP, Classes.HOST_BASED_SETUP_SERVICE);
|
|
50
|
+
const body = this.wsmanMessageCreator.createBody('AdminSetup_INPUT', Classes.HOST_BASED_SETUP_SERVICE, [
|
|
51
|
+
{
|
|
52
|
+
NetAdminPassEncryptionType: adminPassEncryptionType,
|
|
53
|
+
NetworkAdminPassword: adminPassword,
|
|
54
|
+
McNonce: mcNonce,
|
|
55
|
+
SigningAlgorithm: signingAlgorithm,
|
|
56
|
+
DigitalSignature: digitalSignature
|
|
57
|
+
}
|
|
58
|
+
]);
|
|
59
|
+
return this.wsmanMessageCreator.createXml(header, body);
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* Upgrade Intel(R) AMT from Client to Admin Control Mode. Requires AMT administrator rights, and that the machine has been previously provisioned in Client control mode.
|
|
63
|
+
* @param mcNonce A random nonce value generated by the configuration agent.Required if the digital signature is provided.needs to be concatenated after the configuration nonce and signed together with the attached certificate's private key
|
|
64
|
+
* @param signingAlgorithm The signing algorithm used to sign the setup operation.
|
|
65
|
+
* @param digitalSignature A digital signature of the ConfigurationNonce and the McNonce concatenated. If this information is provided, AMT will validate the signature before accepting the command.
|
|
66
|
+
* @returns string
|
|
67
|
+
*/
|
|
68
|
+
UpgradeClientToAdmin = (mcNonce, signingAlgorithm, digitalSignature) => {
|
|
69
|
+
const header = this.wsmanMessageCreator.createHeader(Actions.UPGRADE_CLIENT_TO_ADMIN, Classes.HOST_BASED_SETUP_SERVICE);
|
|
70
|
+
const body = this.wsmanMessageCreator.createBody('UpgradeClientToAdmin_INPUT', Classes.HOST_BASED_SETUP_SERVICE, [
|
|
71
|
+
{
|
|
72
|
+
McNonce: mcNonce,
|
|
73
|
+
SigningAlgorithm: signingAlgorithm,
|
|
74
|
+
DigitalSignature: digitalSignature
|
|
75
|
+
}
|
|
76
|
+
]);
|
|
77
|
+
return this.wsmanMessageCreator.createXml(header, body);
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* Setup Intel(R) AMT from local host. This function requires OS administrator rights, and moves Intel(R) AMT from "Pre Provisioned" state to "Post Provisioned" state. The control mode after this method is run will be "Client". This method also allows the configuring agent to sign the setup operation with a certificate. The certificate hash will be kept in the corresponding provisioning record
|
|
81
|
+
* @param adminPassEncryptionType The encryption type of the network admin password. Only HTTP-MD5 is supported. The values are the same as the CIM_Account.UserPasswordEncryptionAlgorithm field
|
|
82
|
+
* @param adminPassword New network admin password to be set by this command, encrypted using the encryption type algorithm
|
|
83
|
+
* @returns string
|
|
84
|
+
*/
|
|
85
|
+
Setup = (adminPassEncryptionType, adminPassword) => {
|
|
86
|
+
const header = this.wsmanMessageCreator.createHeader(Actions.SETUP, Classes.HOST_BASED_SETUP_SERVICE);
|
|
87
|
+
const body = this.wsmanMessageCreator.createBody('Setup_INPUT', Classes.HOST_BASED_SETUP_SERVICE, [
|
|
88
|
+
{
|
|
89
|
+
NetAdminPassEncryptionType: adminPassEncryptionType.toString(),
|
|
90
|
+
NetworkAdminPassword: adminPassword
|
|
91
|
+
}
|
|
92
|
+
]);
|
|
93
|
+
return this.wsmanMessageCreator.createXml(header, body);
|
|
94
|
+
};
|
|
107
95
|
}
|
|
108
|
-
class IEEE8021xSettings extends
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
return this.wsmanMessageCreator.createXml(header, body);
|
|
133
|
-
};
|
|
134
|
-
}
|
|
96
|
+
class IEEE8021xSettings extends Base {
|
|
97
|
+
className = Classes.IEEE8021X_SETTINGS;
|
|
98
|
+
/**
|
|
99
|
+
* Changes properties of IEEE8021xSettings.
|
|
100
|
+
* @param ieee8021xSettings IEEE8021xSettings Object
|
|
101
|
+
* @returns string
|
|
102
|
+
*/
|
|
103
|
+
Put = (ieee8021xSettings) => this.protectedPut(ieee8021xSettings, false);
|
|
104
|
+
/**
|
|
105
|
+
* Sets certificates for IEEE8021xSettings in AMT
|
|
106
|
+
* @param serverCertificateIssuer AMT_PublicKeyCertificate Object
|
|
107
|
+
* @param clientCertificate AMT_PublicKeyCertificate Object
|
|
108
|
+
* @returns string
|
|
109
|
+
*/
|
|
110
|
+
SetCertificates = (serverCertificateIssuer, clientCertificate) => {
|
|
111
|
+
const header = this.wsmanMessageCreator.createHeader(Actions.SET_CERTIFICATES, Classes.IEEE8021X_SETTINGS, undefined, undefined);
|
|
112
|
+
const body = this.wsmanMessageCreator.createBody(Methods.SET_CERTIFICATES_INPUT, Classes.IEEE8021X_SETTINGS, [
|
|
113
|
+
{
|
|
114
|
+
ServerCertificateIssuer: serverCertificateIssuer,
|
|
115
|
+
ClientCertificate: clientCertificate
|
|
116
|
+
}
|
|
117
|
+
]);
|
|
118
|
+
return this.wsmanMessageCreator.createXml(header, body);
|
|
119
|
+
};
|
|
135
120
|
}
|
|
136
|
-
class OptInService extends
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
this.
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
return this.wsmanMessageCreator.createXml(header, body);
|
|
178
|
-
};
|
|
179
|
-
}
|
|
121
|
+
class OptInService extends Base {
|
|
122
|
+
className = Classes.OPT_IN_SERVICE;
|
|
123
|
+
/**
|
|
124
|
+
* Cancel a previous opt-in code request.
|
|
125
|
+
* @returns string
|
|
126
|
+
*/
|
|
127
|
+
CancelOptIn = () => {
|
|
128
|
+
const header = this.wsmanMessageCreator.createHeader(Actions.CANCEL_OPT_IN, Classes.OPT_IN_SERVICE);
|
|
129
|
+
const body = this.wsmanMessageCreator.createBody('CancelOptIn_INPUT', Classes.OPT_IN_SERVICE);
|
|
130
|
+
return this.wsmanMessageCreator.createXml(header, body);
|
|
131
|
+
};
|
|
132
|
+
/**
|
|
133
|
+
* Changes properties of OptInService.
|
|
134
|
+
* @param optInServiceResponse OptInServiceResponse Object
|
|
135
|
+
* @returns string
|
|
136
|
+
*/
|
|
137
|
+
Put = (optInServiceResponse) => {
|
|
138
|
+
const key = Object.keys(optInServiceResponse)[0];
|
|
139
|
+
return this.protectedPut(optInServiceResponse[key], false);
|
|
140
|
+
};
|
|
141
|
+
/**
|
|
142
|
+
* Send the opt-in code to Intel(R) AMT.
|
|
143
|
+
* @param optInCode The opt-in code generated by Intel(R) AMT. This code is displayed on the user screen and should be entered by the remote IT technician.
|
|
144
|
+
* @returns string
|
|
145
|
+
*/
|
|
146
|
+
SendOptInCode = (optInCode) => {
|
|
147
|
+
const header = this.wsmanMessageCreator.createHeader(Actions.SEND_OPT_IN_CODE, Classes.OPT_IN_SERVICE);
|
|
148
|
+
const body = this.wsmanMessageCreator.createBody('SendOptInCode_INPUT', Classes.OPT_IN_SERVICE, [
|
|
149
|
+
{ OptInCode: optInCode }
|
|
150
|
+
]);
|
|
151
|
+
return this.wsmanMessageCreator.createXml(header, body);
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* Request an opt-in code
|
|
155
|
+
* @returns string
|
|
156
|
+
*/
|
|
157
|
+
StartOptIn = () => {
|
|
158
|
+
const header = this.wsmanMessageCreator.createHeader(Actions.START_OPT_IN, Classes.OPT_IN_SERVICE);
|
|
159
|
+
const body = this.wsmanMessageCreator.createBody('StartOptIn_INPUT', Classes.OPT_IN_SERVICE);
|
|
160
|
+
return this.wsmanMessageCreator.createXml(header, body);
|
|
161
|
+
};
|
|
180
162
|
}
|
|
181
|
-
class PowerManagementService extends
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
return this.wsmanMessageCreator.createXml(header, body);
|
|
194
|
-
};
|
|
195
|
-
}
|
|
163
|
+
class PowerManagementService extends Base {
|
|
164
|
+
className = Classes.POWER_MANAGEMENT_SERVICE;
|
|
165
|
+
/**
|
|
166
|
+
* Define the desired OS power saving state of the managed element, and when the element should be put into that state
|
|
167
|
+
* @param OSPowerSavingState indicates the desired OS power saving state
|
|
168
|
+
* @returns string
|
|
169
|
+
*/
|
|
170
|
+
RequestOSPowerSavingStateChange = (OSPowerSavingState) => {
|
|
171
|
+
const header = this.wsmanMessageCreator.createHeader(Actions.REQUEST_OS_POWER_SAVING_STATE_CHANGE, Classes.POWER_MANAGEMENT_SERVICE);
|
|
172
|
+
const body = `<Body><h:RequestOSPowerSavingStateChange_INPUT xmlns:h="http://intel.com/wbem/wscim/1/ips-schema/1/IPS_PowerManagementService"><h:OSPowerSavingState>${OSPowerSavingState}</h:OSPowerSavingState><h:ManagedElement><Address xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://schemas.xmlsoap.org/ws/2004/08/addressing</Address><ReferenceParameters xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"><ResourceURI xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ComputerSystem</ResourceURI><SelectorSet xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"><Selector Name="CreationClassName">CIM_ComputerSystem</Selector><Selector Name="Name">ManagedSystem</Selector></SelectorSet></ReferenceParameters></h:ManagedElement></h:RequestOSPowerSavingStateChange_INPUT></Body>`;
|
|
173
|
+
return this.wsmanMessageCreator.createXml(header, body);
|
|
174
|
+
};
|
|
196
175
|
}
|
|
197
|
-
class HTTPProxyService extends
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
return this.wsmanMessageCreator.createXml(header, body);
|
|
210
|
-
};
|
|
211
|
-
}
|
|
176
|
+
class HTTPProxyService extends Base {
|
|
177
|
+
className = Classes.HTTP_PROXY_SERVICE;
|
|
178
|
+
AddProxyAccessPoint = (addProxyAccessPointParameters) => {
|
|
179
|
+
const header = this.wsmanMessageCreator.createHeader(Actions.ADD_PROXY_ACCESS_POINT, Classes.HTTP_PROXY_SERVICE);
|
|
180
|
+
const body = this.wsmanMessageCreator.createBody('AddProxyAccessPoint_INPUT', Classes.HTTP_PROXY_SERVICE, [
|
|
181
|
+
{ AccessInfo: addProxyAccessPointParameters.AccessInfo },
|
|
182
|
+
{ InfoFormat: addProxyAccessPointParameters.InfoFormat },
|
|
183
|
+
{ Port: addProxyAccessPointParameters.Port },
|
|
184
|
+
{ NetworkDnsSuffix: addProxyAccessPointParameters.NetworkDnsSuffix }
|
|
185
|
+
]);
|
|
186
|
+
return this.wsmanMessageCreator.createXml(header, body);
|
|
187
|
+
};
|
|
212
188
|
}
|
|
213
|
-
class ScreenSettingData extends
|
|
214
|
-
|
|
215
|
-
super(...arguments);
|
|
216
|
-
this.className = _1.Classes.SCREEN_SETTING_DATA;
|
|
217
|
-
}
|
|
189
|
+
class ScreenSettingData extends Base {
|
|
190
|
+
className = Classes.SCREEN_SETTING_DATA;
|
|
218
191
|
}
|
|
219
|
-
class KVMRedirectionSettingData extends
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
this.className = _1.Classes.KVM_REDIRECTION_SETTING_DATA;
|
|
223
|
-
this.Put = (data) => this.protectedPut(data, false);
|
|
224
|
-
}
|
|
192
|
+
class KVMRedirectionSettingData extends Base {
|
|
193
|
+
className = Classes.KVM_REDIRECTION_SETTING_DATA;
|
|
194
|
+
Put = (data) => this.protectedPut(data, false);
|
|
225
195
|
}
|
|
226
|
-
class HTTPProxyAccessPoint extends
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
*/
|
|
249
|
-
this.Delete = (selector) => this.protectedDelete(selector);
|
|
250
|
-
}
|
|
196
|
+
class HTTPProxyAccessPoint extends Base {
|
|
197
|
+
className = Classes.HTTP_PROXY_ACCESS_POINT;
|
|
198
|
+
/**
|
|
199
|
+
* Updates the priority of an HTTPProxyAccessPoint
|
|
200
|
+
* @param priority The priority value to set
|
|
201
|
+
* @returns string
|
|
202
|
+
*/
|
|
203
|
+
UpdatePriority = (priority) => {
|
|
204
|
+
const header = this.wsmanMessageCreator.createHeader(Actions.UPDATE_PRIORITY, Classes.HTTP_PROXY_ACCESS_POINT);
|
|
205
|
+
const body = this.wsmanMessageCreator.createBody('UpdatePriority_INPUT', Classes.HTTP_PROXY_ACCESS_POINT, [
|
|
206
|
+
{
|
|
207
|
+
Priority: priority
|
|
208
|
+
}
|
|
209
|
+
]);
|
|
210
|
+
return this.wsmanMessageCreator.createXml(header, body);
|
|
211
|
+
};
|
|
212
|
+
/**
|
|
213
|
+
* Deletes an instance of HTTPProxyAccessPoint
|
|
214
|
+
* @param selector Selector Object.
|
|
215
|
+
* @returns string
|
|
216
|
+
*/
|
|
217
|
+
Delete = (selector) => this.protectedDelete(selector);
|
|
251
218
|
}
|
|
252
|
-
class Messages {
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
this.KVMRedirectionSettingData = new KVMRedirectionSettingData(this.wsmanMessageCreator);
|
|
266
|
-
}
|
|
219
|
+
export class Messages {
|
|
220
|
+
resourceUriBase = 'http://intel.com/wbem/wscim/1/ips-schema/1/';
|
|
221
|
+
wsmanMessageCreator = new WSManMessageCreator(this.resourceUriBase);
|
|
222
|
+
IEEE8021xCredentialContext = new IEEE8021xCredentialContext(this.wsmanMessageCreator);
|
|
223
|
+
AlarmClockOccurrence = new AlarmClockOccurrence(this.wsmanMessageCreator);
|
|
224
|
+
HostBasedSetupService = new HostBasedSetupService(this.wsmanMessageCreator);
|
|
225
|
+
IEEE8021xSettings = new IEEE8021xSettings(this.wsmanMessageCreator);
|
|
226
|
+
OptInService = new OptInService(this.wsmanMessageCreator);
|
|
227
|
+
PowerManagementService = new PowerManagementService(this.wsmanMessageCreator);
|
|
228
|
+
HTTPProxyService = new HTTPProxyService(this.wsmanMessageCreator);
|
|
229
|
+
HTTPProxyAccessPoint = new HTTPProxyAccessPoint(this.wsmanMessageCreator);
|
|
230
|
+
ScreenSettingData = new ScreenSettingData(this.wsmanMessageCreator);
|
|
231
|
+
KVMRedirectionSettingData = new KVMRedirectionSettingData(this.wsmanMessageCreator);
|
|
267
232
|
}
|
|
268
|
-
exports.Messages = Messages;
|
|
269
233
|
//# sourceMappingURL=messages.js.map
|
package/ips/messages.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messages.js","sourceRoot":"","sources":["../../src/ips/messages.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"messages.js","sourceRoot":"","sources":["../../src/ips/messages.ts"],"names":[],"mappings":"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"}
|
package/ips/methods.js
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/*********************************************************************
|
|
3
2
|
* Copyright (c) Intel Corporation 2021
|
|
4
3
|
* SPDX-License-Identifier: Apache-2.0
|
|
5
4
|
**********************************************************************/
|
|
6
|
-
|
|
7
|
-
exports.Methods = void 0;
|
|
8
|
-
var Methods;
|
|
5
|
+
export var Methods;
|
|
9
6
|
(function (Methods) {
|
|
10
7
|
Methods["GET"] = "Get";
|
|
11
8
|
Methods["PULL"] = "Pull";
|
|
@@ -24,5 +21,5 @@ var Methods;
|
|
|
24
21
|
Methods["REQUEST_OS_POWER_SAVING_STATE_CHANGE"] = "RequestOSPowerSavingStateChange";
|
|
25
22
|
Methods["ADD_PROXY_ACCESS_POINT"] = "AddProxyAccessPoint";
|
|
26
23
|
Methods["UPDATE_PRIORITY"] = "UpdatePriority";
|
|
27
|
-
})(Methods || (
|
|
24
|
+
})(Methods || (Methods = {}));
|
|
28
25
|
//# sourceMappingURL=methods.js.map
|
package/ips/methods.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"methods.js","sourceRoot":"","sources":["../../src/ips/methods.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"methods.js","sourceRoot":"","sources":["../../src/ips/methods.ts"],"names":[],"mappings":"AAAA;;;wEAGwE;AAExE,MAAM,CAAN,IAAY,OAkBX;AAlBD,WAAY,OAAO;IACjB,sBAAW,CAAA;IACX,wBAAa,CAAA;IACb,kCAAuB,CAAA;IACvB,sBAAW,CAAA;IACX,4BAAiB,CAAA;IACjB,0BAAe,CAAA;IACf,qCAA0B,CAAA;IAC1B,sCAA2B,CAAA;IAC3B,wCAA6B,CAAA;IAC7B,6CAAkC,CAAA;IAClC,iEAAsD,CAAA;IACtD,wDAA6C,CAAA;IAC7C,+CAAoC,CAAA;IACpC,2DAAgD,CAAA;IAChD,mFAAwE,CAAA;IACxE,yDAA8C,CAAA;IAC9C,6CAAkC,CAAA;AACpC,CAAC,EAlBW,OAAO,KAAP,OAAO,QAkBlB"}
|
package/ips/models.d.ts
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
* Copyright (c) Intel Corporation 2021
|
|
3
3
|
* SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
**********************************************************************/
|
|
5
|
-
import type { CIM, Common } from '../';
|
|
6
|
-
import type { Types } from './types';
|
|
5
|
+
import type { CIM, Common } from '../index.js';
|
|
6
|
+
import type { Types } from './types.js';
|
|
7
7
|
export declare namespace Models {
|
|
8
8
|
interface HostBasedSetupService extends CIM.Models.SecurityService {
|
|
9
9
|
CurrentControlMode?: Types.HostBasedSetupService.CurrentControlMode;
|
package/ips/models.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/*********************************************************************
|
|
3
2
|
* Copyright (c) Intel Corporation 2021
|
|
4
3
|
* SPDX-License-Identifier: Apache-2.0
|
|
5
4
|
**********************************************************************/
|
|
6
|
-
|
|
5
|
+
export {};
|
|
7
6
|
//# sourceMappingURL=models.js.map
|
package/ips/models.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/ips/models.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../src/ips/models.ts"],"names":[],"mappings":"AAAA;;;wEAGwE"}
|
package/ips/types.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
/*********************************************************************
|
|
3
2
|
* Copyright (c) Intel Corporation 2021
|
|
4
3
|
* SPDX-License-Identifier: Apache-2.0
|
|
5
4
|
**********************************************************************/
|
|
6
|
-
|
|
5
|
+
export {};
|
|
7
6
|
//# sourceMappingURL=types.js.map
|