Forum Discussion
Password Encoding
The source distribution includes some test code. Here's some code to get the system information.
iControl.Interfaces m_interfaces = new iControl.Interfaces();
m_interfaces.initialize("x.x.x.x", 443, "user", "pass");
iControl.SystemSystemInformation sysInfo = m_interfaces.getSystemSystemInfo().get_system_information();
System.out.println("======================================================");
System.out.println(" System Information");
System.out.println("------------------------------------------------------");
System.out.println("System Name : " + systemInformation.getSystem_name());
System.out.println("Host name : " + systemInformation.getHost_name());
System.out.println("OS Release : " + systemInformation.getOs_release());
System.out.println("OS Machine : " + systemInformation.getOs_machine());
The iControl.Interfaces class encapsulates all of the interfaces and bindings long with the connection details.
-Joe
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