Forum Discussion
GavinW_29074
Feb 15, 2012Nimbostratus
iApp management using iControl and Perl...
Hi there,
I'm trying to write a Perl iControl client to manage the creation/amendment of iApp application services on our v11 F5's...
Currently, I've got the following script: ...
Mar 02, 2012
Is your question why you aren't seeing any iApp Services returned from the get_list() method? If so, it could be for a couple of reasons.
1. Are you in the correct partition? If the iApp was created in a different partition than "/Common" then you will have to make a call to change your context.
2. Are you in the correct folder? By default, queries will be returned based on the current folder. /Common is both a partition (from previous versions) and a folder (from v11 on). iApp Services are created in subfolders in the form of servicename.app. The easiest way to find everything is to set the recursive query flag to true to return all objects in or below the current folder. This is done with the System.Session.set_recursive_query_state method. I discuss the ins and outs of folders in this article:
https://devcentral.f5.com/Tutorials/TechTips/tabid/63/articleType/ArticleView/articleId/1086495/iControl-101-24--Folders.aspx
Hope this helps...
-Joe
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects