RESTful API Integration Demos, Part 2 – Basic Auth

The current blog series reviewing the RESTful API demo videos is organized around each of five methods authenticating access to an external RESTful API-based repository: no authentication required, basic authentication, and bearer, API key, and dynamic token-based authentication. It also provides an opportunity to show the ways in which five different RESTful repositories can be made part of a digital thread and the kinds of information that can be extracted from them. In this blog post, we will introduce the second of these videos involving basic authentication (user name and password) and the OpenMBEE Model Management System (MMS). The video demonstration is also available at the end of this post.

OpenMBEE is an open-source collaborative engineering environment, which is used by many organizations to publish models, e.g. SysML-based systems architectural models, as editable digital documents in a web browser. Intercax has previously presented examples at INCOSE IW where OpenMBEE accessed connectivity data as a client of the Syndeia Cloud REST API, as shown in Figure 1. In this video, the opposite use case is discussed; the OpenMBEE MMS is the data source accessed through its own API by Syndeia.

OpenMBEE using Syndeia Cloud API REST API to access connectivity information

Figure 1 OpenMBEE using Syndeia Cloud API REST API to access connectivity information

MMS is a configuration-managed collection of Documents. The top level of the data model accessible through the MMS RESTful API is a set of Orgs, organizations that might be sharing the MMS repository. An Org may contain one or more Projects.  Each Project may contain one or more References, where a Reference may be a Branch (a sequence of configurations of documents) or a Tag (a specific configuration of documents).

The video begins with creating a repository link in the Syndeia Web Dashboard to a specific MMS repository. After entering the URL, the user chooses Basic Authentication from the pull-down menu and adds their user name and password.

Figure 2 shows a set of Requests organized by Collection that have been created for this example:

  • A Request for all Orgs in this MMS repository,
  • A Request for all Projects for a specific Org,
  • A Request for all References for a specific Project
  • A Request for al Documents in the latest version in a specific Branch of this Project.
Collection and request structure for MMS repository connections

Figure 2 Collection and Request structure for MMS repository connections

The remainder of the video repeats many of the tasks introduced in the first video in this series, creating and executing requests, now applied to this repository. In this example, the process emphasizes the use of cloning and editing Requests, as opposed to creating each from scratch.  This is particularly efficient when drilling down from Org to Project to Reference to Document. Figure 3 shows the second step in this sequence.

Adding a Request to the MMS repository connection

Figure 3 Adding a Request to the MMS repository connection

Similar to the discussion in Part 1 in this series, the JSON response to each Request can make it difficult to find the specific information required out of a more extensive data dump. Figure 4 illustrates the response to the request for all Project belonging to the SST Org. There are 14 Projects, each of which has at least 13 attributes and references. It is in such cases that a data science platform, such as Jupyter notebooks with Python analysis and visualization libraries, may make a more efficient front-end than the web dashboard.

JSON response to a RESTful Request for all Projects associated with SST Org

Figure 4 JSON response to a RESTful Request for all Projects associated with SST Org

The Generic RESTful API Integration introduced in Syndeia 3.5 enormously expanded the number of model and data repositories that could be added to the digital thread. Future parts of this blog series will cover additional demonstration videos with other RESTful API-based repositories and other API authentication mechanisms.

Other parts in this series:

Dirk Zwemer

Dr. Dirk Zwemer (dirk.zwemer@intercax.com) is President of Intercax LLC (Atlanta, GA), a supplier of MBE engineering software platforms like Syndeia and ParaMagic. He is an active teacher and consultant in the field and holds Level 4 Model Builder-Advanced certification as an OMG System Modeling Professional.