Is there RESTful webservice calls avaible in WSUS

旧街凉风 提交于 2019-12-11 17:25:38

问题


I want to know details of an update from a remote WSUS server through RESTFul or any other Webservice call, Is that possible. I'm aware of Microsoft.UpdateServices.Administration and it's usage.


回答1:


RESTful web services are not supported by WSUS Administration API. SOAP has to be used to communicate with the server. There are many open source SOAP client appliations which can be used for this task. Remember about the authentication mechanism which developing the solution. I used Python3 requests, ntlm and zeep libraries to achieve this task.



来源:https://stackoverflow.com/questions/52418274/is-there-restful-webservice-calls-avaible-in-wsus

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!