You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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``
330
330
331
331
.. Hint::
332
332
1) Prior to performing the below steps, validate the **{{module}}** Postman environment variable is set to **afm**.
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.
15
15
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
+
20
20
|labmodule|\.\ |labnum|\.1. List all Firewall Policies
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
+
188
189
.. Hint::
189
190
1) Send a **Request** with the following details.
190
191
@@ -226,7 +227,7 @@ An HTTP POST to the ``/mgmt/tm/security/firewall/address-list/`` endpoint with a
226
227
]
227
228
}
228
229
229
-
|labmodule|\.\ |labnum|\.5. Update Firewall Address List
230
+
|labmodule|\.\ |labnum|\.5. Update an Address List
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