Forum Discussion

Hyder_141209's avatar
Hyder_141209
Icon for Altostratus rankAltostratus
May 13, 2015
Solved

Cannot retrieve proper partition list using iApp

Hi there! I am trying to develop an iApp in order to retrieve the existing partition list and if a partition does not exist intending to create a new one. Unfortunately, using the following commands cannot retrieve the list (just only the names not all the properties) in the presentation window.

 

  1. iapp::get_items auth partition all-properties
  2. tmsh::list auth partition

Version: 11.6.0

 

Any idea what I am missing or what the appropriate rule should be.

 

Appreciate your help. Cheers.

 

Best regards Hyder

 

  • "iapp::get_items -norecursive auth partition" should return partition names. It returns answers based on your user role, however, so if you are not logged in as "admin," you will not see all partitions.

     

13 Replies

  • Fred_Slater_856's avatar
    Fred_Slater_856
    Historic F5 Account

    "iapp::get_items -norecursive auth partition" should return partition names. It returns answers based on your user role, however, so if you are not logged in as "admin," you will not see all partitions.