Forum Discussion

MdKamil_368483's avatar
MdKamil_368483
Icon for Nimbostratus rankNimbostratus
Aug 11, 2018

How to delete node from nodelist using iControl REST api

To remove a node from pool list i use the following REST end-point and the node gets removed from pool-list. But how to remove a node from Node List? I couldn't find any documentation on top of this. To list node's in a Node List one need to use . Any suggestions on how to remove a node from Node List using iControlREST API

 

2 Replies

  • Hi,

    can you try this directly from your F5 using CLI:

    curl -k -u admin:admin -H "Content-Type: application/json" -X DELETE https://localhost/mgmt/tm/ltm/node/92.168.103.12

    And validate that user that you use have admin right. And of course validate that your node is not used on other pool...

    Please confirm that you use name of your node and not IP 92.168.103.12. So if you name your node 92.168.103.12 too it's OK.

    And As you can notice you don't need to specify partion "common".

    Keep me in touch.

    regards