CSD to integrate with SCCM/MECM using REST API

kankanalava
Mega Contributor

Is there a way to integrate with SCCM (MECM) for CSD using REST-based actions to deploy and revoke flows instead of using PowerShell. 

2 REPLIES 2

dreinhardt
Tera Sage

Hi @kankanalava,

I don't have a specific solution for you right now, but I do think that this requirement should be possible. Instead of the AD Spoke Actions (e.g., “add to device group”), you would have to place your REST interface and ensure that the necessary variables/values (e.g., Error Handling, Responses, Status codes) for the subsequent steps can be processed in the required format from your REST response. What is the reason for replacing these functions?

 

Best, Dennis

Should my response prove helpful, please consider marking it as the Accepted Solution/Helpful to assist closing this thread.

kankanalava
Mega Contributor

thank you for the response dreinhardt! I have a restriction from using PowerShell, so trying to find an alternative by using REST similar to OOB Discovery Flow REST-based action.