Forum Discussion
iControl datagroup list - how to show string record value?
I'm trying to use F5 PowerShell iControl to get the values of a string datagroup list. Following the steps here https://devcentral.f5.com/articles/icontrol-101-13-data-groups I'm able to get the datagroup list name and the record names (members). But the value for each member is not displayed. How can I get them?
Example this command:
(Get-F5.iControl).LocalLBClass.get_string_class("MyDG")
Provides this output:
name members
MyDG {StringA, StringB, StringC}
But what I want is the values for each member:
StringA = SomeValueA
StringA = SomeValueB
StringA = SomeValueC
1 Reply
- What_Lies_Bene1
Cirrostratus
I believe you will need to make this further call: https://devcentral.f5.com/wiki/iControl.LocalLB__Class__get_string_class_member_data_value.ashx
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com