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
Mar 05, 2014hello,
now, i can update the Datagroup, but i can't add some data.
sub modif_datagroup {
my ($bigip, $datagroup) = @_;
my $json = '{"name":"test1","records":"test1"}';
$bigip->PATCH('ltm/data-group/internal/~Common~'. $datagroup, $json);
}
When i list the all properties, i have this :
(tmos) list ltm data-group internal my-datagroup all-properties
ltm data-group internal my-datagroup {
app-service none
description none
partition Common
records {
test1 {
data none
}
}
type string
}
Someone can explain me how i can add a data in datagroup ?
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