F5 Certified Administrator BIG-IP — Question 3
How can a BIG-IP Administrator identify a configuration object that has been configured within an iApp?
Answer options
- A. In both the GUI and the CLI the path will repeat the name of the object with .app appended to it, and the object type will be appended to the name. Example: Itm virtual/Common/testhttp.app/testhttp_vs
- B. In both the GUI and the CLI the path will repeat the name of the object with .app appended to it and then name of the object. Example: Itm virtual/Common/testhttp.app/testhttp
- C. Using the CLI run the appropriate tmsh command to view the path and see the .app in it and the object type will be appended to the name. Example: Itm virtual/Common/testhttp.app/testhttp_vs
Correct answer: B
Explanation
The correct answer, B, accurately describes how the path will be structured in both the GUI and CLI, with the object name followed by .app and then the object name again. Option A incorrectly includes the object type at the end, while option C mentions using a CLI command but does not correctly describe the path structure as required.