{ "id":"/axapi/v3/network/lldp/management-address", "type":"object", "node-type":"intermediate", "title":"management-address", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Configure lldp management address", "properties":{ "dns-list":{ "type":"array", "minItems":1, "items":{ "type":"dns" }, "uniqueItems":true, "$ref":"/axapi/v3/network/lldp/management-address/dns/{dns}", "array":[ { "properties":{ "dns":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Configure lldp management-address, subtype is dns (lldp management-address dns address)", "optional":false }, "interface":{ "type":"object", "properties":{ "ethernet":{ "type":"number", "format":"interface", "partition-visibility":"shared", "not-list":[ "ve", "management" ], "description":"configure lldp management-address interface ethernet (lldp management-address interface port number)" }, "ve":{ "type":"number", "format":"number", "minimum":2, "maximum":4094, "partition-visibility":"shared", "not-list":[ "ethernet", "management" ], "description":"configure lldp management-address interface management (lldp management-address interface port number)" }, "management":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "not-list":[ "ethernet", "ve" ], "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 } }, "required":[ "dns" ] } ] }, "ipv4-addr-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv4-addr" }, "uniqueItems":true, "$ref":"/axapi/v3/network/lldp/management-address/ipv4-addr/{ipv4}", "array":[ { "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 } }, "required":[ "ipv4" ] } ] }, "ipv6-addr-list":{ "type":"array", "minItems":1, "items":{ "type":"ipv6-addr" }, "uniqueItems":true, "$ref":"/axapi/v3/network/lldp/management-address/ipv6-addr/{ipv6}", "array":[ { "properties":{ "ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Configure lldp management-address, subtype is ipv6 (lldp management-address ipv6 address)", "optional":false }, "interface-ipv6":{ "type":"object", "properties":{ "ipv6-eth":{ "type":"number", "format":"interface", "partition-visibility":"shared", "description":"configure lldp management-address interface ethernet (lldp management-address interface port number)" }, "ipv6-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)" }, "ipv6-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 } }, "required":[ "ipv6" ] } ] } } }