{ "id":"/axapi/v3/network/lldp/management-address/ipv4-addr/{ipv4}", "type":"object", "node-type":"list", "title":"ipv4-addr", "partition-visibility":"shared", "description":"Configure lldp management-address ipv4 address", "properties":{ "ipv4":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Configure lldp management-address, subtype is ipv4 (lldp management-address ipv4 address)", "optional":false }, "interface-ipv4":{ "type":"object", "properties":{ "ipv4-eth":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"configure lldp management-address interface ethernet (lldp management-address interface port number)" }, "ipv4-ve":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "description":"configure lldp management-address interface ve (lldp management-address interface port number)" }, "ipv4-mgmt":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"configure lldp management-address interface management" } } }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "ipv4" ], "required":[ "ipv4" ] }