1
+
2
+
1
3
Lab 1: API Discovery
2
4
=========================================================================================
3
5
@@ -39,6 +41,11 @@ steps will define an application, register its DNS and assign a target as an ori
39
41
.. image :: _static/shared-001.png
40
42
:width: 800px
41
43
44
+ #. Click on the arrow to the right of **Namespace **, select your namespace from the list.
45
+
46
+ .. image :: _static/shared-001a.png
47
+ :width: 500px
48
+
42
49
#. In the left-hand navigation expand **Manage ** and click **Load Balancers > HTTP Load **
43
50
**Balancers **
44
51
@@ -122,8 +129,8 @@ steps will define an application, register its DNS and assign a target as an ori
122
129
.. image :: _static/lab1-task1-012.png
123
130
:width: 800px
124
131
125
- Task 2: Swagger File Import & Version Control
126
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
132
+ Task 2: OpenAPI File Import
133
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
127
134
128
135
In this task's series of steps you will import swagger files into the F5 Distributed Cloud tenant and explore
129
136
version control features.
@@ -141,22 +148,17 @@ version control features.
141
148
.. image :: _static/shared-001.png
142
149
:width: 800px
143
150
144
- #. In the left-hand navigation, click on **Files ** under the **Manage ** section.
145
-
146
- #. Click **Add Swagger File ** in the main window area as shown. Alternatively, the link near
147
- the top of the window can also be used.
151
+ #. In the left-hand navigation, click on **Files ** then **OpenAPI Files ** under the **Manage ** section.
148
152
149
- .. note ::
150
- *If you receive an error when clicking on "Add Swagger File" located at the center
151
- of the window, click "Add Swagger File" at the top of the same window. *
153
+ #. Click **Add OpenAPI File ** located in the center of the window.
152
154
153
155
.. image :: _static/lab1-task2-002.png
154
156
:width: 800px
155
157
156
- #. In the resulting **New Swagger File ** window, input **app-api ** for the **Name ** under
158
+ #. In the resulting **OpenAPI File ** window, input **app-api ** for the **Name ** under
157
159
the **Metadata ** section.
158
160
159
- #. In the **Upload Swagger File ** section, click the **Upload File ** button. Select the file
161
+ #. In the **OpenAPI Upload ** section, click the **Upload File ** button. Select the file
160
162
downloaded in Step 1 above and click **Open **.
161
163
162
164
.. image :: _static/lab1-task2-003.png
@@ -167,7 +169,7 @@ version control features.
167
169
.. image :: _static/lab1-task2-004.png
168
170
:width: 800px
169
171
170
- #. In the resulting **Swagger Files ** window, you will see the upload file with additional
172
+ #. In the resulting **OpenAPI File ** window, you will see the upload file with additional
171
173
metadata.
172
174
173
175
.. note ::
@@ -177,7 +179,7 @@ version control features.
177
179
.. image :: _static/lab1-task2-005.png
178
180
:width: 800px
179
181
180
- Task 3: Swagger Definition
182
+ Task 3: API Definition
181
183
~~~~~~~~~~~~~~~~~~~~~~~~~~
182
184
183
185
In this task's series of steps you will establish the Swagger Definition which serves as an object
@@ -198,10 +200,9 @@ pointer to imported swagger files you just uploaded.
198
200
#. In the resulting **New API Definition ** window, input **app-api-spec **
199
201
for the **Name ** under the **Metadata ** section.
200
202
201
- #. In the **Swagger Specs ** section, click **Add Item ** box in the
202
- **Swagger Specs ** column.
203
+ #. In the **OpenAPI Specification Files ** section, click **Add Item **.
203
204
204
- #. Select the version 1 of the previously uploaded swagger spec file. It will be in the
205
+ #. Select the version 1 of the previously uploaded OpenAPI spec file. It will be in the
205
206
format **<namespace>/app-api/v1-<current-date> **.
206
207
207
208
#. Once selected, click **Save and Exit ** in the bottom-right corner.
0 commit comments