Skip to content

Commit

Permalink
Merge pull request #86 from f5devcentral/alfredo
Browse files Browse the repository at this point in the history
Alfredo
  • Loading branch information
vistola authored Apr 26, 2024
2 parents d232bc8 + 5340011 commit 10e49a8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion docs/class4/class4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,19 @@ Lab Maintainers:

Sorin Boiangiu <[email protected]>


|

.. note:: For the TechXchange 2024 - Please use this `Teams chat <https://teams.microsoft.com/l/channel/19%3Aca3de856a85c47b1809f9803723c45d2%40thread.tacv2/XC%20API%20Security%20Lab%20Support?groupId=100b8a10-f3d0-4d73-bc24-c463f941d064&tenantId=dd3dfd2f-6a3b-40d1-9be0-bf8327d81c50>`_ if you have any issues, questions or feedback for the XC API security lab

* Please start this `UDF <https://udf.f5.com/b/1cb733ca-3e77-4783-a91d-98d469eb220b#documentation>`_ to get an invite via F5 email to reset your password for the "f5-emea-workshop" tenant.
* You are going to run a script to generate traffic at the end of “Class 4 - Dynamic API Protection – Enable API discovery” and it can take up to 2 hours maximum to see all results in the Dashboard for the following “API Discovery outcomes” lab section. There is also a note about this in the specific lab section, maybe you combine it with a break 😉.
* Please make sure you complete the XC API Security Lab before the UDF shuts down because your XC account and configuration will be removed automatically when the UDF deployment stops.

|
Welcome to the F5 Distributed Cloud - API Protection lab
**Welcome to the F5 Distributed Cloud - API Security lab**

Distributed Cloud API Security provides discovery and deep insights from use of AI/ML. Identify shadow APIs and block API attacks in real time and eliminate vulnerabilities at their source. The SaaS-based portal enables users to manage and go deep for threat analytics, forensics, and troubleshooting of API communications for modern applications.

Expand Down
2 changes: 1 addition & 1 deletion docs/class4/module2/lab1/lab1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Make a quick test of API Validation

.. code-block:: bash
curl --location --request DELETE 'http://sentence-re-$$makeId$$.workshop.emea.f5se.com/api/adjectives/beautiful'
curl --location --request DELETE "http://sentence-re-$$makeId$$.workshop.emea.f5se.com/api/adjectives/beautiful"
.. note:: Here we replace the ID such as ``4``, by a string ``beautiful``

Expand Down
2 changes: 1 addition & 1 deletion docs/class4/module2/lab3/lab3.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
API Discovery outcomes
======================

.. note:: The "discovery" scheduler runs on a random interval within a two hours time window and therefore it can take up to 2 hours (maximum) to see all results in the Dashboard for the "API Discovery outcomes" lab section.
.. note:: The "discovery" scheduler runs on a random interval within a two hours time window and therefore it can take up to 2 hours (maximum) to see all results in the Dashboard for the "API Discovery outcomes" lab section. You can also continue with the next lab "API Inventory Management" and continue here later.

Endpoint Discovery
------------------
Expand Down

0 comments on commit 10e49a8

Please sign in to comment.