Forum Discussion

Broutard_152230's avatar
Broutard_152230
Icon for Nimbostratus rankNimbostratus
Sep 05, 2014

pool/members port issue

In the REST api, when I GET a pool members (ex: https://lb/mgmt/tm/ltm/pool/pool_name/members/) service port is missing. I have service port in "name" field but a "resolved" port like "octopus" for 10008, for example ! But in my case, it's a web server : 10008 is not used by octopus but by apache.

 

Could you add a "servicePort" field please (with the numerical value) ?

 

1 Reply

  • Hi Broutard,

     

    Look at the raw config on the device and see if the config is saving the Service Name instead of the Service Port as well.

     

    If so, look at SOL14345: The BIG-IP system now saves the service port as a number in the configuration and then run the TMSH Command to change from service names to ports.

     

    tmsh modify cli global-settings service

     

    I haven't played much with the new REST API, so if this is your issue and this corrects it please let me know.

     

    Hope this helps.