Add a type to profiles output for virtual-servers in bigip_device_info module #2396
Labels
enhancement
PRs or Issues for basic feature requests for an existing module.
untriaged
issue that needs an initial response from the developers
Is your feature request related to a problem? Please describe.
We use bigip_device_info to build reports on our virtual servers. One of the things we report on are the profiles associated with it. The problem is the profiles is a list of just generic names with no types. A context of all doesn't tell me anything about the type of profile it actually is.
Describe the solution you'd like
It would be nice to add some of
type
attribute to define what the profile type actually is (http, oneconnect, etc)Describe alternatives you've considered
The only other alterntive we have is running a shell script where
tmsh show ltm virtual <name>
and greping for the specific profiles. For exampe:tmsh show ltm virtual <name> all-properties detail |egrep 'Ltm::OneConnect'
Additional context
Looking at the API calls there is a flag to gather extended info. While the API also does not specify the type of profile it is, it does however list the direct link to said profile which does happen to have the type in it.
The
nameReference.link
URL has the profile type in the URL:https://localhost/mgmt/tm/ltm/profile/http/~Common~http?ver=17.1.1.1
. In this case its an http profile.The text was updated successfully, but these errors were encountered: