Getting Started

Develop the Integration with MaaS360 API

IBM MaaS360 Manager offers a simple way to write a custom integration application that leverages a wide-ranging WebServices API with Python scripts. Your new program will allow you to identify devices using your application, extract data from MaaS360, and import that data into your native systems for analysis. This information can be digested and used by company administrators, providing actionable intelligence.


 

Create the Application Exchange Artifact Submission Package (zip file), which includes:

  • ReadMe.docx: This readme file has instructions for the customer. You should replace the text in this file with your service/product. You may choose to update this file with more details about your service/product if required.
  • Partner ReadMe.docx: This readme file has instructions for the partner.  You should replace the text <PARTNER NAME> in this file with your service/product.
  • PartnerConfig.py: This python script contains the web service calls specific to each partner integration. You need to modify this file to suit your requirements.
  • Runner.py: This python script will be run by the customer to enable the integration between MaaS360 and your service/product. You do not need to modify it.
  • MaaS360APIs.py: This python script contains the base functionality for calling MaaS360 web service APIs. DO NOT edit this file.