F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

Prakash_Krishna's avatar
Prakash_Krishna
Icon for Nimbostratus rankNimbostratus
Mar 04, 2014

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.