Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/class4/module1/lab2/lab2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Assign OpenAPI spec file to the LB

|

.. _swagger-lab:

.. figure:: Swagger

Link to the lab to import the SWAGGER

Copy Paste the SWAGGER File
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Go to the link below and copy the OpenAPI Spec file on your laptop with extension .yaml. It defines the Sentence API app **without** the COLORS API endpoint.
Expand Down
3 changes: 3 additions & 0 deletions docs/class4/module2/lab7/lab7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ You will be redirected to the WAAP menu but in a new section dedicated to BIG-IP
Configure the Virtual Server similar to what you did in the previous lab for the F5XC HTTP Load Balancer. We will reuse the same profiles

* Select your API Definition

.. note:: If you have not done the previous labs, you can create the API Definition now by following the instructions in the lab 2 -> :ref:`swagger-lab`. Stop the lab when the Definition is created, and come back to this lab to select the API Definition and enable API Discovery.

* Enable API Discovery
* Select your Custom Sensitive Date Detection Policy

Expand Down
6 changes: 5 additions & 1 deletion docs/class4/module2/lab8/lab8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Key take aways before jumping into the lab:
.. image:: ../pictures/nginx-apid-archi.png
:align: left

.. note:: If you have already run the lab 7 (API Discovery for BIG-IP), you can reuse the same CE and skip to the sections "Deploy and Register CE". If not, please follow the instructions below to deploy and register a new CE in order to connect your Nginx to F5XC.
.. note:: If you have already run the lab 7 (API Discovery for BIG-IP), you can reuse the same CE and skip to the sections "Deploy and Register CE" and go directly to :ref:`onboard-nginx`. If not, please follow the instructions below to deploy and register a new CE in order to connect your Nginx to F5XC.


Deploy and register Customer Edge (CE)
Expand Down Expand Up @@ -77,6 +77,7 @@ In F5 Distributed Cloud Console

.. note:: Your CE is up and running and ready to connect to the BIG-IP in order to collect logs.

.. _onboard-nginx:

Onboard Nginx instance
----------------------
Expand Down Expand Up @@ -138,6 +139,9 @@ Enable API Disovery and Download the token
:align: left

* Enable and select your API Definition (created in the previous labs)

.. note:: If you have not done the previous labs, you can create the API Definition now by following the instructions in the lab 2 -> :ref:`swagger-lab`. Stop the lab when the Definition is created, and come back to this lab to select the API Definition and enable API Discovery.

* Enable API Discovery
* Select also the Sensitive Data Detection Policy created in the previous labs, or keep the Default.
* Save
Expand Down
Loading