f5-appsvcs-extension icon indicating copy to clipboard operation
f5-appsvcs-extension copied to clipboard

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

Open KyleTwenty opened this issue 1 year ago • 1 comments

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.

KyleTwenty avatar Jun 03 '24 17:06 KyleTwenty