Forum Discussion

Anthony_Gerace_'s avatar
Anthony_Gerace_
Historic F5 Account
Apr 13, 2005

Ability to pull running config from v4.5 bigip?

Do we have any examples of the download_config method? Am I right to assume it is downloading a ucs archive?

 

 

Thanks.

 

 

Anthony
  • Loc_Pham_101863's avatar
    Loc_Pham_101863
    Historic F5 Account
    Yes, ConfigSync::download_configuration allows you to download an UCS configuration archive, which must already exist by a previous call to save_configuration (SAVE_ALL), or some other similar means.

     

     

    There are samples for this and other ConfigSync methods in the v9.x SDK. I haven't confirmed whether the samples are there in v4.x SDK since I don't currently have one readily available. But the methods in both releases should be very similar.

     

     

    Loc