Getting started with the python SDK part 6: transactions
In the last article we looked at request parameter options. In this article we'll look at how to use transactions with the python SDK.
Before we dig into the SDK implementation, let’s take a look ...
Published Sep 13, 2018
Version 1.0JRahm
Admin
Joined January 20, 2005
JRahm
Admin
Joined January 20, 2005
Peter_Baumann
Jan 22, 2020Cirrostratus
Well with the SDK and REST-API we can change objects in the configuration AND configure it further in the F5 Admin UI.
With the AS3 we need to do as you said everything in declarative.
For example: We need a solution to only do certificate automation. That means renew/replace/create certificates/keys in F5.
The rest will still be managed by the team over the F5 Admin UI.
I like the AS3 approach but it means when you implement it that everything needs to be declarative.
So in a big organization with a NOC and support and engineering not everyone can create these declarative configs (yet).