Hello:
I noticed that the netflow profile in ltm profile is missing. I'd like to request to have this implemented. Thank you.
Example:
with TransactionContextManager(tx) as api:
udp = api.tm.ltm.profile.udps.udp.create(name='udp1', partition='Common') <- this works
netflow = api.tm.ltm.profile.netflows.netflow.create(name='netflow1', partition='Common') <- this does not work
Hello:
I noticed that the netflow profile in ltm profile is missing. I'd like to request to have this implemented. Thank you.
Example:
with TransactionContextManager(tx) as api:
udp = api.tm.ltm.profile.udps.udp.create(name='udp1', partition='Common') <- this works
netflow = api.tm.ltm.profile.netflows.netflow.create(name='netflow1', partition='Common') <- this does not work