Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Prakash_Krishna's avatar
Prakash_Krishna
Icon for Nimbostratus rankNimbostratus
12 years ago

Using icontrol API, can i execute the cli and get output.

Using the below m_interfaces object, can i execute CLI?

 

iControl.Interfaces m_interfaces = new iControl.Interfaces(); m_interfaces.initialize("ip", "username", "pwd");

 

Thanks in Advance.

 

Regards, Prakash.K

 

1 Reply

  • check out the iControl REST interface, it has tmsh command access, but not bash shell.