- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-07-2025 11:17 PM
I want to search in predefined application by a search key
fw.predefined.application_container_objects['you'].applications
I want to get all appliation that contains 'you' as substring
07-10-2025 01:54 AM
No I was asking for the api that we can use for search. And I got it resolved by `xapi`.
fw.xapi.get(xpath=f"/config/predefined/application/entry[contains(@name, '{search_text}')]/@name")
this will return a xml string of application entries
07-10-2025 01:57 AM
fw.xapi.get("/config/predefined/application/entry[contains(@name, '{search_text}')]/@name")
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!