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).
Hello Jens,
You can create a Resource Pool with just the resource that you want e.g. "SRM.Firewall" and then on the Service Definition > Select the Function that you want and on the Property "Resource Pool" write the Resource Pool Name that you have created.
Hi Pedro, for now I’ll try to make it work with capabilities, but I’ll keep your suggestion in the back of my head.