Single Call Security iControl LX REST API Lab > Class 1 - Single Call Security iControl LX REST API Lab > Module 2 - Interacting with an iControl LX Extension Source | Edit on
Lab 2.1 - Interact with a REST Extension¶
In this exercise, we are going to look at an iControl LX Extension that ships with iControl. This is the iControl LX ‘presentation’ Extension. This iControl LX Extension present the REST API with a graphical interface. In this lab, we will test it.
Typically, when you login to BIG-IP via the Web Interface you are redirected to /mgmt/xui. In this exercise we are going to review the REST API via the Web interface, which looks like this:

Task 1 - View the API via Web Browser¶
Perform the following steps to complete this task:
Task 2 - Interact with a REST Resource¶
Perform the following steps to complete this task:
Task 3 - The ‘/presentation#’ Extension¶
Perform the following steps to complete this task:
Note
The current URI has /presentation#/
appended to the end of it. This is an
iControl LX Extension responsible for rendering the iControl REST resource in the
web interface.
Remove the appended
presentation#/
and note the raw JSON representation (you will be re-prompted to enter your user credentialsadmin/admin
):Click the ‘Back’ button in your browser to return to the
/presentation#/
view. The URL should once again be:https://10.1.1.245/mgmt/shared/echo/presentation#/
Task 4 - Editing a REST Resource¶
Perform the following steps to complete this task:
Click the Edit button. You should now see the following:
This allows you to edit the value of the
/mgmt/shared/echo
REST resource, via thepresentation
Extension.Click on the Advanced button. Now you can see the raw JSON representation of the REST resource.
Try editing the REST resource. In the
content
field enterauthentication works
(check the picture below). Note that it synchronizes between the textboxes and the raw ‘JSON input’ textfield. They are both representations of the same resource.You are now interacting with the iControl REST resource
echo
, via the iControl LX ‘presentation’ Extension.Click the Cancel button to discard your changes.