F5Networks / f5-appsvcs-extension

F5 BIG-IP Application Services 3 Extension
Apache License 2.0
163 stars 52 forks source link

GSLB_Server - Using 'label' or 'remark' will not set Device name. #840

Open KyleTwenty opened 4 weeks ago

KyleTwenty commented 4 weeks ago

I have tried both the “label” and “remark” keys, and neither of them lets me set the name for that device, whereas in the UI, when I create the device, I can add multiple devices, each with their own name.

"ADMPLUNIX0005": { "class": "GSLB_Server", "devices": [ { "label": "label", "remark": "remark", "address": "192.168.3.31" } ],

The declaration deploys successfully (200 response) and my GSLB Server is created, but when checking in the UI, the name just shows as '0'. I have tried using the key 'name', but that errors, as it is not defined in the schema.

image

There do not appear to be any other options to set the name listed on https://clouddocs.f5.com/products/extensions/f5-appsvcs-extension/latest/refguide/schemaref/GSLB_Server.schema.json.html#gslb-server-device-object.

sunitharonan commented 4 weeks ago

Created AUTOTOOL-4397 and added to our backlog.