Forum Discussion
david78
Nimbostratus
Feb 27, 2014Update an internal Data-group
hi, i would like update a group.
What's the better way : iControl or iControlREST ?
Someone have an example to read and modify an internal Data-group with perl ?
thank you.
david78
Nimbostratus
Feb 28, 2014I chose iControlREST, and write a PERL script. I can read a data-group internal, but i can't add a new value.
I have an error with 'Records'. someone can help me ?
my %payload;
$payload{'name'} = $datagroup;
$payload{'type'} = 'string';
$payload{'records'} = { 'name' => 'test-rest1', 'data' => 'test-data-rest1' };
my $json = encode_json \%payload;
$bigip->PUT('ltm/data-group/internal/', $json);
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects