f5-declarative-onboarding icon indicating copy to clipboard operation
f5-declarative-onboarding copied to clipboard

Route class: add description field support

Open p-semenov-f5 opened this issue 4 years ago • 0 comments

Could you add description field here?

Original config has it:

net route /Common/external_default_gateway { description "test gw" gw 10.30.0.101 mtu 1501 network default }

Should be like that:

{ "schemaVersion": "1.0.0", "class": "Device", "async": true, "Common": { "class": "Tenant", "external_default_gateway": { "class": "Route", "gw": "10.30.0.101", "network": "default", "mtu": 1501, "remark": "test gw" } } }

p-semenov-f5 avatar Oct 18 '21 21:10 p-semenov-f5