Mobicontrol API Use in a Pipeline

JJ
Jim J
Delta Air Lines, Inc.

Does any have any experience using the Mobicontrol APIs for a development pipeline?

Our development team wants to automate the process of loading android APKs into Mobicontrol. While I understand the process adding a new version through the Web Console, I have no idea what it would look like using scripts and the APIs. 

I assume the process would be somewhat similar, add the package, then update the profile with the new version of the application but I am unsure.

I currently use the package manager to add pre-install script. How would that play into this? Looking for some insight. 

If you have done this, how well does it work? 

2 years ago
SOTI MobiControl
ANSWERS
RS
Rafael Schäfer
2 years ago

In general you have to do the same as before with the "small" difference that all those steps would be executed via api call instead of maual handling.

I recommend to take a deep look into the API documentation (yourmobicontrolurl/mobicontrol change to yourmobicontrolurl/api) and take a look for the needed commands etc.

I haven't used API to upload packages or assign apps for now.

EB
Ed Barros
2 years ago

I do! I've been using pipelines to deploy through MobiControl for about 3 years now. I also have different flows for package clean ups using Azure DevOps. Feel free to message me directly.

P
PCallaw
a year ago

Hi Ed!

I know this is an older post, but I would love to pick your brain regarding the automation and using MobiControl in a pipline.

T
teddy
a year ago

I'm also trying to find out how to do it.