Forum Discussion

Ansh_Jain_36819's avatar
Ansh_Jain_36819
Icon for Nimbostratus rankNimbostratus
Aug 29, 2018

Unable to add pool member on F5

Hi Joel, I am trying to create a pool and add members to the pool on F5 with New-Pool function like mentioned below. New-Pool -F5Session $F5_Session -PoolName "app123" -MemberDefinitionList @("IP,80,Web server,1") But after this I am getting the error message: Invoke-F5RestMethod : "400 Bad Request: 01070734:3: Configuration error: Node name /Common/ encodes IP address which differs from supplied address field 0.0.0.0%1 Could you please suggest on what value I should pass for the arguments ?

 

1 Reply

  • I suggest you clarify this a bit better - what application are you using and what is the REST request? This is probably an issue in the middleware that is creating the REST request.