Note: When you start the z/OS Connect Designer for the tutorial, port 9080 is used for an HTTPS connection. If you want to
try the exercises with an HTTP connection, use port 9443.
About this task
Learn how to start the z/OS Connect Designer with Red Hat OpenShift Dev Spaces.
Procedure
Start z/OS Connect Designer by using Red Hat OpenShift Dev Spaces.
When you open your new Red Hat OpenShift Dev Spaces, you are presented with a
Red Hat Open Shift Dev Spaces screen for you to start to explore the z/OS ConnectCICS sample API project.
The EXPLORER is in the main window of the browser for you to
explore the project. In EXPLORER, you can view the:
(WORKSPACE)
OUTLINE
TIMELINE
ENDPOINTS
Figure 1. Red Hat OpenShift Dev Spaces
Welcome page with EXPLORER options
Select
ENDPOINTS.
The
endpoints available to your workspace are now visible. Click the Open in new
window icon to start z/OS Connect Designer
in a new browser window. Figure 2. Open in new window
icon in the ENDPOINTS panel
Attention: The z/OS Connect Designer UI might not appear immediately. Allow
10 - 15 seconds, then refresh your web browser.
The z/OS Connect Designer is displayed in a new browser window
as shown in the figure.
Figure 3. z/OS Connect Designer displayed in a new
browser
Explore the z/OS Connect Designer
interface.
You can see the Paths and operations that are defined in
the CatalogManagerApi. Warning indicators () in the navigation panel show where your input is needed.
Paths are endpoints (resources) that your API displays, such as
/items, /items/{id}, or /orders.
Operations are the HTTP methods that are used to manipulate these paths, such as GET,
POST, or DELETE.