Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.

Changing power policy using soap

MPala11
New Contributor II
482 Views
Hi,

I'm trying to change power policy using soap service.
Unable to find the WSDL file in AMT SDK(Intel_AMT_SDK_6.0_Hot_Fix_2450\\DOCS\\WSDL).Is it possible to change power policy using soap request?


Thanks,
Mani
0 Kudos
2 Replies
Randal_T_Intel
Employee
482 Views
Hi Mani,

The soap request for changing the power policy is in Intel_AMT_SDK_6.0_Hot_Fix_2450\DOCS\WSDL\SecurityAdministrationInterface.wsdl

The command youre looking for is SetActivePowerPackage()

While it is possible to set the power package using soap, Wsman is the preferred method moving forwardsince the soap interface has been deprecated and will be removed in future versions of the platform.

You can change the powerspolicyusing the CIM class AMT_SystemPowerScheme. SetPowerScheme() in Wsman

Randy

0 Kudos
MPala11
New Contributor II
482 Views
Hi Randy,

Thanks for your reply.I'm using WSman for changing the power policy.
For getting the current power policy scheme using wsman is taking more time.I tried as per AMT SDK
and it's taking more than 15 seconds.Is it possible to reduce the time to fetch current power policy
usingWSman

Thanks,
Mani
0 Kudos
Reply