CSD to integrate with SCCM/MECM using REST API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2024 08:14 AM
Is there a way to integrate with SCCM (MECM) for CSD using REST-based actions to deploy and revoke flows instead of using PowerShell.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 11:34 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 11:51 AM
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.