Skip to content

Commit 7a1e411

Browse files
author
James Lagermann
committed
Fixed typos in Module 1 Labs 1 and 2
1 parent 08aff5d commit 7a1e411

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

docs/class3/module1/lab1.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ Before a module on a BIG-IP can be configured, it also must be and provisioned.
326326
|labmodule|\.\ |labnum|\.3. Retrieve single module provision state
327327
--------------------------------------------------------------------
328328

329-
To retrieve the provisioning state for a single module, send an HTTP GET to the REST endpoint for ``/mgmt/tm/sys/provision`` and include the name of the module. For example, ``/mgmt/tm/sys/provision/afm``
329+
To retrieve the provisioning state for a single module, send a HTTP GET to the REST endpoint for ``/mgmt/tm/sys/provision`` and include the name of the module. For example, ``/mgmt/tm/sys/provision/afm``
330330

331331
.. Hint::
332332
1) Prior to performing the below steps, validate the **{{module}}** Postman environment variable is set to **afm**.

docs/class3/module1/lab2.rst

+12-11
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
.. |labname| replace:: Lab\ |labdot|
66
.. |labnameund| replace:: Lab\ |labund|
77

8-
Module |labmodule|\, Lab \ |labnum|\: Create AFM Address List
9-
==============================================================
8+
Module |labmodule|\, Lab \ |labnum|\: Create an AFM Address List
9+
=================================================================
1010

1111
Overview
1212
--------
1313

1414
In this lab, the iControl REST based API will be used to create an address list that will be used with an AFM policy in a later lab.
1515

16-
17-
18-
Follow the below steps in order found in the Postman collection to complete this portion of the lab. The requests and responses have been included below for reference.
19-
16+
.. NOTE::
17+
- Use Postman collection to complete this lab.
18+
- Some response content has been removed for brevity.
19+
2020
|labmodule|\.\ |labnum|\.1. List all Firewall Policies
2121
--------------------------------------------------------
2222

@@ -46,8 +46,7 @@ Follow the below steps in order found in the Postman collection to complete this
4646
**Example Response**
4747

4848
.. NOTE::
49-
- Some response content has been removed for brevity.
50-
- A test policy has already been created on the BIG-IP for demonstration purposes.
49+
- A test policy has already been created on the BIG-IP for demonstration purposes.
5150

5251
::
5352

@@ -70,7 +69,7 @@ Follow the below steps in order found in the Postman collection to complete this
7069
]
7170
}
7271

73-
|labmodule|\.\ |labnum|\.2. List all Firewall Address Lists
72+
|labmodule|\.\ |labnum|\.2. List all Address Lists
7473
-----------------------------------------------------------
7574

7675
.. Hint::
@@ -182,9 +181,11 @@ An HTTP POST to the ``/mgmt/tm/security/firewall/address-list/`` endpoint with a
182181
]
183182
}
184183
185-
|labmodule|\.\ |labnum|\.4. List a Single Firewall Address List
184+
|labmodule|\.\ |labnum|\.4. List a Single Address List
186185
---------------------------------------------------------------
187186

187+
To retrieve the contents of a single address list, send a HTTP GET to the ``/mgmt/tm/security/firewall/address-list/`` and include the name of the address list. For example, ``/mgmt/tm/security/firewall/address-list/google-dns_address_list``.
188+
188189
.. Hint::
189190
1) Send a **Request** with the following details.
190191

@@ -226,7 +227,7 @@ An HTTP POST to the ``/mgmt/tm/security/firewall/address-list/`` endpoint with a
226227
]
227228
}
228229

229-
|labmodule|\.\ |labnum|\.5. Update Firewall Address List
230+
|labmodule|\.\ |labnum|\.5. Update an Address List
230231
--------------------------------------------------------
231232

232233
A HTTP PATCH to the ``/mgmt/tm/security/firewall/address-list/{{afm_address_list}}`` endpoint with a body containing all addresses that should exist in the address list will update this collection.

0 commit comments

Comments
 (0)