Forum Discussion
zenet_131061
Nimbostratus
Aug 13, 2013Configsync.State
Hi All,
I'm using BIG-IP_v11.1 and I'm trying to retrieve Configsync.State.
1) Using Management.DBVariable.query("Configsync.State") returns value = "-1 - uninitialized or disabled config s...
Michael_Yates
Nimbostratus
Aug 15, 2013The DB Variable is case-sensitive I believe.
This is the query in C: string[] lbstatus = new[] { "configsync.state" };
ManagementDBVariableVariableNameValue[] syncValue = f5Interface.ManagementDBVariable.query(lbstatus);
This is a snip of code that I used to make a decision if the devices were in sync: if (syncValue[0].value == "0 - Synchronized")
Hope this helps.
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