add_device
2 TopicsHow does one use the f5-sdk add-to-trust?
Have been trying to automate the adding of peer device using the add-to-trust described here: https://devcentral.f5.com/wiki/icontrolrest.apiref_tm_cm_add-to-trust.ashx Snippet of what I have tried to run with python: ManagementRoot('IP', 'admin', 'admin_password').tm.cm.add_to_trust.update(caDevice=True, name='Root', device='PEER_IP', deviceName='NAME_OF_PEER_BOX', username='admin', password='admin_password', command='run') The above seems to send a PUT instead of a POST (probably due to the usage of update() instead of create() which is not allowed for UnnamedResource?) Does anyone know how to force the use of a POST with add-to-trust (or the proper syntax of adding a device via the F5 python SDK)?271Views0likes1CommentHow to add devices to F5 Big-IP
Hello all, I am new to F5 and am a little confused on how to add a device to an F5 BIG-IP installation and what kind of devices can be added. I have two 11.5 machines and would like to add the second machine to the devices list of my first. Is this possible, or do I have to add a different device to it? It doesn't look like there is an option to add a device. My main goal is to get them into a group and then get them out of sync. I need to test something to get them back into sync. Here is the version number of the first machine BIG-IP 11.5.0 Build 0.0.221 Final Thank You301Views0likes2Comments