Forum Discussion

Rob_74473's avatar
Rob_74473
Icon for Cirrus rankCirrus
Jul 04, 2018

F5 python sdk where can I find a complete set of parameters that I can pass into nodes.node.create()?

I need to create a node with a specific set of parameters, a description, a couple of other things, but most importantly, I need to create as forced offline. I'm been looking through the docs at readthedocs.io and all I see is **kwargs, but no list of available keywords to choose from. Where can I find this list?

 

1 Reply

  • You have the source code here.

     

    In the "update" and "_check_node_parameters" method you have useful information.

     

    Also, you could find a related question here.

     

    Finally, you can use iControl REST to send a request like "; to get an example of dict parameters.

     

    Hope this could help.

     

    KR, Dario.