I'm creating a Service Definition for a firewall application that can get deployed on the fly.
In my setup I have different types of licenses that are using the Application License function (Encoder, Decoder, Firewall...). How can I configure that when I create a booking for this service definition the wizard automatically selects the Firewall License resource?
You can make use of capabilities on the License resource to define its type ( Encoder, Decoder, Firewall, ... ). Then, in your service definition, you can define the default profile instance containing the relevant capability value ( Firewall in your example).